Started by an SCM change Obtained jenkins.eclipse/Jenkinsfile from git https://github.com/eclipse/sw360.git [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes sw360/sw360-agent-pod-hk10r-ml86c Still waiting to schedule task ‘sw360-agent-pod-hk10r-ml86c’ is offline Agent sw360-agent-pod-hk10r-ml86c is provisioned from template sw360-agent-pod-hk10r --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.sw360.svc.cluster.local/sw360/job/sw360.deploy/76/" runUrl: "job/sw360.deploy/76/" labels: jenkins: "slave" jenkins/label-digest: "1e1e78962b91f726d856892c7abe87f27c55a64d" jenkins/label: "sw360-agent-pod" name: "sw360-agent-pod-hk10r-ml86c" namespace: "sw360" spec: containers: - command: - "cat" env: - name: "MAVEN_OPTS" value: "-Duser.home=/home/jenkins -Xms2G -Xmx2G" image: "eclipse/sw360buildenv:2" name: "sw360buildenv" resources: limits: memory: "2048Mi" requests: memory: "2048Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.sw360.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "sw360-agent-pod-hk10r-ml86c" - name: "JENKINS_NAME" value: "sw360-agent-pod-hk10r-ml86c" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.sw360.svc.cluster.local/sw360/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" name: "jnlp" resources: limits: {} requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - emptyDir: {} name: "m2-repo" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" Running on sw360-agent-pod-hk10r-ml86c in /home/jenkins/agent/workspace/sw360.deploy [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/sw360.git > git init /home/jenkins/agent/workspace/sw360.deploy # timeout=10 Fetching upstream changes from https://github.com/eclipse/sw360.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/sw360.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision e12a46785fd013202139d0ca55305ac684fe348e (origin/main) > git config remote.origin.url https://github.com/eclipse/sw360.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e12a46785fd013202139d0ca55305ac684fe348e # timeout=10 Commit message: "Merge pull request #1645 from Siemens-Healthineers/feat/ChangeClearingRequestStatus" > git rev-list --no-walk 35d9e021df59864da19d02a15daa05b35650f8d6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] sh +++ git rev-list --tags --no-walk --max-count=1 ++ git rev-list 7b24df6fe06845fac9ba64baaae2df21f1432f08..HEAD --count + printf 92 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Deploy SW360) [Pipeline] container [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] sh + mvn --batch-mode -Peclipse-ci clean deploy -pl !frontend/sw360-portlet,!frontend/liferay-theme,!frontend,!backend/utils -DskipTests -DskipITs -Dpatchlevel=0-92 [INFO] Scanning for projects... [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.pom (11 kB at 18 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/felix-parent/7/felix-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/7/felix-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/7/felix-parent-7.pom (21 kB at 68 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/23/apache-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 60 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (1.1 kB at 5.4 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom (5.2 kB at 19 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 6.1 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 6.5 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 6.3 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 9.3 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 6.9 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 6.1 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 5.6 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 8.8 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 14 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 11 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom (2.7 kB at 12 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 21 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 68 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [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 56 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 48 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/9/apache-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 79 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [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 994 B/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/easymock/easymock/2.4/easymock-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 29 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [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 30 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [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 2.4 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom (8.3 kB at 82 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 235 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 210 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/17/apache-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 154 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 38 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [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 19 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [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 106 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 62 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 138 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 123 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 563 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/16/apache-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 140 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom (1.8 kB at 9.5 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom (2.6 kB at 24 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 15 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 13 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [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 17 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 7.1 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 36 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 116 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [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 28 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 70 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 78 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [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 49 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 82 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [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 11 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 18 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 10 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 25 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 39 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 146 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/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 (6.6 kB at 23 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 13 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 23 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 40 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 177 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 7.4 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 3.2 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 14 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (14 kB at 132 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [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 4.6 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [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 21 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [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 162 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 60 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 18 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 16 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 54 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 40 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 54 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4.0 kB at 192 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 19 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 272 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2.0 kB at 10 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (2.1 kB at 11 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (3.4 kB at 32 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 104 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 81 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/google/5/google-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 23 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 3.4 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 62 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 38 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom (3.8 kB at 42 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 16 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 203 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 206 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 29 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [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 50 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [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 86 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 191 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/7/apache-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 137 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [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 7.4 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [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 50 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/10/maven-parent-10.pom [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 158 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/4/apache-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 79 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom (5.5 kB at 29 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 49 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 412 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 11 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 103 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/13/apache-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 141 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 39 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 63 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 11 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 13 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 6.0 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 33 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 145 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 57 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 11 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 9.2 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 53 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 105 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 24 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 141 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 149 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [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 94 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 89 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 15 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 38 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 9.1 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 340 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 17 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 23 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 43 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 27 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 165 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 132 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 345 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/18/apache-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 151 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 190 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 2.6 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/21/apache-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 130 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom (4.9 kB at 46 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 231 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 114 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 57 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [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 118 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 199 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 116 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 834 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 76 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 18 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 88 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom (7.4 kB at 100 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [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 170 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/25/maven-parent-25.pom [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 386 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/15/apache-15.pom [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 154 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [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 153 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 279 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [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 89 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 59 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [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 41 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [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 300 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/11/maven-parent-11.pom [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 331 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/5/apache-5.pom [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 35 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [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 27 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 78 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [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 41 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [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 26 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [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 25 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [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 33 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [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 73 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/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 (998 B at 9.7 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [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 42 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [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 107 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 95 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [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 28 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [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 32 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [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 22 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [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 12 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [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 34 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [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 29 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [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 78 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.5/velocity-1.5.pom [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 216 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [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 58 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [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 88 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/oro/oro/2.0.8/oro-2.0.8.pom [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.4 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [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 43 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [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 116 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [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 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [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 11 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [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 22 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [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 15 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jdom/jdom/1.1/jdom-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 11 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/easymock/easymock/2.4/easymock-2.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jdom/jdom/1.1/jdom-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.8/maven-bundle-plugin-5.1.8.jar (212 kB at 747 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 109 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar (475 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 61 kB/s) [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/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 57 kB/s) [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] 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 211 kB/s) [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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar (424 kB at 531 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.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 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.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 557 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 577 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (147 kB at 98 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 115 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar (3.2 MB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 3.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 1.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 2.5 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 2.4 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 235 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] 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/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 7.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [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 14 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/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 5.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 27 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar (2.3 MB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar (290 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 207 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 50 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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar (37 kB at 15 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 4.2 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/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 109 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/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 3.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 22 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/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 19 kB/s) [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 4.2 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] 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/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 3.0 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/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 47 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/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 91 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] 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 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [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 77 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 24 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/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 6.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.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 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 16 kB/s) [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 9.6 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 53 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 7.5 kB/s) [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 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-parent/2.6.6/spring-boot-starter-parent-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-parent/2.6.6/spring-boot-starter-parent-2.6.6.pom (8.6 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-dependencies/2.6.6/spring-boot-dependencies-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-dependencies/2.6.6/spring-boot-dependencies-2.6.6.pom (110 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/datastax/oss/java-driver-bom/4.13.0/java-driver-bom-4.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/datastax/oss/java-driver-bom/4.13.0/java-driver-bom-4.13.0.pom (4.1 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-bom/4.2.9/metrics-bom-4.2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-bom/4.2.9/metrics-bom-4.2.9.pom (6.9 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-parent/4.2.9/metrics-parent-4.2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/dropwizard/metrics/metrics-parent/4.2.9/metrics-parent-4.2.9.pom (20 kB at 285 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-bom/3.0.10/groovy-bom-3.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-bom/3.0.10/groovy-bom-3.0.10.pom (26 kB at 326 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/12.1.11.Final/infinispan-bom-12.1.11.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/12.1.11.Final/infinispan-bom-12.1.11.Final.pom (18 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/12.1.11.Final/infinispan-build-configuration-parent-12.1.11.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/12.1.11.Final/infinispan-build-configuration-parent-12.1.11.Final.pom (14 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/36/jboss-parent-36.pom (66 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.2.20220328/jackson-bom-2.13.2.20220328.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.2.20220328/jackson-bom-2.13.2.20220328.pom (17 kB at 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.13/jackson-parent-2.13.pom (7.4 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/43/oss-parent-43.pom (24 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/jersey-bom/2.35/jersey-bom-2.35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jersey/jersey-bom/2.35/jersey-bom-2.35.pom (19 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.4.45.v20220203/jetty-bom-9.4.45.v20220203.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.4.45.v20220203/jetty-bom-9.4.45.v20220203.pom (18 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-bom/1.6.10/kotlin-bom-1.6.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-bom/1.6.10/kotlin-bom-1.6.10.pom (9.3 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.5.2/kotlinx-coroutines-bom-1.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlinx/kotlinx-coroutines-bom/1.5.2/kotlinx-coroutines-bom-1.5.2.pom (4.1 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.17.2/log4j-bom-2.17.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.17.2/log4j-bom-2.17.2.pom (8.1 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/5/logging-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/5/logging-parent-5.pom (3.3 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/24/apache-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/24/apache-24.pom (20 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-bom/1.8.4/micrometer-bom-1.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-bom/1.8.4/micrometer-bom-1.8.4.pom (7.1 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.75.Final/netty-bom-4.1.75.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.75.Final/netty-bom-4.1.75.Final.pom (13 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc-bom/21.3.0.0/ojdbc-bom-21.3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc-bom/21.3.0.0/ojdbc-bom-21.3.0.0.pom (13 kB at 324 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_bom/0.12.0/simpleclient_bom-0.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_bom/0.12.0/simpleclient_bom-0.12.0.pom (5.8 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/parent/0.12.0/parent-0.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/parent/0.12.0/parent-0.12.0.pom (12 kB at 269 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/querydsl/querydsl-bom/5.0.0/querydsl-bom-5.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/querydsl/querydsl-bom/5.0.0/querydsl-bom-5.0.0.pom (7.2 kB at 239 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/r2dbc/r2dbc-bom/Arabba-SR13/r2dbc-bom-Arabba-SR13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/r2dbc/r2dbc-bom/Arabba-SR13/r2dbc-bom-Arabba-SR13.pom (4.3 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-bom/2020.0.17/reactor-bom-2020.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-bom/2020.0.17/reactor-bom-2020.0.17.pom (4.6 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/rsocket/rsocket-bom/1.1.1/rsocket-bom-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/rsocket/rsocket-bom/1.1.1/rsocket-bom-1.1.1.pom (2.6 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-bom/2021.1.3/spring-data-bom-2021.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-bom/2021.1.3/spring-data-bom-2021.1.3.pom (5.7 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.18/spring-framework-bom-5.3.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.18/spring-framework-bom-5.3.18.pom (5.7 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/integration/spring-integration-bom/5.5.10/spring-integration-bom-5.5.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/integration/spring-integration-bom/5.5.10/spring-integration-bom-5.5.10.pom (9.2 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-bom/5.6.2/spring-security-bom-5.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-bom/5.6.2/spring-security-bom-5.6.2.pom (5.7 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/session/spring-session-bom/2021.1.2/spring-session-bom-2021.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/session/spring-session-bom/2021.1.2/spring-session-bom-2021.1.2.pom (2.7 kB at 51 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] sw360 [pom] [INFO] libraries [pom] [INFO] datahandler [jar] [INFO] commonIO [jar] [INFO] exporters [jar] [INFO] backend [pom] [INFO] src-common [jar] [INFO] backend-src [pom] [INFO] src-attachments [jar] [INFO] src-components [jar] [INFO] src-vendors [jar] [INFO] importers [jar] [INFO] log4j-osgi-support [jar] [INFO] src-licenses [jar] [INFO] src-users [jar] [INFO] src-search [jar] [INFO] src-projects [jar] [INFO] src-moderation [jar] [INFO] src-fossology [jar] [INFO] src-vulnerabilities [jar] [INFO] src-licenseinfo [jar] [INFO] src-cvesearch [jar] [INFO] src-schedule [jar] [INFO] src-wsimport [jar] [INFO] src-changelogs [jar] [INFO] src-health [jar] [INFO] svc-common [jar] [INFO] backend-svc [pom] [INFO] svc-licenses [war] [INFO] svc-users [war] [INFO] svc-vendors [war] [INFO] svc-search [war] [INFO] svc-components [war] [INFO] svc-projects [war] [INFO] svc-attachments [war] [INFO] svc-moderation [war] [INFO] svc-fossology [war] [INFO] svc-vulnerabilities [war] [INFO] svc-cvesearch [war] [INFO] svc-licenseinfo [war] [INFO] svc-schedule [war] [INFO] svc-wsimport [war] [INFO] svc-changelogs [war] [INFO] svc-health [war] [INFO] rest [pom] [INFO] rest-common [jar] [INFO] authorization-server [war] [INFO] resource-server [war] [INFO] clients [pom] [INFO] http-support [jar] [INFO] client [jar] [INFO] [INFO] ----------------------< org.eclipse.sw360:sw360 >----------------------- [INFO] Building sw360 16.0.0-92 [1/51] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jacoco/jacoco-maven-plugin/0.8.8/jacoco-maven-plugin-0.8.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.8/jacoco-maven-plugin-0.8.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.8/jacoco-maven-plugin-0.8.8.pom (3.8 kB at 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jacoco/org.jacoco.build/0.8.8/org.jacoco.build-0.8.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.8/org.jacoco.build-0.8.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.8/org.jacoco.build-0.8.8.pom (44 kB at 219 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jacoco/jacoco-maven-plugin/0.8.8/jacoco-maven-plugin-0.8.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.8/jacoco-maven-plugin-0.8.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.8/jacoco-maven-plugin-0.8.8.jar (56 kB at 548 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/tngtech/jgiven/jgiven-maven-plugin/0.9.4/jgiven-maven-plugin-0.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-maven-plugin/0.9.4/jgiven-maven-plugin-0.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-maven-plugin/0.9.4/jgiven-maven-plugin-0.9.4.pom (2.0 kB at 9.5 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/tngtech/jgiven/jgiven-maven-plugin/0.9.4/jgiven-maven-plugin-0.9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-maven-plugin/0.9.4/jgiven-maven-plugin-0.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-maven-plugin/0.9.4/jgiven-maven-plugin-0.9.4.jar (5.0 kB at 24 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 19 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 104 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 201 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/10/apache-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 296 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 249 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.pom (8.9 kB at 58 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 166 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/flatten-maven-plugin/1.0.0/flatten-maven-plugin-1.0.0.jar (70 kB at 655 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom (14 kB at 119 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar (40 kB at 176 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.pom (2.5 kB at 98 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-build-parent/1.3.2/cbi-build-parent-1.3.2.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-build-parent/1.3.2/cbi-build-parent-1.3.2.pom (7.0 kB at 225 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-parent/1.3.2/cbi-parent-1.3.2.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-parent/1.3.2/cbi-parent-1.3.2.pom (4.9 kB at 1.6 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-bom/1.3.2/cbi-bom-1.3.2.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-bom/1.3.2/cbi-bom-1.3.2.pom (11 kB at 121 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar (66 kB at 579 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 63 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/23/maven-plugins-23.pom (9.2 kB at 88 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 1.3 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/11/apache-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 705 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 293 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom (5.6 kB at 50 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar (27 kB at 266 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ sw360 --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 7.7 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 74 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 662 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/3/apache-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 202 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [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 39 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 65 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 1.1 MB/s) [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ sw360 --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [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 730 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [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 185 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 803 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.jar (62 kB at 214 kB/s) [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 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 410 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 122 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 948 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 246 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 284 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 57 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 451 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 56 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 329 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.jar (252 kB at 281 kB/s) [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ sw360 --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [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 31 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [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 726 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [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 1.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [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 2.3 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [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 4.6 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [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 59 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 21 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 4.4 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 46 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.12/junit-4.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 120 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 5.9 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 66 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 14 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [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 35 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [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 41 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [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 19 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [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 28 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [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 4.7 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [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 9.4 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [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 113 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [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 19 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 9.8 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 76 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 32 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 90 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 74 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 44 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 19 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 949 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 16 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [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 81 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 76 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 237 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [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 10 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 73 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [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 29 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 33 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom (1.6 kB at 18 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom (22 kB at 340 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom (2.2 kB at 22 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom (1.5 kB at 16 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 44 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom (1.9 kB at 19 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom (3.5 kB at 53 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom (2.6 kB at 18 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom (2.1 kB at 28 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom (2.7 kB at 42 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 142 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 297 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom (2.5 kB at 19 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom (2.2 kB at 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 502 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 1.8 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom (2.1 kB at 9.4 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom (2.7 kB at 22 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom (1.7 kB at 23 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom (2.3 kB at 15 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom (2.6 kB at 16 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom (2.6 kB at 21 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom (2.5 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom (2.3 kB at 16 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom (9.8 kB at 51 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (2.7 kB at 29 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (2.1 kB at 12 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (3.7 kB at 42 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 kB at 1.0 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (1.6 kB at 18 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (2.5 kB at 27 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [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 192 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom (1.2 kB at 27 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom (3.1 kB at 33 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.1/commons-io-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom (11 kB at 101 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 466 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom (2.5 kB at 17 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom (1.1 kB at 60 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (4.3 kB at 41 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 268 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 66 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (804 B at 8.6 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom (2.1 kB at 21 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 28 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/antlr/antlr-master/3.4/antlr-master-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 470 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom (1.4 kB at 18 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom (1.7 kB at 54 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (1.3 kB at 65 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 30 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (2.4 kB at 122 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (996 B at 17 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom (971 B at 37 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom (1.3 kB at 19 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom (1.3 kB at 9.7 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (3.8 kB at 115 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 185 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/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 repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.2/commons-io-2.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [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] 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] 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/org/apache/maven/maven-model/2.2.1/maven-model-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-model/2.2.1/maven-model-2.2.1.jar (88 kB at 306 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/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 530 kB/s) [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 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] 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-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 91 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/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 131 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/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 853 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 205 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] 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 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.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 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-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/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 38 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.1/doxia-logging-api-1.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 302 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/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 331 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.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 57 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/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 20 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 15 kB/s) [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 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar [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 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar [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 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 358 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar (11 kB at 3.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar (107 kB at 31 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar (56 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar (66 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar (34 kB at 9.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar (71 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar (78 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar (68 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar (76 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar (83 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar (62 kB at 17 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar (66 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 2.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 1.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar (762 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 3.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 1.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 1.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 995 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 1.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar (3.8 MB at 909 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar (1.2 MB at 278 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar (71 kB at 16 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 6.3 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar (37 kB at 8.5 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar (250 kB at 57 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar (30 kB at 6.6 kB/s) [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy [INFO] Storing buildNumber: e12a467 at timestamp: 1666418056742 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ sw360 --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.pom (3.9 kB at 176 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (8.4 kB at 159 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 1.4 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 107 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/8/maven-shared-components-8.pom (2.7 kB at 56 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/7/maven-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 kB at 182 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 14 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.2/maven-2.0.2.pom (13 kB at 212 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 24 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.pom (1.4 kB at 34 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 11 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.13.1/junit-4.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.pom (25 kB at 1.0 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.pom (588 B at 16 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-alpha-6/wagon-1.0-alpha-6.pom (6.4 kB at 126 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 58 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (5.3 kB at 59 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (9.8 kB at 93 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8.pom (3.5 kB at 39 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.pom (2.1 kB at 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 26 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/ow2/1.5/ow2-1.5.pom [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 112 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.pom (3.0 kB at 148 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.pom (2.6 kB at 76 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.pom (2.6 kB at 34 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jacoco/org.jacoco.report/0.8.8/org.jacoco.report-0.8.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.8/org.jacoco.report-0.8.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.8/org.jacoco.report-0.8.8.pom (1.9 kB at 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.13.1/junit-4.13.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jacoco/org.jacoco.report/0.8.8/org.jacoco.report-0.8.8.jar [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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 181 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.2/maven-repository-metadata-2.0.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.2/maven-artifact-manager-2.0.2.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/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 926 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar (20 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 138 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-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 599 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar (78 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.jar (383 kB at 945 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 297 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.2/asm-commons-9.2.jar (73 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.2/asm-analysis-9.2.jar (34 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.8/org.jacoco.report-0.8.8.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 90 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.2/asm-tree-9.2.jar (53 kB at 126 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.8/org.jacoco.report-0.8.8.jar (129 kB at 256 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.8/org.jacoco.core-0.8.8.jar (203 kB at 396 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar (293 kB at 571 kB/s) [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ sw360 --- [INFO] Generating flattened POM of project org.eclipse.sw360:sw360:pom:16.0.0-92... [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ sw360 --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ sw360 --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/tngtech/jgiven/jgiven-core/0.9.4/jgiven-core-0.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-core/0.9.4/jgiven-core-0.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-core/0.9.4/jgiven-core-0.9.4.pom (2.3 kB at 25 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/fusesource/jansi/jansi/1.11/jansi-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/1.11/jansi-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/1.11/jansi-1.11.pom (3.6 kB at 52 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/fusesource/jansi/jansi-project/1.11/jansi-project-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi-project/1.11/jansi-project-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi-project/1.11/jansi-project-1.11.pom (11 kB at 155 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/fusesource/fusesource-pom/1.8/fusesource-pom-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.8/fusesource-pom-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.8/fusesource-pom-1.8.pom (15 kB at 233 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/code/gson/gson/2.3/gson-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.3/gson-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.3/gson-2.3.pom (9.0 kB at 118 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 43 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 69 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8.pom (5.3 kB at 59 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/paranamer/paranamer-parent/2.8/paranamer-parent-2.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer-parent/2.8/paranamer-parent-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer-parent/2.8/paranamer-parent-2.8.pom (12 kB at 339 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/cglib/cglib-nodep/2.2.2/cglib-nodep-2.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/2.2.2/cglib-nodep-2.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/2.2.2/cglib-nodep-2.2.2.pom (1.2 kB at 9.9 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/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 17 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/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 117 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/tngtech/jgiven/jgiven-html5-report/0.9.4/jgiven-html5-report-0.9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-html5-report/0.9.4/jgiven-html5-report-0.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-html5-report/0.9.4/jgiven-html5-report-0.9.4.pom (1.7 kB at 9.9 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/tngtech/jgiven/jgiven-core/0.9.4/jgiven-core-0.9.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/code/gson/gson/2.3/gson-2.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/cglib/cglib-nodep/2.2.2/cglib-nodep-2.2.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/tngtech/jgiven/jgiven-html5-report/0.9.4/jgiven-html5-report-0.9.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-core/0.9.4/jgiven-core-0.9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.3/gson-2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/2.2.2/cglib-nodep-2.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/1.11/jansi-1.11.jar (114 kB at 392 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-core/0.9.4/jgiven-core-0.9.4.jar (222 kB at 757 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/maven-plugin-api-2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.3/gson-2.3.jar (207 kB at 540 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-html5-report/0.9.4/jgiven-html5-report-0.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8.jar (35 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.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 33 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 95 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 537 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib-nodep/2.2.2/cglib-nodep-2.2.2.jar (327 kB at 994 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-html5-report/0.9.4/jgiven-html5-report-0.9.4.jar (576 kB at 1.4 MB/s) [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ sw360 --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.pom (8.8 kB at 2.2 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.8.1/maven-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.1/maven-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.1/maven-3.8.1.pom (26 kB at 343 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 11 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.pom (4.1 kB at 1.0 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.pom (1.9 kB at 22 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.pom (2.5 kB at 26 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.pom (1.4 kB at 14 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [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 74 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.pom (1.9 kB at 103 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.pom (2.4 kB at 52 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 429 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 2.4 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/19/apache-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 337 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.pom (3.0 kB at 92 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 278 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 143 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 29 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 132 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 7.8 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 41 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 527 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.pom (3.4 kB at 161 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.pom (4.3 kB at 45 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.pom (2.6 kB at 138 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.2/maven-resolver-1.6.2.pom (19 kB at 232 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.pom (2.7 kB at 98 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.pom (2.8 kB at 37 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.pom (4.2 kB at 66 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 47 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 145 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 58 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 195 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 71 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.1/guice-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 378 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom (16 kB at 336 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom (12 kB at 313 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/30.1.1-jre/guava-parent-30.1.1-jre.pom (14 kB at 547 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 46 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 364 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 37 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 179 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.pom (2.2 kB at 59 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.pom (2.1 kB at 43 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.5.1/error_prone_parent-2.5.1.pom (7.0 kB at 85 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 42 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.pom (2.0 kB at 662 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.pom (2.6 kB at 867 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 67 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.13/httpcomponents-client-4.5.13.pom (16 kB at 88 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [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 354 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 48 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 143 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 106 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 583 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [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 145 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.pom (5.2 kB at 226 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.jar (64 kB at 58 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar (31 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar (44 kB at 503 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar (215 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-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar (14 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar (58 kB at 314 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar (27 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar (66 kB at 347 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar (192 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar (180 kB at 635 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar (38 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar [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.jar (85 kB at 294 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar (169 kB at 576 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar (42 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 400 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar (634 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 517 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar (149 kB at 308 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 658 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 106 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 761 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 848 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 7.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar (47 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 6.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 2.8 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 293 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/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar (14 kB at 17 kB/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/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 370 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar (42 kB at 42 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 63 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 792 kB/s) [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 340 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar (2.9 MB at 2.6 MB/s) [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ sw360 --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 879 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 250 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 762 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 990 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 164 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 21 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 14 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 10 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [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 105 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [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 11 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [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 26 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [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 75 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 261 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 288 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 430 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 167 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] 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/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 293 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 389 kB/s) [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 39 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 746 kB/s) [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/sw360/16.0.0-92/sw360-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ sw360 --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.jar (251 kB at 2.5 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/sw360/16.0.0-92/sw360-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/sw360/16.0.0-92/sw360-16.0.0-92.pom (946 B at 3.8 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/sw360/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/sw360/maven-metadata.xml (2.8 kB at 24 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/sw360/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/sw360/maven-metadata.xml (2.8 kB at 13 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:libraries >--------------------- [INFO] Building libraries 16.0.0-92 [2/51] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ libraries --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ libraries --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ libraries --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/libraries' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/libraries [INFO] Storing buildNumber: e12a467 at timestamp: 1666418078343 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/libraries' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/libraries [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ libraries --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/libraries/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/libraries/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ libraries --- [INFO] Generating flattened POM of project org.eclipse.sw360:libraries:pom:16.0.0-92... [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ libraries --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ libraries --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/libraries/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/libraries/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/libraries/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/libraries/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ libraries --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ libraries --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/libraries/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/libraries/16.0.0-92/libraries-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ libraries --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/libraries/16.0.0-92/libraries-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/libraries/16.0.0-92/libraries-16.0.0-92.pom (969 B at 5.5 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/libraries/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/libraries/maven-metadata.xml (1.4 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/libraries/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/libraries/maven-metadata.xml (1.4 kB at 12 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:datahandler >-------------------- [INFO] Building datahandler 16.0.0-92 [3/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/bnd-maven-plugin/3.5.0/bnd-maven-plugin-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/3.5.0/bnd-maven-plugin-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/3.5.0/bnd-maven-plugin-3.5.0.pom (2.8 kB at 36 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/bnd-maven-plugin/3.5.0/bnd-maven-plugin-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/3.5.0/bnd-maven-plugin-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bnd-maven-plugin/3.5.0/bnd-maven-plugin-3.5.0.jar (16 kB at 330 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-jar-plugin/3.2.2/maven-jar-plugin-3.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.2/maven-jar-plugin-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.2/maven-jar-plugin-3.2.2.pom (7.5 kB at 534 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 314 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-jar-plugin/3.2.2/maven-jar-plugin-3.2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.2/maven-jar-plugin-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.2/maven-jar-plugin-3.2.2.jar (29 kB at 389 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/thrift/tools/maven-thrift-plugin/0.1.11/maven-thrift-plugin-0.1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/tools/maven-thrift-plugin/0.1.11/maven-thrift-plugin-0.1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/tools/maven-thrift-plugin/0.1.11/maven-thrift-plugin-0.1.11.pom (3.3 kB at 11 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/thrift/tools/maven-thrift-plugin/0.1.11/maven-thrift-plugin-0.1.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/tools/maven-thrift-plugin/0.1.11/maven-thrift-plugin-0.1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/tools/maven-thrift-plugin/0.1.11/maven-thrift-plugin-0.1.11.jar (18 kB at 214 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.pom (7.4 kB at 43 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/65/mojo-parent-65.pom (35 kB at 381 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.1/junit-bom-5.8.1.pom (5.6 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.3.0/build-helper-maven-plugin-3.3.0.jar (68 kB at 2.0 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.pom (8.5 kB at 115 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/36/maven-plugins-36.pom (9.9 kB at 367 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/36/maven-parent-36.pom (45 kB at 1.3 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/26/apache-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/26/apache-26.pom (21 kB at 734 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.0/maven-resources-plugin-3.3.0.jar (32 kB at 474 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.pom (13 kB at 125 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.10.1/maven-compiler-plugin-3.10.1.jar (62 kB at 601 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.pom (7.2 kB at 127 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M7/surefire-3.0.0-M7.pom (22 kB at 185 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M7/maven-surefire-plugin-3.0.0-M7.jar (44 kB at 386 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.pom (21 kB at 224 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.pom (15 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ldriscoll/ektorplucene/0.2.0/ektorplucene-0.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ldriscoll/ektorplucene/0.2.0/ektorplucene-0.2.0.pom (3.7 kB at 3.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/5/oss-parent-5.pom (4.1 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/1.6.2/joda-time-1.6.2.pom (14 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.pom (14 kB at 815 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.17.1/log4j-2.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.17.1/log4j-2.17.1.pom (69 kB at 708 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/3/logging-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/3/logging-parent-3.pom (3.1 kB at 209 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.pom (23 kB at 646 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-slf4j-impl/2.17.1/log4j-slf4j-impl-2.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-slf4j-impl/2.17.1/log4j-slf4j-impl-2.17.1.pom (12 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/15.0/annotations-15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/15.0/annotations-15.0.pom (5.5 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ektorp/org.ektorp/1.5.0/org.ektorp-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ektorp/org.ektorp/1.5.0/org.ektorp-1.5.0.pom (2.9 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ektorp/org.ektorp.parent/1.5.0/org.ektorp.parent-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ektorp/org.ektorp.parent/1.5.0/org.ektorp.parent-1.5.0.pom (14 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3/httpclient-4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3/httpclient-4.3.pom (5.2 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3/httpcomponents-client-4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3/httpcomponents-client-4.3.pom (15 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 6.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.pom (5.1 kB at 299 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.8/httpcomponents-core-4.4.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.8/httpcomponents-core-4.4.8.pom (13 kB at 642 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/9/httpcomponents-parent-9.pom (34 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.3/httpclient-cache-4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.3/httpclient-cache-4.3.pom (6.0 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.pom (2.5 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.6.4/slf4j-parent-1.6.4.pom (12 kB at 763 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.pom (6.1 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.pom (5.5 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.4/jackson-base-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.4/jackson-base-2.13.4.pom (9.9 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.4/jackson-bom-2.13.4.pom (17 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.pom (17 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/findbugs/annotations/1.3.2/annotations-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/findbugs/annotations/1.3.2/annotations-1.3.2.pom (764 B at 7.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/cloudant/cloudant-client/2.19.1/cloudant-client-2.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/cloudant/cloudant-client/2.19.1/cloudant-client-2.19.1.pom (2.9 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom (6.3 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom (4.7 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/cloudant/cloudant-http/2.19.1/cloudant-http-2.19.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/cloudant/cloudant-http/2.19.1/cloudant-http-2.19.1.pom (1.9 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/stephenc/findbugs/findbugs-annotations/1.3.9-1/findbugs-annotations-1.3.9-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/stephenc/findbugs/findbugs-annotations/1.3.9-1/findbugs-annotations-1.3.9-1.pom (6.2 kB at 365 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.16.0/libthrift-0.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.16.0/libthrift-0.16.0.pom (2.8 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom (14 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 299 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-jcl/2.17.1/log4j-jcl-2.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-jcl/2.17.1/log4j-jcl-2.17.1.pom (6.9 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 578 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 475 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 697 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 537 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.pom (650 B at 6.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 338 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.7.0/mockito-core-4.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.7.0/mockito-core-4.7.0.pom (2.5 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.13/byte-buddy-1.12.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.13/byte-buddy-1.12.13.pom (16 kB at 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.13/byte-buddy-parent-1.12.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.12.13/byte-buddy-parent-1.12.13.pom (52 kB at 665 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.13/byte-buddy-agent-1.12.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.13/byte-buddy-agent-1.12.13.pom (11 kB at 227 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.pom (3.0 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.2/objenesis-parent-3.2.pom (18 kB at 309 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-junit/0.17.0/jgiven-junit-0.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-junit/0.17.0/jgiven-junit-0.17.0.pom (1.8 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-core/0.17.0/jgiven-core-0.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-core/0.17.0/jgiven-core-0.17.0.pom (2.3 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/1.15/jansi-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/1.15/jansi-1.15.pom (3.4 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi-project/1.15/jansi-project-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi-project/1.15/jansi-project-1.15.pom (12 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.11/fusesource-pom-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.11/fusesource-pom-1.11.pom (15 kB at 911 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-html5-report/0.17.0/jgiven-html5-report-0.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-html5-report/0.17.0/jgiven-html5-report-0.17.0.pom (1.9 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-html-app/0.17.0/jgiven-html-app-0.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-html-app/0.17.0/jgiven-html-app-0.17.0.pom (1.5 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/java/junit-dataprovider/1.13.1/junit-dataprovider-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/java/junit-dataprovider/1.13.1/junit-dataprovider-1.13.1.pom (1.4 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ldriscoll/ektorplucene/0.2.0/ektorplucene-0.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.9.0/commons-csv-1.9.0.jar (51 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.15/commons-codec-1.15.jar (354 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.17.1/log4j-api-2.17.1.jar (302 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-slf4j-impl/2.17.1/log4j-slf4j-impl-2.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar (543 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/15.0/annotations-15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-slf4j-impl/2.17.1/log4j-slf4j-impl-2.17.1.jar (24 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ektorp/org.ektorp/1.5.0/org.ektorp-1.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ldriscoll/ektorplucene/0.2.0/ektorplucene-0.2.0.jar (32 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3/httpclient-4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 643 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.3/httpclient-cache-4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/15.0/annotations-15.0.jar (19 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.17.1/log4j-core-2.17.1.jar (1.8 MB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/findbugs/annotations/1.3.2/annotations-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ektorp/org.ektorp/1.5.0/org.ektorp-1.5.0.jar (296 kB at 577 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/cloudant/cloudant-client/2.19.1/cloudant-client-2.19.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.3/httpclient-cache-4.3.jar (148 kB at 288 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3/httpclient-4.3.jar (585 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/cloudant/cloudant-http/2.19.1/cloudant-http-2.19.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.jar (17 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar (258 kB at 429 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sourceforge/findbugs/annotations/1.3.2/annotations-1.3.2.jar (12 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/cloudant/cloudant-http/2.19.1/cloudant-http-2.19.1.jar (40 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/stephenc/findbugs/findbugs-annotations/1.3.9-1/findbugs-annotations-1.3.9-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.13.4/jackson-annotations-2.13.4.jar (76 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.13.4/jackson-core-2.13.4.jar (375 kB at 536 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.16.0/libthrift-0.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/cloudant/cloudant-client/2.19.1/cloudant-client-2.19.1.jar (235 kB at 332 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.8/httpcore-4.4.8.jar (325 kB at 367 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/stephenc/findbugs/findbugs-annotations/1.3.9-1/findbugs-annotations-1.3.9-1.jar (15 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-jcl/2.17.1/log4j-jcl-2.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar (41 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.16.0/libthrift-0.16.0.jar (345 kB at 319 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-jcl/2.17.1/log4j-jcl-2.17.1.jar (13 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 174 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 487 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.7.0/mockito-core-4.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.13/byte-buddy-1.12.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-all/1.3/hamcrest-all-1.3.jar (307 kB at 232 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.13/byte-buddy-agent-1.12.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/4.7.0/mockito-core-4.7.0.jar (669 kB at 473 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-junit/0.17.0/jgiven-junit-0.17.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.2/objenesis-3.2.jar (49 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-core/0.17.0/jgiven-core-0.17.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.12.13/byte-buddy-agent-1.12.13.jar (256 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/1.15/jansi-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-junit/0.17.0/jgiven-junit-0.17.0.jar (14 kB at 8.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-html5-report/0.17.0/jgiven-html5-report-0.17.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-core/0.17.0/jgiven-core-0.17.0.jar (297 kB at 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-html-app/0.17.0/jgiven-html-app-0.17.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/1.15/jansi-1.15.jar (152 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/java/junit-dataprovider/1.13.1/junit-dataprovider-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-html5-report/0.17.0/jgiven-html5-report-0.17.0.jar (16 kB at 8.8 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/java/junit-dataprovider/1.13.1/junit-dataprovider-1.13.1.jar (41 kB at 22 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.12.13/byte-buddy-1.12.13.jar (3.9 MB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/jgiven/jgiven-html-app/0.17.0/jgiven-html-app-0.17.0.jar (839 kB at 418 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.13.4.2/jackson-databind-2.13.4.2.jar (1.5 MB at 761 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ datahandler --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ datahandler --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ datahandler --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler [INFO] Storing buildNumber: e12a467 at timestamp: 1666418089143 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ datahandler --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-thrift-plugin:0.1.11:compile (thrift-sources) @ datahandler --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.pom [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 18 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.0.9/maven-2.0.9.pom [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 236 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 6.0 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/collections/google-collections/0.8/google-collections-0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/0.8/google-collections-0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/0.8/google-collections-0.8.pom (2.4 kB at 27 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.pom (5.1 kB at 28 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.pom [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 181 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.pom [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 121 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.pom [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 34 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [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 77 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.pom [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 66 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.pom [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 38 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.pom [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 86 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.pom [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 65 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.pom [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 25 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.8/slf4j-api-1.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.8/slf4j-api-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.8/slf4j-api-1.5.8.pom (3.0 kB at 18 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.5.8/slf4j-parent-1.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.8/slf4j-parent-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.8/slf4j-parent-1.5.8.pom (8.1 kB at 72 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-simple/1.5.8/slf4j-simple-1.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.5.8/slf4j-simple-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.5.8/slf4j-simple-1.5.8.pom (1.5 kB at 12 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/collections/google-collections/0.8/google-collections-0.8.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.5.8/slf4j-api-1.5.8.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-simple/1.5.8/slf4j-simple-1.5.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/0.8/google-collections-0.8.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-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-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 244 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 174 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-model/2.0.9/maven-model-2.0.9.jar (87 kB at 275 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-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.9/maven-repository-metadata-2.0.9.jar (25 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.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 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.8/slf4j-api-1.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar (122 kB at 297 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.5.8/slf4j-simple-1.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 71 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/0.8/google-collections-0.8.jar (484 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.4/plexus-utils-1.5.4.jar (250 kB at 593 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.8/slf4j-api-1.5.8.jar (23 kB at 47 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.5.8/slf4j-simple-1.5.8.jar (7.6 kB at 15 kB/s) [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-source (thrift-sources) @ datahandler --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [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 1.7 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0/maven-3.0.pom [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 353 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 4.8 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/6/apache-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 2.6 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [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 195 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [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 222 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [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 882 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [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 29 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [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 139 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [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 22 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [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 198 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [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 88 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [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 11 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom (3.0 kB at 190 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom (27 kB at 1.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom (2.8 kB at 76 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom (2.4 kB at 100 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 186 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 298 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 611 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 39 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 960 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [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 98 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [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 184 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [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 37 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [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 130 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [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 33 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [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 227 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [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 489 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [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 98 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [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 231 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [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 73 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [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 60 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [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 33 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [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 57 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [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 409 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/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 39 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/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 202 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/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 598 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [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 108 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [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 17 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [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 171 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [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 147 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [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 120 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 63 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 134 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [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 189 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 58 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [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 41 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [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 28 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [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 275 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [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 131 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [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 193 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 275 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 1.9 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 10 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.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-settings/3.0/maven-settings-3.0.jar [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] 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-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 190 kB/s) [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] 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 233 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-model/3.0/maven-model-3.0.jar (165 kB at 823 kB/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-artifact/3.0/maven-artifact-3.0.jar (52 kB at 258 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 729 kB/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/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 172 kB/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/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 355 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] 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 100 kB/s) [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] 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 242 kB/s) [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] 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 44 kB/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/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 271 kB/s) [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/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 1.3 MB/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/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 502 kB/s) [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/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 307 kB/s) [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 114 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/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 70 kB/s) [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 938 kB/s) [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/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 491 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [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-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] 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 254 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 639 kB/s) [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 80 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 408 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 46 kB/s) [INFO] Source directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/generated-sources/thrift added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ datahandler --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom (6.9 kB at 1.7 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 56 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom (2.7 kB at 274 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom (14 kB at 3.5 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar (41 kB at 424 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar (55 kB at 284 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 433 kB/s) [INFO] Copying 1 resource [INFO] Copying 18 resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ datahandler --- [INFO] Generating flattened POM of project org.eclipse.sw360:datahandler:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ datahandler --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [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 1.2 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [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 74 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 7.1 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 218 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom (5.0 kB at 51 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom (4.6 kB at 50 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom (16 kB at 93 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom (1.1 kB at 10 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom (8.1 kB at 85 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 178 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom (1.1 kB at 47 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom (1.2 kB at 67 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom (1.3 kB at 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar (4.7 kB at 27 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar (23 kB at 130 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar (27 kB at 152 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 302 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 1.1 MB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 192 source files to /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/src/main/java/org/eclipse/sw360/datahandler/common/CommonUtils.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/src/main/java/org/eclipse/sw360/datahandler/common/CommonUtils.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/src/main/java/org/eclipse/sw360/datahandler/common/SW360Constants.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/src/main/java/org/eclipse/sw360/datahandler/common/SW360Constants.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:3.5.0:bnd-process (default) @ datahandler --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom (1.4 kB at 13 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/liferay/com.liferay.ant.bnd/2.0.50/com.liferay.ant.bnd-2.0.50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/liferay/com.liferay.ant.bnd/2.0.50/com.liferay.ant.bnd-2.0.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/liferay/com.liferay.ant.bnd/2.0.50/com.liferay.ant.bnd-2.0.50.pom (1.8 kB at 9.6 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bnd/3.5.0/biz.aQute.bnd-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd/3.5.0/biz.aQute.bnd-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd/3.5.0/biz.aQute.bnd-3.5.0.pom (1.7 kB at 8.6 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 26 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 787 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/liferay/com.liferay.ant.bnd/2.0.50/com.liferay.ant.bnd-2.0.50.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bnd/3.5.0/biz.aQute.bnd-3.5.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/liferay/com.liferay.ant.bnd/2.0.50/com.liferay.ant.bnd-2.0.50.jar [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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd/3.5.0/biz.aQute.bnd-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 132 kB/s) [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.jar (268 kB at 864 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/liferay/com.liferay.ant.bnd/2.0.50/com.liferay.ant.bnd-2.0.50.jar (65 kB at 202 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar (2.6 MB at 5.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd/3.5.0/biz.aQute.bnd-3.5.0.jar (6.0 MB at 6.5 MB/s) [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/bnd.bnd [0:0]: Import package javax.net.ssl not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/bnd.bnd [0:0]: Import package org.apache.commons.logging not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/bnd.bnd [0:0]: Export org.apache.thrift.transport, has 1, private references [org.apache.http.client], [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/bnd.bnd [0:0]: Export org.ektorp.http, has 9, private references [org.apache.http, org.apache.http.client, org.apache.http.client.methods, org.apache.http.conn, org.apache.http.conn.scheme, org.apache.http.conn.ssl, org.apache.http.entity, org.apache.http.params, org.apache.http.protocol], [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/bnd.bnd [0:0]: Export org.ektorp.impl, has 1, private references [org.apache.http], [INFO] [INFO] --- maven-thrift-plugin:0.1.11:testCompile (thrift-test-sources) @ datahandler --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-test-source (thrift-test-sources) @ datahandler --- [INFO] Test Source directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/generated-test-sources/thrift added. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ datahandler --- [INFO] Copying 1 resource [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ datahandler --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/test-classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/src/test/java/org/eclipse/sw360/datahandler/common/ConcatClosingInputStreamTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/src/test/java/org/eclipse/sw360/datahandler/common/ConcatClosingInputStreamTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/src/test/java/org/eclipse/sw360/datahandler/resourcelists/ResourceListControllerTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/src/test/java/org/eclipse/sw360/datahandler/resourcelists/ResourceListControllerTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ datahandler --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.pom (6.5 kB at 55 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.pom (3.4 kB at 199 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.pom (3.6 kB at 40 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.pom (3.9 kB at 229 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.pom (3.6 kB at 9.0 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.pom (4.4 kB at 15 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.pom (1.8 kB at 17 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.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.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 121 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 81 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 439 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 366 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 39 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 124 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 35 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 90 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 559 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 22 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 30 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 65 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jboss/weld/weld-parent/26/weld-parent-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 181 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 35 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 45 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 11 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 355 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 19 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 22 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 165 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 129 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 139 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 815 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M7/surefire-api-3.0.0-M7.jar (169 kB at 806 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M7/surefire-extensions-api-3.0.0-M7.jar (25 kB at 86 kB/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.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M7/surefire-logger-api-3.0.0-M7.jar (14 kB at 45 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M7/surefire-booter-3.0.0-M7.jar (117 kB at 387 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M7/surefire-extensions-spi-3.0.0-M7.jar (8.1 kB at 27 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M7/maven-surefire-common-3.0.0-M7.jar (305 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.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.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 154 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M7/surefire-shared-utils-3.0.0-M7.jar (2.1 MB at 3.5 MB/s) [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ datahandler --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ datahandler --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 90 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 727 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 78 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [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) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [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 72 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 43 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 97 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 293 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 37 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 72 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 2.0 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 135 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 136 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 46 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 65 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 25 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 113 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 68 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 59 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 26 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 12 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 66 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom (5.3 kB at 46 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 248 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 807 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 667 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.jar (202 kB at 668 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 397 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 123 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 104 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar (262 kB at 436 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 95 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 35 kB/s) [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/org.eclipse.sw360.datahandler-16.0.0-92.jar [INFO] [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ datahandler --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/org.eclipse.sw360.datahandler-16.0.0-92-tests.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ datahandler --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ datahandler --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/org.eclipse.sw360.datahandler-16.0.0-92.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/org.eclipse.sw360.datahandler-16.0.0-92.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/org.eclipse.sw360.datahandler-16.0.0-92-tests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/org.eclipse.sw360.datahandler-16.0.0-92-tests.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ datahandler --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/org.eclipse.sw360.datahandler-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/datahandler/16.0.0-92/datahandler-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/datahandler/16.0.0-92/datahandler-16.0.0-92.pom [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/libraries/datahandler/target/org.eclipse.sw360.datahandler-16.0.0-92-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/datahandler/16.0.0-92/datahandler-16.0.0-92-tests.jar [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ datahandler --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/datahandler/16.0.0-92/datahandler-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/datahandler/16.0.0-92/datahandler-16.0.0-92.jar (15 MB at 17 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/datahandler/16.0.0-92/datahandler-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/datahandler/16.0.0-92/datahandler-16.0.0-92.pom (5.0 kB at 57 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/datahandler/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/datahandler/maven-metadata.xml (1.4 kB at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/datahandler/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/datahandler/maven-metadata.xml (1.4 kB at 6.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/datahandler/16.0.0-92/datahandler-16.0.0-92-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/datahandler/16.0.0-92/datahandler-16.0.0-92-tests.jar (152 kB at 1.6 MB/s) [INFO] [INFO] ---------------------< org.eclipse.sw360:commonIO >--------------------- [INFO] Building commonIO 16.0.0-92 [4/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ commonIO --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ commonIO --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commonIO --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO [INFO] Storing buildNumber: e12a467 at timestamp: 1666418349846 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ commonIO --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ commonIO --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ commonIO --- [INFO] Generating flattened POM of project org.eclipse.sw360:commonIO:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ commonIO --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO/target/classes [INFO] [INFO] --- bnd-maven-plugin:3.5.0:bnd-process (default) @ commonIO --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ commonIO --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ commonIO --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ commonIO --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ commonIO --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ commonIO --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO/target/org.eclipse.sw360.common-io-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ commonIO --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ commonIO --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO/target/org.eclipse.sw360.common-io-16.0.0-92.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO/target/org.eclipse.sw360.common-io-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ commonIO --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO/target/org.eclipse.sw360.common-io-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/commonIO/16.0.0-92/commonIO-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/libraries/commonIO/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/commonIO/16.0.0-92/commonIO-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ commonIO --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/commonIO/16.0.0-92/commonIO-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/commonIO/16.0.0-92/commonIO-16.0.0-92.jar (17 kB at 150 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/commonIO/16.0.0-92/commonIO-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/commonIO/16.0.0-92/commonIO-16.0.0-92.pom (1.3 kB at 17 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/commonIO/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/commonIO/maven-metadata.xml (1.4 kB at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/commonIO/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/commonIO/maven-metadata.xml (1.4 kB at 11 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:exporters >--------------------- [INFO] Building exporters 16.0.0-92 [5/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi-ooxml/4.1.2/poi-ooxml-4.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi-ooxml/4.1.2/poi-ooxml-4.1.2.pom (2.9 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi/4.1.2/poi-4.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi/4.1.2/poi-4.1.2.pom (3.6 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 kB at 700 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom (29 kB at 652 kB/s) [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.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/zaxxer/SparseBitSet/1.2/SparseBitSet-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/zaxxer/SparseBitSet/1.2/SparseBitSet-1.2.pom (4.2 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi-ooxml-schemas/4.1.2/poi-ooxml-schemas-4.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi-ooxml-schemas/4.1.2/poi-ooxml-schemas-4.1.2.pom (2.7 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.pom (3.1 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.pom (4.0 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi-ooxml/4.1.2/poi-ooxml-4.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi/4.1.2/poi-4.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/zaxxer/SparseBitSet/1.2/SparseBitSet-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/zaxxer/SparseBitSet/1.2/SparseBitSet-1.2.jar (25 kB at 366 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi-ooxml-schemas/4.1.2/poi-ooxml-schemas-4.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar (2.2 MB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.jar (112 kB at 196 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi-ooxml/4.1.2/poi-ooxml-4.1.2.jar (1.9 MB at 2.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi/4.1.2/poi-4.1.2.jar (2.9 MB at 3.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.jar (2.6 MB at 3.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/poi/poi-ooxml-schemas/4.1.2/poi-ooxml-schemas-4.1.2.jar (7.9 MB at 8.0 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ exporters --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ exporters --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ exporters --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/libraries/exporters' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters [INFO] Storing buildNumber: e12a467 at timestamp: 1666418355639 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/libraries/exporters' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ exporters --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ exporters --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ exporters --- [INFO] Generating flattened POM of project org.eclipse.sw360:exporters:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ exporters --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/target/classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/src/main/java/org/eclipse/sw360/exporter/utils/ConvertRecord.java: /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/src/main/java/org/eclipse/sw360/exporter/utils/ConvertRecord.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/src/main/java/org/eclipse/sw360/exporter/utils/ConvertRecord.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bnd-maven-plugin:3.5.0:bnd-process (default) @ exporters --- [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.bind not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.bind.annotation not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.bind.annotation.adapters not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.crypto not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.crypto.dom not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.crypto.dsig not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.crypto.dsig.dom not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.crypto.dsig.keyinfo not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.crypto.dsig.spec not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.namespace not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.parsers not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.stream not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.stream.events not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.stream.util not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.transform not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.transform.dom not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.transform.stream not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.validation not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package javax.xml.xpath not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package org.xml.sax not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package org.xml.sax.ext not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package org.xml.sax.helpers not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [WARNING] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/bnd.bnd [0:0]: Import package org.w3c.dom not found in any bundle on the -buildpath. List explicitly in Import-Package: p,* to get rid of this warning if false [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ exporters --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ exporters --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/target/test-classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/src/test/java/org/eclipse/sw360/exporter/ProjectExporterTest.java: /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/src/test/java/org/eclipse/sw360/exporter/ProjectExporterTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/src/test/java/org/eclipse/sw360/exporter/ProjectExporterTest.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/src/test/java/org/eclipse/sw360/exporter/utils/ConvertRecordTest.java: /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/src/test/java/org/eclipse/sw360/exporter/utils/ConvertRecordTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/src/test/java/org/eclipse/sw360/exporter/utils/ConvertRecordTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ exporters --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ exporters --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ exporters --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/target/org.eclipse.sw360.exporters-16.0.0-92.jar [INFO] [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ exporters --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/target/org.eclipse.sw360.exporters-16.0.0-92-tests.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ exporters --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ exporters --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/target/org.eclipse.sw360.exporters-16.0.0-92.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/target/org.eclipse.sw360.exporters-16.0.0-92.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/target/org.eclipse.sw360.exporters-16.0.0-92-tests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/target/org.eclipse.sw360.exporters-16.0.0-92-tests.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ exporters --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/target/org.eclipse.sw360.exporters-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/exporters/16.0.0-92/exporters-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/exporters/16.0.0-92/exporters-16.0.0-92.pom [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/libraries/exporters/target/org.eclipse.sw360.exporters-16.0.0-92-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/exporters/16.0.0-92/exporters-16.0.0-92-tests.jar [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ exporters --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/exporters/16.0.0-92/exporters-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/exporters/16.0.0-92/exporters-16.0.0-92.jar (13 MB at 15 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/exporters/16.0.0-92/exporters-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/exporters/16.0.0-92/exporters-16.0.0-92.pom (2.8 kB at 13 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/exporters/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/exporters/maven-metadata.xml (1.4 kB at 15 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/exporters/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/exporters/maven-metadata.xml (1.4 kB at 5.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/exporters/16.0.0-92/exporters-16.0.0-92-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/exporters/16.0.0-92/exporters-16.0.0-92-tests.jar (20 kB at 85 kB/s) [INFO] [INFO] ---------------------< org.eclipse.sw360:backend >---------------------- [INFO] Building backend 16.0.0-92 [6/51] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.4/servlet-api-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.4/servlet-api-2.4.pom (156 B at 1.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/mail/mail/1.4.7/mail-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/mail/mail/1.4.7/mail-1.4.7.pom (5.3 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/all/1.4.7/all-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/all/1.4.7/all-1.4.7.pom (20 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom (1.1 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/mail/mail/1.4.7/mail-1.4.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar (98 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar (63 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/mail/mail/1.4.7/mail-1.4.7.jar (521 kB at 6.4 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ backend --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ backend --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ backend --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend [INFO] Storing buildNumber: e12a467 at timestamp: 1666418396439 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ backend --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ backend --- [INFO] Generating flattened POM of project org.eclipse.sw360:backend:pom:16.0.0-92... [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ backend --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ backend --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ backend --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ backend --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/backend/16.0.0-92/backend-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ backend --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend/16.0.0-92/backend-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend/16.0.0-92/backend-16.0.0-92.pom (2.2 kB at 30 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend/maven-metadata.xml (1.4 kB at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend/maven-metadata.xml (1.4 kB at 9.3 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:src-common >-------------------- [INFO] Building src-common 16.0.0-92 [7/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/tools-java/1.0.4/tools-java-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/tools-java/1.0.4/tools-java-1.0.4.pom (9.0 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/java-spdx-library/1.0.10/java-spdx-library-1.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/java-spdx-library/1.0.10/java-spdx-library-1.0.10.pom (8.4 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.14.2/jsoup-1.14.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.14.2/jsoup-1.14.2.pom (12 kB at 336 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-rdf-store/1.0.4/spdx-rdf-store-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-rdf-store/1.0.4/spdx-rdf-store-1.0.4.pom (8.5 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/4.2.0/jena-core-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/4.2.0/jena-core-4.2.0.pom (9.1 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena/4.2.0/jena-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena/4.2.0/jena-4.2.0.pom (35 kB at 424 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.12.5/jackson-bom-2.12.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.12.5/jackson-bom-2.12.5.pom (17 kB at 820 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.12/jackson-parent-2.12.pom (7.5 kB at 442 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/41/oss-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/41/oss-parent-41.pom (23 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/10.0.6/jetty-bom-10.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/10.0.6/jetty-bom-10.0.6.pom (17 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.14.1/log4j-bom-2.14.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.14.1/log4j-bom-2.14.1.pom (8.1 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/4.2.0/jena-base-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/4.2.0/jena-base-4.2.0.pom (5.9 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/4.2.0/jena-shaded-guava-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/4.2.0/jena-shaded-guava-4.2.0.pom (2.5 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.pom (2.1 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/4.2.0/jena-iri-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/4.2.0/jena-iri-4.2.0.pom (4.3 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.pom (11 kB at 630 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/4.2.0/jena-arq-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/4.2.0/jena-arq-4.2.0.pom (8.5 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.13.3/jsonld-java-0.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.13.3/jsonld-java-0.13.3.pom (6.1 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java-parent/0.13.3/jsonld-java-parent-0.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java-parent/0.13.3/jsonld-java-parent-0.13.3.pom (15 kB at 223 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.11.4/jackson-bom-2.11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.11.4/jackson-bom-2.11.4.pom (15 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.11/jackson-parent-2.11.pom (7.8 kB at 485 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.30/jcl-over-slf4j-1.7.30.pom (1.2 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/apicatalog/titanium-json-ld/1.1.0/titanium-json-ld-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/apicatalog/titanium-json-ld/1.1.0/titanium-json-ld-1.1.0.pom (8.7 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.json/2.0.1/jakarta.json-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.json/2.0.1/jakarta.json-2.0.1.pom (12 kB at 603 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/json/2.0.1/json-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/json/2.0.1/json-2.0.1.pom (19 kB at 550 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.13/httpclient-cache-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.13/httpclient-cache-4.5.13.pom (6.6 kB at 365 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom (1.2 kB at 394 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-jackson-store/1.0.3/spdx-jackson-store-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-jackson-store/1.0.3/spdx-jackson-store-1.0.3.pom (8.9 kB at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.9.8/jackson-dataformat-xml-2.9.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.9.8/jackson-dataformat-xml-2.9.8.pom (5.7 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.8/jackson-base-2.9.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.8/jackson-base-2.9.8.pom (5.5 kB at 290 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.8/jackson-bom-2.9.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.8/jackson-bom-2.9.8.pom (12 kB at 619 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.2/jackson-parent-2.9.1.2.pom (7.9 kB at 494 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/34/oss-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/34/oss-parent-34.pom (23 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.8/jackson-module-jaxb-annotations-2.9.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.8/jackson-module-jaxb-annotations-2.9.8.pom (2.0 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-base/2.9.8/jackson-modules-base-2.9.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-base/2.9.8/jackson-modules-base-2.9.8.pom (3.0 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.pom (5.5 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.pom (7.1 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/24/oss-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/24/oss-parent-24.pom (19 kB at 883 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.9.8/jackson-dataformat-yaml-2.9.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.9.8/jackson-dataformat-yaml-2.9.8.pom (2.1 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.9.8/jackson-dataformats-text-2.9.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.9.8/jackson-dataformats-text-2.9.8.pom (3.0 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.23/snakeyaml-1.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.23/snakeyaml-1.23.pom (38 kB at 479 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20190722/json-20190722.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20190722/json-20190722.pom (6.0 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ws/xmlschema/xmlschema-core/2.2.5/xmlschema-core-2.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ws/xmlschema/xmlschema-core/2.2.5/xmlschema-core-2.2.5.pom (7.1 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ws/xmlschema/xmlschema/2.2.5/xmlschema-2.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ws/xmlschema/xmlschema/2.2.5/xmlschema-2.2.5.pom (32 kB at 710 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-spreadsheet-store/1.0.3/spdx-spreadsheet-store-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-spreadsheet-store/1.0.3/spdx-spreadsheet-store-1.0.3.pom (7.6 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/opencsv/opencsv/5.5.2/opencsv-5.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/opencsv/opencsv/5.5.2/opencsv-5.5.2.pom (32 kB at 264 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.9/commons-text-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.9/commons-text-1.9.pom (17 kB at 174 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/51/commons-parent-51.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/51/commons-parent-51.pom (78 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 500 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-tagvalue-store/1.0.4/spdx-tagvalue-store-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-tagvalue-store/1.0.4/spdx-tagvalue-store-1.0.4.pom (7.5 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/json-schema-validator/2.2.14/json-schema-validator-2.2.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/json-schema-validator/2.2.14/json-schema-validator-2.2.14.pom (3.9 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/jackson-coreutils-equivalence/1.0/jackson-coreutils-equivalence-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/jackson-coreutils-equivalence/1.0/jackson-coreutils-equivalence-1.0.pom (2.7 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/jackson-coreutils/2.0/jackson-coreutils-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/jackson-coreutils/2.0/jackson-coreutils-2.0.pom (2.8 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/msg-simple/1.2/msg-simple-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/msg-simple/1.2/msg-simple-1.2.pom (2.6 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/btf/1.3/btf-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/btf/1.3/btf-1.3.pom (1.6 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/json-schema-core/1.2.14/json-schema-core-1.2.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/json-schema-core/1.2.14/json-schema-core-1.2.14.pom (3.7 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/uri-template/0.10/uri-template-0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/uri-template/0.10/uri-template-0.10.pom (2.9 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7.7.2/rhino-1.7.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7.7.2/rhino-1.7.7.2.pom (1.3 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/mailapi/1.6.2/mailapi-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/mailapi/1.6.2/mailapi-1.6.2.pom (7.4 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/all/1.6.2/all-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/all/1.6.2/all-1.6.2.pom (23 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.5/joda-time-2.10.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.5/joda-time-2.10.5.pom (37 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/libphonenumber/libphonenumber/8.11.1/libphonenumber-8.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/libphonenumber/libphonenumber/8.11.1/libphonenumber-8.11.1.pom (3.1 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/libphonenumber/libphonenumber-parent/8.11.1/libphonenumber-parent-8.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/libphonenumber/libphonenumber-parent/8.11.1/libphonenumber-parent-8.11.1.pom (7.1 kB at 209 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.pom (14 kB at 423 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-1.2-api/2.17.1/log4j-1.2-api-2.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-1.2-api/2.17.1/log4j-1.2-api-2.17.1.pom (8.0 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/tools-java/1.0.4/tools-java-1.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/java-spdx-library/1.0.10/java-spdx-library-1.0.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-rdf-store/1.0.4/spdx-rdf-store-1.0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.14.2/jsoup-1.14.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/4.2.0/jena-core-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-rdf-store/1.0.4/spdx-rdf-store-1.0.4.jar (69 kB at 349 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/4.2.0/jena-iri-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/tools-java/1.0.4/tools-java-1.0.4.jar (156 kB at 541 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.14.2/jsoup-1.14.2.jar (414 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/4.2.0/jena-arq-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/4.2.0/jena-iri-4.2.0.jar (138 kB at 464 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.13.3/jsonld-java-0.13.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/java-spdx-library/1.0.10/java-spdx-library-1.0.10.jar (2.1 MB at 6.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/apicatalog/titanium-json-ld/1.1.0/titanium-json-ld-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.4/commons-cli-1.4.jar (54 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.json/2.0.1/jakarta.json-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/4.2.0/jena-core-4.2.0.jar (1.9 MB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/4.2.0/jena-base-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/apicatalog/titanium-json-ld/1.1.0/titanium-json-ld-1.1.0.jar (282 kB at 546 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/4.2.0/jena-shaded-guava-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jakarta.json/2.0.1/jakarta.json-2.0.1.jar (144 kB at 207 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/4.2.0/jena-base-4.2.0.jar (233 kB at 291 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-jackson-store/1.0.3/spdx-jackson-store-1.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar (165 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.9.8/jackson-dataformat-xml-2.9.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-jackson-store/1.0.3/spdx-jackson-store-1.0.3.jar (39 kB at 39 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/4.2.0/jena-arq-4.2.0.jar (3.1 MB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.13.3/jsonld-java-0.13.3.jar (3.1 MB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.8/jackson-module-jaxb-annotations-2.9.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-xml/2.9.8/jackson-dataformat-xml-2.9.8.jar (99 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.9.8/jackson-dataformat-yaml-2.9.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.9.8/jackson-module-jaxb-annotations-2.9.8.jar (33 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.23/snakeyaml-1.23.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.4/stax2-api-3.1.4.jar (162 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20190722/json-20190722.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/4.2.0/jena-shaded-guava-4.2.0.jar (3.0 MB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ws/xmlschema/xmlschema-core/2.2.5/xmlschema-core-2.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/5.0.3/woodstox-core-5.0.3.jar (513 kB at 398 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-spreadsheet-store/1.0.3/spdx-spreadsheet-store-1.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.9.8/jackson-dataformat-yaml-2.9.8.jar (41 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/opencsv/opencsv/5.5.2/opencsv-5.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.23/snakeyaml-1.23.jar (301 kB at 232 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.9/commons-text-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/json/json/20190722/json-20190722.jar (65 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.9/commons-text-1.9.jar (216 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ws/xmlschema/xmlschema-core/2.2.5/xmlschema-core-2.2.5.jar (173 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-tagvalue-store/1.0.4/spdx-tagvalue-store-1.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 422 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/json-schema-validator/2.2.14/json-schema-validator-2.2.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/jackson-coreutils-equivalence/1.0/jackson-coreutils-equivalence-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/opencsv/opencsv/5.5.2/opencsv-5.5.2.jar (236 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/jackson-coreutils/2.0/jackson-coreutils-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-spreadsheet-store/1.0.3/spdx-spreadsheet-store-1.0.3.jar (123 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/msg-simple/1.2/msg-simple-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/jackson-coreutils-equivalence/1.0/jackson-coreutils-equivalence-1.0.jar (1.9 kB at 1.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/btf/1.3/btf-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/jackson-coreutils/2.0/jackson-coreutils-2.0.jar (32 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/json-schema-core/1.2.14/json-schema-core-1.2.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/json-schema-validator/2.2.14/json-schema-validator-2.2.14.jar (239 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/uri-template/0.10/uri-template-0.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/msg-simple/1.2/msg-simple-1.2.jar (37 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7.7.2/rhino-1.7.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-tagvalue-store/1.0.4/spdx-tagvalue-store-1.0.4.jar (56 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/mailapi/1.6.2/mailapi-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/uri-template/0.10/uri-template-0.10.jar (58 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.5/joda-time-2.10.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/mail/mailapi/1.6.2/mailapi-1.6.2.jar (301 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/libphonenumber/libphonenumber/8.11.1/libphonenumber-8.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/btf/1.3/btf-1.3.jar (9.0 kB at 5.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/java-json-tools/json-schema-core/1.2.14/json-schema-core-1.2.14.jar (176 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-1.2-api/2.17.1/log4j-1.2-api-2.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mozilla/rhino/1.7.7.2/rhino-1.7.7.2.jar (1.2 MB at 729 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/libphonenumber/libphonenumber/8.11.1/libphonenumber-8.11.1.jar (345 kB at 193 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.4/jopt-simple-5.0.4.jar (78 kB at 41 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.10.5/joda-time-2.10.5.jar (643 kB at 339 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-1.2-api/2.17.1/log4j-1.2-api-2.17.1.jar (208 kB at 109 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ src-common --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ src-common --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ src-common --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src-common' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src-common [INFO] Storing buildNumber: e12a467 at timestamp: 1666418403640 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src-common' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src-common [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ src-common --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ src-common --- [INFO] Copying 6 resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ src-common --- [INFO] Generating flattened POM of project org.eclipse.sw360:src-common:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ src-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/DatabaseHandlerUtil.java: /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/DatabaseHandlerUtil.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/DatabaseHandlerUtil.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/DatabaseHandlerUtil.java: /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/DatabaseHandlerUtil.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/DatabaseHandlerUtil.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ src-common --- [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ src-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/test-classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/src/test/java/org/eclipse/sw360/datahandler/db/ProjectDatabaseHandlerTest.java: /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/src/test/java/org/eclipse/sw360/datahandler/db/ProjectDatabaseHandlerTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/src/test/java/org/eclipse/sw360/datahandler/db/ProjectDatabaseHandlerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ src-common --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ src-common --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ src-common --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar [INFO] [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ src-common --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92-tests.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ src-common --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ src-common --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92-tests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92-tests.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-common --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-common/16.0.0-92/src-common-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-common/16.0.0-92/src-common-16.0.0-92.pom [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-common/16.0.0-92/src-common-16.0.0-92-tests.jar [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ src-common --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-common/16.0.0-92/src-common-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-common/16.0.0-92/src-common-16.0.0-92.jar (247 kB at 1.7 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-common/16.0.0-92/src-common-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-common/16.0.0-92/src-common-16.0.0-92.pom (2.7 kB at 34 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-common/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-common/maven-metadata.xml (1.4 kB at 7.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-common/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-common/maven-metadata.xml (1.4 kB at 7.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-common/16.0.0-92/src-common-16.0.0-92-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-common/16.0.0-92/src-common-16.0.0-92-tests.jar (35 kB at 549 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:backend-src >-------------------- [INFO] Building backend-src 16.0.0-92 [8/51] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.pom (11 kB at 573 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 636 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.8/maven-dependency-plugin-2.8.jar (153 kB at 1.7 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ backend-src --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ backend-src --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ backend-src --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src [INFO] Storing buildNumber: e12a467 at timestamp: 1666418418151 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ backend-src --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ backend-src --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.pom [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 73 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.pom [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 17 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.pom (1.8 kB at 47 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.9/maven-reporting-2.0.9.pom (1.5 kB at 38 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-10/doxia-sink-api-1.0-alpha-10.pom (1.3 kB at 27 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-10/doxia-1.0-alpha-10.pom (9.2 kB at 195 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 418 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.pom [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 32 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 78 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.pom [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 26 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.pom [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 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (4.2 kB at 106 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (5.9 kB at 101 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 199 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/1.4/commons-io-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 183 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/7/commons-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 460 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 21 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 12 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 3.2 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 66 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9.1 kB at 216 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [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 4.6 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [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 7.8 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [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 21 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [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 66 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [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 5.3 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [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 2.2 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [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 60 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [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 41 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [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 146 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 8.2 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom (3.4 kB at 26 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.pom (2.2 kB at 12 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 17 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 146 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 46 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom (3.1 kB at 36 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (5.2 kB at 87 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.5/maven-project-2.0.5.pom (1.8 kB at 46 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 68 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.5/maven-settings-2.0.5.pom (1.7 kB at 27 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 85 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.5/maven-profile-2.0.5.pom (1.7 kB at 50 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.5/maven-artifact-manager-2.0.5.pom (1.8 kB at 68 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.5/maven-repository-metadata-2.0.5.pom (1.5 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [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 117 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [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 79 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [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 522 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [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 57 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [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 64 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [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 45 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [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 76 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [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 37 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [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 15 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [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 9.1 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.pom (3.8 kB at 38 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [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 74 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 15 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 131 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 90 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 55 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 62 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 38 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 93 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 41 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 17 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (1.5 kB at 13 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom [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 22 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [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 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [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 79 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [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 28 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean/3.4/xbean-3.4.pom [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 100 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 650 B/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [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 162 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/collections/google-collections/1.0/google-collections-1.0.pom [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 69 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/google/1/google-1.pom [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 10.0 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 22 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.pom (5.1 kB at 154 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/12/maven-shared-components-12.pom (9.3 kB at 246 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/13/maven-parent-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/13/maven-parent-13.pom (23 kB at 580 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [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 284 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/1.4/commons-io-1.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.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/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [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-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar [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 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar [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 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar [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 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (21 kB at 65 kB/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/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (91 kB at 227 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar (160 kB at 397 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 264 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (41 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar [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.jar (168 kB at 334 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar [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.jar (38 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar [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 366 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar (27 kB at 46 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/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar (186 kB at 308 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar [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.jar (109 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (232 kB at 377 kB/s) [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/org/codehaus/plexus/plexus-io/2.0.6/plexus-io-2.0.6.jar (58 kB at 94 kB/s) [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 85 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.0.11/maven-invoker-2.0.11.jar (29 kB at 36 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/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 39 kB/s) [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 714 kB/s) [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/src/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ backend-src --- [INFO] Generating flattened POM of project org.eclipse.sw360:backend-src:pom:16.0.0-92... [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ backend-src --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ backend-src --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ backend-src --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ backend-src --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/backend-src/16.0.0-92/backend-src-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ backend-src --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend-src/16.0.0-92/backend-src-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend-src/16.0.0-92/backend-src-16.0.0-92.pom (2.6 kB at 28 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend-src/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend-src/maven-metadata.xml (1.4 kB at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend-src/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend-src/maven-metadata.xml (1.4 kB at 13 kB/s) [INFO] [INFO] -----------------< org.eclipse.sw360:src-attachments >------------------ [INFO] Building src-attachments 16.0.0-92 [9/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ src-attachments --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ src-attachments --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ src-attachments --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments [INFO] Storing buildNumber: e12a467 at timestamp: 1666418431342 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ src-attachments --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ src-attachments --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ src-attachments --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ src-attachments --- [INFO] Generating flattened POM of project org.eclipse.sw360:src-attachments:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ src-attachments --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ src-attachments --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ src-attachments --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/target/test-classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/src/test/java/org/eclipse/sw360/attachments/AttachmentHandlerTest.java: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/src/test/java/org/eclipse/sw360/attachments/AttachmentHandlerTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/src/test/java/org/eclipse/sw360/attachments/AttachmentHandlerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ src-attachments --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ src-attachments --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ src-attachments --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/target/src-attachments-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ src-attachments --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ src-attachments --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/target/src-attachments-16.0.0-92.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/target/src-attachments-16.0.0-92.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/target/src-attachments-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-attachments --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/target/src-attachments-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-attachments/16.0.0-92/src-attachments-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-attachments/16.0.0-92/src-attachments-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ src-attachments --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-attachments/16.0.0-92/src-attachments-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-attachments/16.0.0-92/src-attachments-16.0.0-92.jar (24 kB at 275 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-attachments/16.0.0-92/src-attachments-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-attachments/16.0.0-92/src-attachments-16.0.0-92.pom (2.4 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-attachments/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-attachments/maven-metadata.xml (1.4 kB at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-attachments/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-attachments/maven-metadata.xml (1.4 kB at 12 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:src-components >------------------ [INFO] Building src-components 16.0.0-92 [10/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ src-components --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ src-components --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ src-components --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components [INFO] Storing buildNumber: e12a467 at timestamp: 1666418437942 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ src-components --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ src-components --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ src-components --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ src-components --- [INFO] Generating flattened POM of project org.eclipse.sw360:src-components:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ src-components --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ src-components --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ src-components --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/target/test-classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/src/test/java/org/eclipse/sw360/components/db/ComponentDatabaseHandlerTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/src/test/java/org/eclipse/sw360/components/db/ComponentDatabaseHandlerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ src-components --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ src-components --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ src-components --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/target/src-components-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ src-components --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ src-components --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/target/src-components-16.0.0-92.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/target/src-components-16.0.0-92.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/target/src-components-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-components --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/target/src-components-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-components/16.0.0-92/src-components-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-components/16.0.0-92/src-components-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ src-components --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-components/16.0.0-92/src-components-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-components/16.0.0-92/src-components-16.0.0-92.jar (26 kB at 242 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-components/16.0.0-92/src-components-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-components/16.0.0-92/src-components-16.0.0-92.pom (2.6 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-components/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-components/maven-metadata.xml (1.4 kB at 9.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-components/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-components/maven-metadata.xml (1.4 kB at 18 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:src-vendors >-------------------- [INFO] Building src-vendors 16.0.0-92 [11/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ src-vendors --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ src-vendors --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ src-vendors --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors [INFO] Storing buildNumber: e12a467 at timestamp: 1666418444671 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ src-vendors --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ src-vendors --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ src-vendors --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ src-vendors --- [INFO] Generating flattened POM of project org.eclipse.sw360:src-vendors:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ src-vendors --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ src-vendors --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ src-vendors --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ src-vendors --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ src-vendors --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ src-vendors --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/target/src-vendors-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ src-vendors --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ src-vendors --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/target/src-vendors-16.0.0-92.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/target/src-vendors-16.0.0-92.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/target/src-vendors-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-vendors --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/target/src-vendors-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-vendors/16.0.0-92/src-vendors-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-vendors/16.0.0-92/src-vendors-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ src-vendors --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vendors/16.0.0-92/src-vendors-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vendors/16.0.0-92/src-vendors-16.0.0-92.jar (28 kB at 117 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vendors/16.0.0-92/src-vendors-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vendors/16.0.0-92/src-vendors-16.0.0-92.pom (2.4 kB at 37 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vendors/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vendors/maven-metadata.xml (1.4 kB at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vendors/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vendors/maven-metadata.xml (1.4 kB at 12 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:importers >--------------------- [INFO] Building importers 16.0.0-92 [12/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ importers --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ importers --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ importers --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/libraries/importers' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/importers [INFO] Storing buildNumber: e12a467 at timestamp: 1666418449942 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/libraries/importers' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/importers [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ importers --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/libraries/importers/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/libraries/importers/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ importers --- [INFO] Copying 2 resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ importers --- [INFO] Generating flattened POM of project org.eclipse.sw360:importers:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ importers --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/sw360.deploy/libraries/importers/target/classes [INFO] [INFO] --- bnd-maven-plugin:3.5.0:bnd-process (default) @ importers --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ importers --- [INFO] Copying 11 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ importers --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/sw360.deploy/libraries/importers/target/test-classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/libraries/importers/src/test/java/org/eclipse/sw360/importer/ComponentImportUtilsTest.java: /home/jenkins/agent/workspace/sw360.deploy/libraries/importers/src/test/java/org/eclipse/sw360/importer/ComponentImportUtilsTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/libraries/importers/src/test/java/org/eclipse/sw360/importer/ComponentImportUtilsTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ importers --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ importers --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ importers --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/libraries/importers/target/org.eclipse.sw360.importers-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ importers --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/importers/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/importers/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/libraries/importers/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/libraries/importers/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/libraries/importers/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/libraries/importers/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ importers --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/libraries/importers/target/org.eclipse.sw360.importers-16.0.0-92.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/libraries/importers/target/org.eclipse.sw360.importers-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ importers --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/libraries/importers/target/org.eclipse.sw360.importers-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/importers/16.0.0-92/importers-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/libraries/importers/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/importers/16.0.0-92/importers-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ importers --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/importers/16.0.0-92/importers-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/importers/16.0.0-92/importers-16.0.0-92.jar (62 kB at 622 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/importers/16.0.0-92/importers-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/importers/16.0.0-92/importers-16.0.0-92.pom (2.2 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/importers/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/importers/maven-metadata.xml (1.4 kB at 15 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/importers/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/importers/maven-metadata.xml (1.4 kB at 10.0 kB/s) [INFO] [INFO] ----------------< org.eclipse.sw360:log4j-osgi-support >---------------- [INFO] Building log4j-osgi-support 16.0.0-92 [13/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.pom (16 kB at 675 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 1.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 767 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/25/apache-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom (21 kB at 1.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.3.0/maven-dependency-plugin-3.3.0.jar (187 kB at 975 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ log4j-osgi-support --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ log4j-osgi-support --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ log4j-osgi-support --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support [INFO] Storing buildNumber: e12a467 at timestamp: 1666418459041 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ log4j-osgi-support --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ log4j-osgi-support --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ log4j-osgi-support --- [INFO] Generating flattened POM of project org.eclipse.sw360:log4j-osgi-support:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ log4j-osgi-support --- [INFO] No sources to compile [INFO] [INFO] --- maven-bundle-plugin:5.1.8:manifest (bundle-manifest) @ log4j-osgi-support --- [INFO] No MANIFEST.MF file found, generating manifest. [WARNING] Manifest org.eclipse.sw360:log4j-osgi-support:jar:16.0.0-92 : Classes found in the wrong directory: {META-INF/versions/9/org/apache/logging/log4j/util/StackLocator.class=org.apache.logging.log4j.util.StackLocator, META-INF/versions/9/module-info.class=module-info, META-INF/versions/9/org/apache/logging/log4j/util/internal/DefaultObjectInputFilter.class=org.apache.logging.log4j.util.internal.DefaultObjectInputFilter, META-INF/versions/9/org/apache/logging/log4j/util/Base64Util.class=org.apache.logging.log4j.util.Base64Util, META-INF/versions/9/org/apache/logging/log4j/util/ProcessIdUtil.class=org.apache.logging.log4j.util.ProcessIdUtil} [WARNING] Manifest org.eclipse.sw360:log4j-osgi-support:jar:16.0.0-92 : Classes found in the wrong directory: {META-INF/versions/9/org/apache/logging/log4j/core/util/SystemClock.class=org.apache.logging.log4j.core.util.SystemClock} [INFO] Writing manifest: /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ log4j-osgi-support --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ log4j-osgi-support --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ log4j-osgi-support --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ log4j-osgi-support --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-dependency-plugin:3.3.0:copy-dependencies (copy-dependencies) @ log4j-osgi-support --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.pom (7.2 kB at 61 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.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.1.0/maven-reporting-api-3.1.0.pom (3.8 kB at 30 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 10 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 155 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 13 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 15 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 42 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 297 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 100 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 495 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 439 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 103 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 197 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 44 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 136 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 508 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 672 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 138 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 171 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 183 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 87 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 53 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 33 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 50 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 42 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [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 64 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [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 83 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.7/velocity-1.7.pom [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 226 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [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 140 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [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 226 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [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 79 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/logkit/logkit/1.0.1/logkit-1.0.1.pom [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 3.4 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [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 3.6 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [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 104 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/dom4j/dom4j/1.1/dom4j-1.1.pom [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 3.5 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [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 65 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom (4.4 kB at 156 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom (24 kB at 345 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 106 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.pom (7.2 kB at 171 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.pom (6.9 kB at 169 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 71 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 477 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 91 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 12 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 51 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 46 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 51 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 89 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 146 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 119 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 80 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 32 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 35 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 117 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 155 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 275 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 62 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 54 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 30 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 282 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 39 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 33 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom (2.1 kB at 81 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom (26 kB at 561 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.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.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 139 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.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.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 125 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.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.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [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 55 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [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 46 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [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 170 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/30/maven-parent-30.pom [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 523 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.pom [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 158 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom (23 kB at 551 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.0/maven-reporting-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.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.1.0/maven-reporting-api-3.1.0.jar (11 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.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.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 293 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 1.1 MB/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/apache/maven/reporting/maven-reporting-impl/3.1.0/maven-reporting-impl-3.1.0.jar (19 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 484 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.11.1/doxia-site-renderer-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 749 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.11.1/doxia-skin-model-1.11.1.jar [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 1.6 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.11.1/doxia-module-xhtml-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 451 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-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 42 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 784 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/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 36 kB/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] 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/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 39 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/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 24 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/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 14 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-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 237 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.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 741 kB/s) [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 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.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 496 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 277 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.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 645 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 5.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.12.0/maven-dependency-analyzer-1.12.0.jar (37 kB at 47 kB/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.2.0/maven-common-artifact-filters-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (150 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.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.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.jar (86 kB at 107 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.jar (85 kB at 104 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.0/maven-dependency-tree-3.1.0.jar (103 kB at 126 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.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 68 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar (753 kB at 827 kB/s) [INFO] Copying log4j-api-2.17.1.jar to /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/target/classes/log4j-api-2.17.1.jar [INFO] Copying log4j-core-2.17.1.jar to /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/target/classes/log4j-core-2.17.1.jar [INFO] Copying log4j-1.2-api-2.17.1.jar to /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/target/classes/log4j-1.2-api-2.17.1.jar [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ log4j-osgi-support --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/target/org.eclipse.sw360.log4j-osgi-support-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ log4j-osgi-support --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ log4j-osgi-support --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/target/org.eclipse.sw360.log4j-osgi-support-16.0.0-92.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/target/org.eclipse.sw360.log4j-osgi-support-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ log4j-osgi-support --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/target/org.eclipse.sw360.log4j-osgi-support-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/log4j-osgi-support/16.0.0-92/log4j-osgi-support-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/libraries/log4j-osgi-support/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/log4j-osgi-support/16.0.0-92/log4j-osgi-support-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ log4j-osgi-support --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/log4j-osgi-support/16.0.0-92/log4j-osgi-support-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/log4j-osgi-support/16.0.0-92/log4j-osgi-support-16.0.0-92.jar (2.1 MB at 7.0 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/log4j-osgi-support/16.0.0-92/log4j-osgi-support-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/log4j-osgi-support/16.0.0-92/log4j-osgi-support-16.0.0-92.pom (1.7 kB at 29 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/log4j-osgi-support/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/log4j-osgi-support/maven-metadata.xml (1.3 kB at 17 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/log4j-osgi-support/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/log4j-osgi-support/maven-metadata.xml (1.4 kB at 14 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:src-licenses >------------------- [INFO] Building src-licenses 16.0.0-92 [14/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-tools/2.2.3/spdx-tools-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-tools/2.2.3/spdx-tools-2.2.3.pom (15 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/apache-jena-libs/3.12.0/apache-jena-libs-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/apache-jena-libs/3.12.0/apache-jena-libs-3.12.0.pom (2.0 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena/3.12.0/jena-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena/3.12.0/jena-3.12.0.pom (39 kB at 430 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.pom (5.5 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.pom (7.3 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.12.0/jena-core-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-core/3.12.0/jena-core-3.12.0.pom (9.5 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.pom (4.3 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.pom (5.4 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.pom (3.6 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.5/httpclient-4.5.5.pom (6.2 kB at 297 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.5/httpcomponents-client-4.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.5/httpcomponents-client-4.5.5.pom (15 kB at 968 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom (34 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.pom (5.6 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java-parent/0.12.3/jsonld-java-parent-0.12.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java-parent/0.12.3/jsonld-java-parent-0.12.3.pom (15 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.7/jackson-bom-2.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.7/jackson-bom-2.9.7.pom (12 kB at 683 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom (8.0 kB at 501 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/33/oss-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/33/oss-parent-33.pom (22 kB at 839 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.pom (959 B at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.5/httpclient-cache-4.5.5.pom (6.2 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.26/jcl-over-slf4j-1.7.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.26/jcl-over-slf4j-1.7.26.pom (964 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.26/slf4j-parent-1.7.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.26/slf4j-parent-1.7.26.pom (14 kB at 912 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.pom (4.2 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-db/3.12.0/jena-db-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-db/3.12.0/jena-db-3.12.0.pom (3.5 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.pom (2.6 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.pom (1.7 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.pom (2.5 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.pom (1.6 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.pom (5.3 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr/3.4/antlr-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr/3.4/antlr-3.4.pom (3.0 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.pom (7.5 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.pom (632 B at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.4/ST4-4.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.4/ST4-4.0.4.pom (9.6 kB at 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.3/antlr-runtime-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.3/antlr-runtime-3.3.pom (4.1 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.3/antlr-master-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.3/antlr-master-3.3.pom (9.4 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/opencsv/opencsv/2.3/opencsv-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/opencsv/opencsv/2.3/opencsv-2.3.pom (5.4 kB at 248 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nu/validator/htmlparser/htmlparser/1.4/htmlparser-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nu/validator/htmlparser/htmlparser/1.4/htmlparser-1.4.pom (9.8 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon/8.7/saxon-8.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon/8.7/saxon-8.7.pom (564 B at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.pom (8.3 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spullara/mustache/java/compiler/0.7.9/compiler-0.7.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spullara/mustache/java/compiler/0.7.9/compiler-0.7.9.pom (4.3 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spullara/mustache/java/mustache.java/0.7.9/mustache.java-0.7.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spullara/mustache/java/mustache.java/0.7.9/mustache.java-0.7.9.pom (2.6 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.pom (752 B at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/cliftonlabs/json-simple/2.3.1/json-simple-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/cliftonlabs/json-simple/2.3.1/json-simple-2.3.1.pom (7.5 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/liferay/portal/com.liferay.portal.kernel/43.0.1/com.liferay.portal.kernel-43.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/liferay/portal/com.liferay.portal.kernel/43.0.1/com.liferay.portal.kernel-43.0.1.pom (1.2 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/liferay/com.liferay.petra.function/5.1.2/com.liferay.petra.function-5.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/liferay/com.liferay.petra.function/5.1.2/com.liferay.petra.function-5.1.2.pom (1.1 kB at 5.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-tools/2.2.3/spdx-tools-2.2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.jar (527 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.jar (265 kB at 886 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-trans-data/3.12.0/jena-dboe-trans-data-3.12.0.jar (97 kB at 234 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-transaction/3.12.0/jena-dboe-transaction-3.12.0.jar (78 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.jar (2.9 MB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.jar (22 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.jar (1.7 MB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-arq/3.12.0/jena-arq-3.12.0.jar (3.1 MB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr/3.4/antlr-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-tools/2.2.3/spdx-tools-2.2.3.jar (3.5 MB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-base/3.12.0/jena-dboe-base-3.12.0.jar (138 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.jar (138 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.4/ST4-4.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.jar (53 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/opencsv/opencsv/2.3/opencsv-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar (149 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nu/validator/htmlparser/htmlparser/1.4/htmlparser-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/opencsv/opencsv/2.3/opencsv-2.3.jar (20 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon/8.7/saxon-8.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 443 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/ST4/4.0.4/ST4-4.0.4.jar (237 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spullara/mustache/java/compiler/0.7.9/compiler-0.7.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr/3.4/antlr-3.4.jar (1.1 MB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon-dom/8.7/saxon-dom-8.7.jar (44 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/cliftonlabs/json-simple/2.3.1/json-simple-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nu/validator/htmlparser/htmlparser/1.4/htmlparser-1.4.jar (296 kB at 264 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/liferay/portal/com.liferay.portal.kernel/43.0.1/com.liferay.portal.kernel-43.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar (396 kB at 353 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/liferay/com.liferay.petra.function/5.1.2/com.liferay.petra.function-5.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spullara/mustache/java/compiler/0.7.9/compiler-0.7.9.jar (73 kB at 61 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/liferay/com.liferay.petra.function/5.1.2/com.liferay.petra.function-5.1.2.jar (6.1 kB at 4.8 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/cliftonlabs/json-simple/2.3.1/json-simple-2.3.1.jar (61 kB at 47 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/saxon/8.7/saxon-8.7.jar (3.3 MB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/liferay/portal/com.liferay.portal.kernel/43.0.1/com.liferay.portal.kernel-43.0.1.jar (6.5 MB at 4.0 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ src-licenses --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ src-licenses --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ src-licenses --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses [INFO] Storing buildNumber: e12a467 at timestamp: 1666418494777 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ src-licenses --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ src-licenses --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ src-licenses --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ src-licenses --- [INFO] Generating flattened POM of project org.eclipse.sw360:src-licenses:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ src-licenses --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/target/classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/src/main/java/org/eclipse/sw360/licenses/db/LicenseDatabaseHandler.java: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/src/main/java/org/eclipse/sw360/licenses/db/LicenseDatabaseHandler.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/src/main/java/org/eclipse/sw360/licenses/db/LicenseDatabaseHandler.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/src/main/java/org/eclipse/sw360/licenses/db/LicenseDatabaseHandler.java: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/src/main/java/org/eclipse/sw360/licenses/db/LicenseDatabaseHandler.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/src/main/java/org/eclipse/sw360/licenses/db/LicenseDatabaseHandler.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ src-licenses --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ src-licenses --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ src-licenses --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ src-licenses --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ src-licenses --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/target/src-licenses-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ src-licenses --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ src-licenses --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/target/src-licenses-16.0.0-92.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/target/src-licenses-16.0.0-92.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/target/src-licenses-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-licenses --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/target/src-licenses-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-licenses/16.0.0-92/src-licenses-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-licenses/16.0.0-92/src-licenses-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ src-licenses --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenses/16.0.0-92/src-licenses-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenses/16.0.0-92/src-licenses-16.0.0-92.jar (61 kB at 548 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenses/16.0.0-92/src-licenses-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenses/16.0.0-92/src-licenses-16.0.0-92.pom (3.7 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenses/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenses/maven-metadata.xml (1.3 kB at 6.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenses/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenses/maven-metadata.xml (1.4 kB at 3.1 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:src-users >--------------------- [INFO] Building src-users 16.0.0-92 [15/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ src-users --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ src-users --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ src-users --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users [INFO] Storing buildNumber: e12a467 at timestamp: 1666418502855 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ src-users --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ src-users --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ src-users --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ src-users --- [INFO] Generating flattened POM of project org.eclipse.sw360:src-users:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ src-users --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ src-users --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ src-users --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ src-users --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ src-users --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ src-users --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/target/src-users-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ src-users --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ src-users --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/target/src-users-16.0.0-92.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/target/src-users-16.0.0-92.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/target/src-users-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-users --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/target/src-users-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-users/16.0.0-92/src-users-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-users/16.0.0-92/src-users-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ src-users --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-users/16.0.0-92/src-users-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-users/16.0.0-92/src-users-16.0.0-92.jar (25 kB at 135 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-users/16.0.0-92/src-users-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-users/16.0.0-92/src-users-16.0.0-92.pom (2.4 kB at 24 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-users/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-users/maven-metadata.xml (1.3 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-users/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-users/maven-metadata.xml (1.4 kB at 11 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:src-search >-------------------- [INFO] Building src-search 16.0.0-92 [16/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ src-search --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ src-search --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ src-search --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search [INFO] Storing buildNumber: e12a467 at timestamp: 1666418508114 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ src-search --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ src-search --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ src-search --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ src-search --- [INFO] Generating flattened POM of project org.eclipse.sw360:src-search:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ src-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ src-search --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ src-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ src-search --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ src-search --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ src-search --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/target/src-search-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ src-search --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ src-search --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/target/src-search-16.0.0-92.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/target/src-search-16.0.0-92.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/target/src-search-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-search --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/target/src-search-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-search/16.0.0-92/src-search-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-search/16.0.0-92/src-search-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ src-search --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-search/16.0.0-92/src-search-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-search/16.0.0-92/src-search-16.0.0-92.jar (33 kB at 304 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-search/16.0.0-92/src-search-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-search/16.0.0-92/src-search-16.0.0-92.pom (2.4 kB at 11 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-search/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-search/maven-metadata.xml (1.3 kB at 8.7 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-search/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-search/maven-metadata.xml (1.4 kB at 7.3 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:src-projects >------------------- [INFO] Building src-projects 16.0.0-92 [17/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ src-projects --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ src-projects --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ src-projects --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects [INFO] Storing buildNumber: e12a467 at timestamp: 1666418513847 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ src-projects --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ src-projects --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ src-projects --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ src-projects --- [INFO] Generating flattened POM of project org.eclipse.sw360:src-projects:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ src-projects --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ src-projects --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ src-projects --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ src-projects --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ src-projects --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ src-projects --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/target/src-projects-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ src-projects --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ src-projects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/target/src-projects-16.0.0-92.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/target/src-projects-16.0.0-92.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/target/src-projects-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-projects --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/target/src-projects-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-projects/16.0.0-92/src-projects-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-projects/16.0.0-92/src-projects-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ src-projects --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-projects/16.0.0-92/src-projects-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-projects/16.0.0-92/src-projects-16.0.0-92.jar (25 kB at 240 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-projects/16.0.0-92/src-projects-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-projects/16.0.0-92/src-projects-16.0.0-92.pom (2.6 kB at 43 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-projects/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-projects/maven-metadata.xml (1.3 kB at 10 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-projects/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-projects/maven-metadata.xml (1.4 kB at 9.1 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:src-moderation >------------------ [INFO] Building src-moderation 16.0.0-92 [18/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ src-moderation --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ src-moderation --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ src-moderation --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation [INFO] Storing buildNumber: e12a467 at timestamp: 1666418519447 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ src-moderation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ src-moderation --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ src-moderation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ src-moderation --- [INFO] Generating flattened POM of project org.eclipse.sw360:src-moderation:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ src-moderation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/target/classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/src/main/java/org/eclipse/sw360/moderation/db/ModerationRequestGenerator.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/src/main/java/org/eclipse/sw360/moderation/db/ModerationRequestGenerator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ src-moderation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ src-moderation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ src-moderation --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ src-moderation --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ src-moderation --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/target/src-moderation-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ src-moderation --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ src-moderation --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/target/src-moderation-16.0.0-92.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/target/src-moderation-16.0.0-92.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/target/src-moderation-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-moderation --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/target/src-moderation-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-moderation/16.0.0-92/src-moderation-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-moderation/16.0.0-92/src-moderation-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ src-moderation --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-moderation/16.0.0-92/src-moderation-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-moderation/16.0.0-92/src-moderation-16.0.0-92.jar (73 kB at 626 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-moderation/16.0.0-92/src-moderation-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-moderation/16.0.0-92/src-moderation-16.0.0-92.pom (2.6 kB at 27 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-moderation/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-moderation/maven-metadata.xml (1.3 kB at 10 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-moderation/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-moderation/maven-metadata.xml (1.4 kB at 12 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:src-fossology >------------------- [INFO] Building src-fossology 16.0.0-92 [19/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.pom (3.2 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.19/spring-beans-5.3.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.19/spring-beans-5.3.19.pom (2.0 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.19/spring-core-5.3.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.19/spring-core-5.3.19.pom (2.0 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.19/spring-jcl-5.3.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.19/spring-jcl-5.3.19.pom (1.8 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.19/spring-context-5.3.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.19/spring-context-5.3.19.pom (2.6 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.19/spring-aop-5.3.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.19/spring-aop-5.3.19.pom (2.2 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.19/spring-expression-5.3.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.19/spring-expression-5.3.19.pom (2.1 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/5.3.19/spring-webmvc-5.3.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/5.3.19/spring-webmvc-5.3.19.pom (3.0 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.3.19/spring-web-5.3.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.3.19/spring-web-5.3.19.pom (2.2 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.19/spring-core-5.3.19.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.19/spring-beans-5.3.19.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.19/spring-jcl-5.3.19.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.19/spring-context-5.3.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.54/jsch-0.1.54.jar (281 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.19/spring-aop-5.3.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.19/spring-jcl-5.3.19.jar (24 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.19/spring-expression-5.3.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.19/spring-aop-5.3.19.jar (383 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/5.3.19/spring-webmvc-5.3.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.19/spring-expression-5.3.19.jar (289 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.3.19/spring-web-5.3.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/5.3.19/spring-webmvc-5.3.19.jar (1.0 MB at 3.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.19/spring-core-5.3.19.jar (1.5 MB at 3.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.19/spring-beans-5.3.19.jar (699 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.19/spring-context-5.3.19.jar (1.3 MB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.3.19/spring-web-5.3.19.jar (1.6 MB at 3.1 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ src-fossology --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ src-fossology --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ src-fossology --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology [INFO] Storing buildNumber: e12a467 at timestamp: 1666418527148 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ src-fossology --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ src-fossology --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ src-fossology --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ src-fossology --- [INFO] Generating flattened POM of project org.eclipse.sw360:src-fossology:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ src-fossology --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ src-fossology --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ src-fossology --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/target/test-classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/src/test/java/org/eclipse/sw360/fossology/FossologyHandlerLocalhostIntegrationTest.java: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/src/test/java/org/eclipse/sw360/fossology/FossologyHandlerLocalhostIntegrationTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/src/test/java/org/eclipse/sw360/fossology/FossologyHandlerLocalhostIntegrationTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ src-fossology --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ src-fossology --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ src-fossology --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/target/src-fossology-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ src-fossology --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ src-fossology --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/target/src-fossology-16.0.0-92.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/target/src-fossology-16.0.0-92.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/target/src-fossology-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-fossology --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/target/src-fossology-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-fossology/16.0.0-92/src-fossology-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-fossology/16.0.0-92/src-fossology-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ src-fossology --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-fossology/16.0.0-92/src-fossology-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-fossology/16.0.0-92/src-fossology-16.0.0-92.jar (43 kB at 215 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-fossology/16.0.0-92/src-fossology-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-fossology/16.0.0-92/src-fossology-16.0.0-92.pom (3.3 kB at 38 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-fossology/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-fossology/maven-metadata.xml (1.3 kB at 793 B/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-fossology/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-fossology/maven-metadata.xml (1.4 kB at 4.7 kB/s) [INFO] [INFO] ---------------< org.eclipse.sw360:src-vulnerabilities >---------------- [INFO] Building src-vulnerabilities 16.0.0-92 [20/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ src-vulnerabilities --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ src-vulnerabilities --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ src-vulnerabilities --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities [INFO] Storing buildNumber: e12a467 at timestamp: 1666418534945 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ src-vulnerabilities --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ src-vulnerabilities --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ src-vulnerabilities --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ src-vulnerabilities --- [INFO] Generating flattened POM of project org.eclipse.sw360:src-vulnerabilities:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ src-vulnerabilities --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/target/classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/src/main/java/org/eclipse/sw360/vulnerabilities/db/VulnerabilityDatabaseHandler.java: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/src/main/java/org/eclipse/sw360/vulnerabilities/db/VulnerabilityDatabaseHandler.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/src/main/java/org/eclipse/sw360/vulnerabilities/db/VulnerabilityDatabaseHandler.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ src-vulnerabilities --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ src-vulnerabilities --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ src-vulnerabilities --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ src-vulnerabilities --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ src-vulnerabilities --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/target/src-vulnerabilities-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ src-vulnerabilities --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ src-vulnerabilities --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/target/src-vulnerabilities-16.0.0-92.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/target/src-vulnerabilities-16.0.0-92.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/target/src-vulnerabilities-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-vulnerabilities --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/target/src-vulnerabilities-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-vulnerabilities/16.0.0-92/src-vulnerabilities-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-vulnerabilities/16.0.0-92/src-vulnerabilities-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ src-vulnerabilities --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vulnerabilities/16.0.0-92/src-vulnerabilities-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vulnerabilities/16.0.0-92/src-vulnerabilities-16.0.0-92.jar (43 kB at 390 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vulnerabilities/16.0.0-92/src-vulnerabilities-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vulnerabilities/16.0.0-92/src-vulnerabilities-16.0.0-92.pom (2.6 kB at 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vulnerabilities/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vulnerabilities/maven-metadata.xml (1.3 kB at 7.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vulnerabilities/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vulnerabilities/maven-metadata.xml (1.4 kB at 7.5 kB/s) [INFO] [INFO] -----------------< org.eclipse.sw360:src-licenseinfo >------------------ [INFO] Building src-licenseinfo 16.0.0-92 [21/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.pom (10 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-engine-parent/2.3/velocity-engine-parent-2.3.pom (14 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-master/4/velocity-master-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-master/4/velocity-master-4.pom (7.8 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.pom (2.6 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/tools/velocity-tools-parent/3.1/velocity-tools-parent-3.1.pom (8.0 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.pom (18 kB at 419 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom (11 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom (31 kB at 1.7 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.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) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 891 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.pom (2.8 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom (14 kB at 800 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar (232 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-engine-core/2.3/velocity-engine-core-2.3.jar (531 kB at 3.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-digester3/3.2/commons-digester3-3.2.jar (242 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/tools/velocity-tools-generic/3.1/velocity-tools-generic-3.1.jar (217 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/dom4j/dom4j/2.1.3/dom4j-2.1.3.jar (324 kB at 1.6 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ src-licenseinfo --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ src-licenseinfo --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ src-licenseinfo --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo [INFO] Storing buildNumber: e12a467 at timestamp: 1666418540540 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ src-licenseinfo --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ src-licenseinfo --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ src-licenseinfo --- [INFO] Copying 9 resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ src-licenseinfo --- [INFO] Generating flattened POM of project org.eclipse.sw360:src-licenseinfo:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ src-licenseinfo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/target/classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/src/main/java/org/eclipse/sw360/licenseinfo/LicenseInfoHandler.java: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/src/main/java/org/eclipse/sw360/licenseinfo/LicenseInfoHandler.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/src/main/java/org/eclipse/sw360/licenseinfo/LicenseInfoHandler.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ src-licenseinfo --- [INFO] Copying 8 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ src-licenseinfo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/target/test-classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/src/test/java/org/eclipse/sw360/licenseinfo/TestHelper.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/src/test/java/org/eclipse/sw360/licenseinfo/TestHelper.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/src/test/java/org/eclipse/sw360/licenseinfo/outputGenerators/XhtmlGeneratorTest.java: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/src/test/java/org/eclipse/sw360/licenseinfo/outputGenerators/XhtmlGeneratorTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/src/test/java/org/eclipse/sw360/licenseinfo/outputGenerators/XhtmlGeneratorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ src-licenseinfo --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ src-licenseinfo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ src-licenseinfo --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/target/src-licenseinfo-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ src-licenseinfo --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ src-licenseinfo --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/target/src-licenseinfo-16.0.0-92.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/target/src-licenseinfo-16.0.0-92.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/target/src-licenseinfo-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-licenseinfo --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/target/src-licenseinfo-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-licenseinfo/16.0.0-92/src-licenseinfo-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-licenseinfo/16.0.0-92/src-licenseinfo-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ src-licenseinfo --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenseinfo/16.0.0-92/src-licenseinfo-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenseinfo/16.0.0-92/src-licenseinfo-16.0.0-92.jar (157 kB at 639 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenseinfo/16.0.0-92/src-licenseinfo-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenseinfo/16.0.0-92/src-licenseinfo-16.0.0-92.pom (4.6 kB at 36 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenseinfo/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenseinfo/maven-metadata.xml (1.3 kB at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenseinfo/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenseinfo/maven-metadata.xml (1.4 kB at 11 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:src-cvesearch >------------------- [INFO] Building src-cvesearch 16.0.0-92 [22/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ src-cvesearch --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ src-cvesearch --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ src-cvesearch --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch [INFO] Storing buildNumber: e12a467 at timestamp: 1666418550544 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ src-cvesearch --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ src-cvesearch --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ src-cvesearch --- [INFO] Copying 2 resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ src-cvesearch --- [INFO] Generating flattened POM of project org.eclipse.sw360:src-cvesearch:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ src-cvesearch --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ src-cvesearch --- [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ src-cvesearch --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/target/test-classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/src/test/java/org/eclipse/sw360/cvesearch/helper/VulnerabilityUtilsTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/src/test/java/org/eclipse/sw360/cvesearch/helper/VulnerabilityUtilsTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ src-cvesearch --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ src-cvesearch --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ src-cvesearch --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/target/src-cvesearch-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ src-cvesearch --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ src-cvesearch --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/target/src-cvesearch-16.0.0-92.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/target/src-cvesearch-16.0.0-92.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/target/src-cvesearch-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-cvesearch --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/target/src-cvesearch-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-cvesearch/16.0.0-92/src-cvesearch-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-cvesearch/16.0.0-92/src-cvesearch-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ src-cvesearch --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-cvesearch/16.0.0-92/src-cvesearch-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-cvesearch/16.0.0-92/src-cvesearch-16.0.0-92.jar (74 kB at 679 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-cvesearch/16.0.0-92/src-cvesearch-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-cvesearch/16.0.0-92/src-cvesearch-16.0.0-92.pom (2.8 kB at 19 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-cvesearch/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-cvesearch/maven-metadata.xml (1.3 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-cvesearch/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-cvesearch/maven-metadata.xml (1.4 kB at 8.4 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:src-schedule >------------------- [INFO] Building src-schedule 16.0.0-92 [23/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ src-schedule --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ src-schedule --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ src-schedule --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule [INFO] Storing buildNumber: e12a467 at timestamp: 1666418557878 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ src-schedule --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ src-schedule --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ src-schedule --- [INFO] Copying 1 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ src-schedule --- [INFO] Generating flattened POM of project org.eclipse.sw360:src-schedule:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ src-schedule --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ src-schedule --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ src-schedule --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ src-schedule --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ src-schedule --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ src-schedule --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/target/src-schedule-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ src-schedule --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ src-schedule --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/target/src-schedule-16.0.0-92.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/target/src-schedule-16.0.0-92.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/target/src-schedule-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-schedule --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/target/src-schedule-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-schedule/16.0.0-92/src-schedule-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-schedule/16.0.0-92/src-schedule-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ src-schedule --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-schedule/16.0.0-92/src-schedule-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-schedule/16.0.0-92/src-schedule-16.0.0-92.jar (32 kB at 321 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-schedule/16.0.0-92/src-schedule-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-schedule/16.0.0-92/src-schedule-16.0.0-92.pom (2.4 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-schedule/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-schedule/maven-metadata.xml (1.3 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-schedule/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-schedule/maven-metadata.xml (1.4 kB at 13 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:src-wsimport >------------------- [INFO] Building src-wsimport 16.0.0-92 [24/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ src-wsimport --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ src-wsimport --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ src-wsimport --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport [INFO] Storing buildNumber: e12a467 at timestamp: 1666418560816 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ src-wsimport --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ src-wsimport --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ src-wsimport --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ src-wsimport --- [INFO] Generating flattened POM of project org.eclipse.sw360:src-wsimport:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ src-wsimport --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/target/classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/src/main/java/org/eclipse/sw360/wsimport/rest/WsRestClient.java: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/src/main/java/org/eclipse/sw360/wsimport/rest/WsRestClient.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/src/main/java/org/eclipse/sw360/wsimport/rest/WsRestClient.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/src/main/java/org/eclipse/sw360/wsimport/rest/WsRestClient.java: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/src/main/java/org/eclipse/sw360/wsimport/rest/WsRestClient.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/src/main/java/org/eclipse/sw360/wsimport/rest/WsRestClient.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ src-wsimport --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ src-wsimport --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ src-wsimport --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ src-wsimport --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ src-wsimport --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/target/src-wsimport-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ src-wsimport --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ src-wsimport --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/target/src-wsimport-16.0.0-92.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/target/src-wsimport-16.0.0-92.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/target/src-wsimport-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-wsimport --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/target/src-wsimport-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-wsimport/16.0.0-92/src-wsimport-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-wsimport/16.0.0-92/src-wsimport-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ src-wsimport --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-wsimport/16.0.0-92/src-wsimport-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-wsimport/16.0.0-92/src-wsimport-16.0.0-92.jar (56 kB at 363 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-wsimport/16.0.0-92/src-wsimport-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-wsimport/16.0.0-92/src-wsimport-16.0.0-92.pom (2.7 kB at 24 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-wsimport/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-wsimport/maven-metadata.xml (1.3 kB at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-wsimport/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-wsimport/maven-metadata.xml (1.4 kB at 10 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:src-changelogs >------------------ [INFO] Building src-changelogs 16.0.0-92 [25/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ src-changelogs --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ src-changelogs --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ src-changelogs --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs [INFO] Storing buildNumber: e12a467 at timestamp: 1666418565842 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ src-changelogs --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ src-changelogs --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ src-changelogs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ src-changelogs --- [INFO] Generating flattened POM of project org.eclipse.sw360:src-changelogs:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ src-changelogs --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ src-changelogs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ src-changelogs --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ src-changelogs --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ src-changelogs --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ src-changelogs --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/target/src-changelogs-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ src-changelogs --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ src-changelogs --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/target/src-changelogs-16.0.0-92.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/target/src-changelogs-16.0.0-92.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/target/src-changelogs-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-changelogs --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/target/src-changelogs-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-changelogs/16.0.0-92/src-changelogs-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-changelogs/16.0.0-92/src-changelogs-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ src-changelogs --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-changelogs/16.0.0-92/src-changelogs-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-changelogs/16.0.0-92/src-changelogs-16.0.0-92.jar (21 kB at 135 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-changelogs/16.0.0-92/src-changelogs-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-changelogs/16.0.0-92/src-changelogs-16.0.0-92.pom (2.4 kB at 30 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-changelogs/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-changelogs/maven-metadata.xml (1.3 kB at 5.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-changelogs/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-changelogs/maven-metadata.xml (1.4 kB at 9.9 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:src-health >-------------------- [INFO] Building src-health 16.0.0-92 [26/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ src-health --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ src-health --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ src-health --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health [INFO] Storing buildNumber: e12a467 at timestamp: 1666418569208 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ src-health --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ src-health --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ src-health --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ src-health --- [INFO] Generating flattened POM of project org.eclipse.sw360:src-health:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ src-health --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ src-health --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ src-health --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ src-health --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ src-health --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ src-health --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/target/src-health-16.0.0-92.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ src-health --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ src-health --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/target/src-health-16.0.0-92.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/target/src-health-16.0.0-92.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/target/src-health-16.0.0-92.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-health --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/target/src-health-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-health/16.0.0-92/src-health-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-health/16.0.0-92/src-health-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ src-health --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-health/16.0.0-92/src-health-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-health/16.0.0-92/src-health-16.0.0-92.jar (23 kB at 139 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-health/16.0.0-92/src-health-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-health/16.0.0-92/src-health-16.0.0-92.pom (2.4 kB at 30 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-health/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-health/maven-metadata.xml (1.3 kB at 4.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-health/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-health/maven-metadata.xml (1.4 kB at 5.9 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:svc-common >-------------------- [INFO] Building svc-common 16.0.0-92 [27/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ svc-common --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ svc-common --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ svc-common --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc-common' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common [INFO] Storing buildNumber: e12a467 at timestamp: 1666418573971 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc-common' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ svc-common --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ svc-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ svc-common --- [INFO] Generating flattened POM of project org.eclipse.sw360:svc-common:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ svc-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ svc-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ svc-common --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ svc-common --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ svc-common --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ svc-common --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/target/svc-common-16.0.0-92.jar [INFO] [INFO] --- maven-jar-plugin:3.2.2:test-jar (default) @ svc-common --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/target/svc-common-16.0.0-92-tests.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-common --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ svc-common --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/target/svc-common-16.0.0-92.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/target/svc-common-16.0.0-92.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/target/svc-common-16.0.0-92-tests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/target/svc-common-16.0.0-92-tests.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-common --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/target/svc-common-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-common/16.0.0-92/svc-common-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-common/16.0.0-92/svc-common-16.0.0-92.pom [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc-common/target/svc-common-16.0.0-92-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-common/16.0.0-92/svc-common-16.0.0-92-tests.jar [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ svc-common --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-common/16.0.0-92/svc-common-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-common/16.0.0-92/svc-common-16.0.0-92.jar (11 kB at 43 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-common/16.0.0-92/svc-common-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-common/16.0.0-92/svc-common-16.0.0-92.pom (2.2 kB at 25 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-common/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-common/maven-metadata.xml (1.3 kB at 289 B/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-common/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-common/maven-metadata.xml (1.4 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-common/16.0.0-92/svc-common-16.0.0-92-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-common/16.0.0-92/svc-common-16.0.0-92-tests.jar (9.5 kB at 69 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:backend-svc >-------------------- [INFO] Building backend-svc 16.0.0-92 [28/51] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ backend-svc --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ backend-svc --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ backend-svc --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc [INFO] Storing buildNumber: e12a467 at timestamp: 1666418583171 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ backend-svc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ backend-svc --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ backend-svc --- [INFO] Generating flattened POM of project org.eclipse.sw360:backend-svc:pom:16.0.0-92... [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ backend-svc --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ backend-svc --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ backend-svc --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ backend-svc --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/backend-svc/16.0.0-92/backend-svc-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ backend-svc --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend-svc/16.0.0-92/backend-svc-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend-svc/16.0.0-92/backend-svc-16.0.0-92.pom (2.5 kB at 6.2 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend-svc/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend-svc/maven-metadata.xml (1.3 kB at 9.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend-svc/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend-svc/maven-metadata.xml (1.4 kB at 11 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:svc-licenses >------------------- [INFO] Building svc-licenses 16.0.0-92 [29/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.pom (9.7 kB at 510 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/3.3.2/maven-war-plugin-3.3.2.jar (83 kB at 4.9 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ svc-licenses --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ svc-licenses --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ svc-licenses --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses [INFO] Storing buildNumber: e12a467 at timestamp: 1666418584304 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ svc-licenses --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ svc-licenses --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Configured Artifact: org.eclipse.sw360:src-licenses:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenses/target/src-licenses-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ svc-licenses --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ svc-licenses --- [INFO] Generating flattened POM of project org.eclipse.sw360:svc-licenses:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ svc-licenses --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ svc-licenses --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ svc-licenses --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ svc-licenses --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ svc-licenses --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ svc-licenses --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 48 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [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 32 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 26 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 192 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/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 31 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [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 13 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.pom (4.1 kB at 37 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.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/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 140 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-mapping/3.0.0/maven-mapping-3.0.0.jar (11 kB at 38 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.2.1/maven-shared-utils-3.2.1.jar (167 kB at 578 kB/s) [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 168 kB/s) [INFO] Packaging webapp [INFO] Assembling webapp [svc-licenses] in [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses/target/licenses] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses/target/licenses.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-licenses --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ svc-licenses --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-licenses --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses/target/licenses.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-licenses/16.0.0-92/svc-licenses-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenses/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-licenses/16.0.0-92/svc-licenses-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ svc-licenses --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenses/16.0.0-92/svc-licenses-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenses/16.0.0-92/svc-licenses-16.0.0-92.war (78 MB at 14 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenses/16.0.0-92/svc-licenses-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenses/16.0.0-92/svc-licenses-16.0.0-92.pom (2.6 kB at 29 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenses/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenses/maven-metadata.xml (1.3 kB at 9.6 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenses/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenses/maven-metadata.xml (1.4 kB at 14 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:svc-users >--------------------- [INFO] Building svc-users 16.0.0-92 [30/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ svc-users --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ svc-users --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ svc-users --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users [INFO] Storing buildNumber: e12a467 at timestamp: 1666418606525 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ svc-users --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ svc-users --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Configured Artifact: org.eclipse.sw360:src-users:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-users/target/src-users-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ svc-users --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ svc-users --- [INFO] Generating flattened POM of project org.eclipse.sw360:svc-users:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ svc-users --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ svc-users --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ svc-users --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ svc-users --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ svc-users --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ svc-users --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-users] in [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users/target/users] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users/target/users.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-users --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ svc-users --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-users --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users/target/users.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-users/16.0.0-92/svc-users-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-users/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-users/16.0.0-92/svc-users-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ svc-users --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-users/16.0.0-92/svc-users-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-users/16.0.0-92/svc-users-16.0.0-92.war (72 MB at 15 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-users/16.0.0-92/svc-users-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-users/16.0.0-92/svc-users-16.0.0-92.pom (2.6 kB at 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-users/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-users/maven-metadata.xml (1.3 kB at 482 B/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-users/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-users/maven-metadata.xml (1.4 kB at 8.5 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:svc-vendors >-------------------- [INFO] Building svc-vendors 16.0.0-92 [31/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ svc-vendors --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ svc-vendors --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ svc-vendors --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors [INFO] Storing buildNumber: e12a467 at timestamp: 1666418624862 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ svc-vendors --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ svc-vendors --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Configured Artifact: org.eclipse.sw360:src-vendors:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vendors/target/src-vendors-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ svc-vendors --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ svc-vendors --- [INFO] Generating flattened POM of project org.eclipse.sw360:svc-vendors:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ svc-vendors --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ svc-vendors --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ svc-vendors --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ svc-vendors --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ svc-vendors --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ svc-vendors --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-vendors] in [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors/target/vendors] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors/target/vendors.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-vendors --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ svc-vendors --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-vendors --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors/target/vendors.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-vendors/16.0.0-92/svc-vendors-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vendors/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-vendors/16.0.0-92/svc-vendors-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ svc-vendors --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vendors/16.0.0-92/svc-vendors-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vendors/16.0.0-92/svc-vendors-16.0.0-92.war (72 MB at 16 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vendors/16.0.0-92/svc-vendors-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vendors/16.0.0-92/svc-vendors-16.0.0-92.pom (2.6 kB at 28 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vendors/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vendors/maven-metadata.xml (1.3 kB at 8.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vendors/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vendors/maven-metadata.xml (1.4 kB at 13 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:svc-search >-------------------- [INFO] Building svc-search 16.0.0-92 [32/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ svc-search --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ svc-search --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ svc-search --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search [INFO] Storing buildNumber: e12a467 at timestamp: 1666418639453 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ svc-search --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ svc-search --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Configured Artifact: org.eclipse.sw360:src-search:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-search/target/src-search-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ svc-search --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ svc-search --- [INFO] Generating flattened POM of project org.eclipse.sw360:svc-search:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ svc-search --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ svc-search --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ svc-search --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ svc-search --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ svc-search --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ svc-search --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-search] in [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search/target/search] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search/target/search.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-search --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ svc-search --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-search --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search/target/search.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-search/16.0.0-92/svc-search-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-search/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-search/16.0.0-92/svc-search-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ svc-search --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-search/16.0.0-92/svc-search-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-search/16.0.0-92/svc-search-16.0.0-92.war (72 MB at 17 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-search/16.0.0-92/svc-search-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-search/16.0.0-92/svc-search-16.0.0-92.pom (2.6 kB at 39 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-search/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-search/maven-metadata.xml (1.3 kB at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-search/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-search/maven-metadata.xml (1.4 kB at 14 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:svc-components >------------------ [INFO] Building svc-components 16.0.0-92 [33/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ svc-components --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ svc-components --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ svc-components --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components [INFO] Storing buildNumber: e12a467 at timestamp: 1666418655551 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ svc-components --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ svc-components --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Configured Artifact: org.eclipse.sw360:src-components:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-components/target/src-components-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ svc-components --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ svc-components --- [INFO] Generating flattened POM of project org.eclipse.sw360:svc-components:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ svc-components --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ svc-components --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ svc-components --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ svc-components --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ svc-components --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ svc-components --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-components] in [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components/target/components] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components/target/components.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-components --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ svc-components --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-components --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components/target/components.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-components/16.0.0-92/svc-components-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-components/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-components/16.0.0-92/svc-components-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ svc-components --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-components/16.0.0-92/svc-components-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-components/16.0.0-92/svc-components-16.0.0-92.war (72 MB at 16 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-components/16.0.0-92/svc-components-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-components/16.0.0-92/svc-components-16.0.0-92.pom (2.6 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-components/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-components/maven-metadata.xml (1.3 kB at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-components/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-components/maven-metadata.xml (1.4 kB at 1.6 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:svc-projects >------------------- [INFO] Building svc-projects 16.0.0-92 [34/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ svc-projects --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ svc-projects --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ svc-projects --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects [INFO] Storing buildNumber: e12a467 at timestamp: 1666418672139 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ svc-projects --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ svc-projects --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Configured Artifact: org.eclipse.sw360:src-projects:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-projects/target/src-projects-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ svc-projects --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ svc-projects --- [INFO] Generating flattened POM of project org.eclipse.sw360:svc-projects:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ svc-projects --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ svc-projects --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ svc-projects --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ svc-projects --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ svc-projects --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ svc-projects --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-projects] in [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects/target/projects] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects/target/projects.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-projects --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ svc-projects --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-projects --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects/target/projects.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-projects/16.0.0-92/svc-projects-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-projects/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-projects/16.0.0-92/svc-projects-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ svc-projects --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-projects/16.0.0-92/svc-projects-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-projects/16.0.0-92/svc-projects-16.0.0-92.war (72 MB at 19 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-projects/16.0.0-92/svc-projects-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-projects/16.0.0-92/svc-projects-16.0.0-92.pom (2.6 kB at 39 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-projects/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-projects/maven-metadata.xml (1.3 kB at 15 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-projects/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-projects/maven-metadata.xml (1.4 kB at 9.9 kB/s) [INFO] [INFO] -----------------< org.eclipse.sw360:svc-attachments >------------------ [INFO] Building svc-attachments 16.0.0-92 [35/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ svc-attachments --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ svc-attachments --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ svc-attachments --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments [INFO] Storing buildNumber: e12a467 at timestamp: 1666418687600 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ svc-attachments --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ svc-attachments --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Configured Artifact: org.eclipse.sw360:src-attachments:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-attachments/target/src-attachments-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ svc-attachments --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ svc-attachments --- [INFO] Generating flattened POM of project org.eclipse.sw360:svc-attachments:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ svc-attachments --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ svc-attachments --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ svc-attachments --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ svc-attachments --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ svc-attachments --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ svc-attachments --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-attachments] in [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments/target/attachments] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments/target/attachments.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-attachments --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ svc-attachments --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-attachments --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments/target/attachments.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-attachments/16.0.0-92/svc-attachments-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-attachments/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-attachments/16.0.0-92/svc-attachments-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ svc-attachments --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-attachments/16.0.0-92/svc-attachments-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-attachments/16.0.0-92/svc-attachments-16.0.0-92.war (72 MB at 13 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-attachments/16.0.0-92/svc-attachments-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-attachments/16.0.0-92/svc-attachments-16.0.0-92.pom (2.6 kB at 32 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-attachments/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-attachments/maven-metadata.xml (1.3 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-attachments/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-attachments/maven-metadata.xml (1.4 kB at 10 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:svc-moderation >------------------ [INFO] Building svc-moderation 16.0.0-92 [36/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ svc-moderation --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ svc-moderation --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ svc-moderation --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation [INFO] Storing buildNumber: e12a467 at timestamp: 1666418704351 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ svc-moderation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ svc-moderation --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Configured Artifact: org.eclipse.sw360:src-moderation:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-moderation/target/src-moderation-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ svc-moderation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ svc-moderation --- [INFO] Generating flattened POM of project org.eclipse.sw360:svc-moderation:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ svc-moderation --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ svc-moderation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ svc-moderation --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ svc-moderation --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ svc-moderation --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ svc-moderation --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-moderation] in [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation/target/moderation] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation/target/moderation.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-moderation --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ svc-moderation --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-moderation --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation/target/moderation.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-moderation/16.0.0-92/svc-moderation-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-moderation/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-moderation/16.0.0-92/svc-moderation-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ svc-moderation --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-moderation/16.0.0-92/svc-moderation-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-moderation/16.0.0-92/svc-moderation-16.0.0-92.war (80 MB at 17 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-moderation/16.0.0-92/svc-moderation-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-moderation/16.0.0-92/svc-moderation-16.0.0-92.pom (2.6 kB at 33 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-moderation/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-moderation/maven-metadata.xml (1.3 kB at 16 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-moderation/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-moderation/maven-metadata.xml (1.4 kB at 11 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:svc-fossology >------------------- [INFO] Building svc-fossology 16.0.0-92 [37/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ svc-fossology --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ svc-fossology --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ svc-fossology --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology [INFO] Storing buildNumber: e12a467 at timestamp: 1666418720839 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ svc-fossology --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ svc-fossology --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Configured Artifact: org.eclipse.sw360:src-fossology:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-fossology/target/src-fossology-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ svc-fossology --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ svc-fossology --- [INFO] Generating flattened POM of project org.eclipse.sw360:svc-fossology:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ svc-fossology --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ svc-fossology --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ svc-fossology --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ svc-fossology --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ svc-fossology --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ svc-fossology --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-fossology] in [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology/target/fossology] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology/target/fossology.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-fossology --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ svc-fossology --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-fossology --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology/target/fossology.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-fossology/16.0.0-92/svc-fossology-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-fossology/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-fossology/16.0.0-92/svc-fossology-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ svc-fossology --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-fossology/16.0.0-92/svc-fossology-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-fossology/16.0.0-92/svc-fossology-16.0.0-92.war (78 MB at 17 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-fossology/16.0.0-92/svc-fossology-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-fossology/16.0.0-92/svc-fossology-16.0.0-92.pom (2.6 kB at 43 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-fossology/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-fossology/maven-metadata.xml (1.3 kB at 1.1 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-fossology/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-fossology/maven-metadata.xml (1.4 kB at 6.8 kB/s) [INFO] [INFO] ---------------< org.eclipse.sw360:svc-vulnerabilities >---------------- [INFO] Building svc-vulnerabilities 16.0.0-92 [38/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ svc-vulnerabilities --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ svc-vulnerabilities --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ svc-vulnerabilities --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities [INFO] Storing buildNumber: e12a467 at timestamp: 1666418738342 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ svc-vulnerabilities --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ svc-vulnerabilities --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Configured Artifact: org.eclipse.sw360:src-vulnerabilities:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-vulnerabilities/target/src-vulnerabilities-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ svc-vulnerabilities --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ svc-vulnerabilities --- [INFO] Generating flattened POM of project org.eclipse.sw360:svc-vulnerabilities:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ svc-vulnerabilities --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ svc-vulnerabilities --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ svc-vulnerabilities --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ svc-vulnerabilities --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ svc-vulnerabilities --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ svc-vulnerabilities --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-vulnerabilities] in [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities/target/vulnerabilities] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities/target/vulnerabilities.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-vulnerabilities --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ svc-vulnerabilities --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-vulnerabilities --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities/target/vulnerabilities.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-vulnerabilities/16.0.0-92/svc-vulnerabilities-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-vulnerabilities/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-vulnerabilities/16.0.0-92/svc-vulnerabilities-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ svc-vulnerabilities --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vulnerabilities/16.0.0-92/svc-vulnerabilities-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vulnerabilities/16.0.0-92/svc-vulnerabilities-16.0.0-92.war (72 MB at 16 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vulnerabilities/16.0.0-92/svc-vulnerabilities-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vulnerabilities/16.0.0-92/svc-vulnerabilities-16.0.0-92.pom (2.6 kB at 25 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vulnerabilities/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vulnerabilities/maven-metadata.xml (1.3 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vulnerabilities/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vulnerabilities/maven-metadata.xml (1.4 kB at 9.7 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:svc-cvesearch >------------------- [INFO] Building svc-cvesearch 16.0.0-92 [39/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ svc-cvesearch --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ svc-cvesearch --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ svc-cvesearch --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch [INFO] Storing buildNumber: e12a467 at timestamp: 1666418753577 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ svc-cvesearch --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ svc-cvesearch --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Configured Artifact: org.eclipse.sw360:src-cvesearch:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-cvesearch/target/src-cvesearch-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ svc-cvesearch --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ svc-cvesearch --- [INFO] Generating flattened POM of project org.eclipse.sw360:svc-cvesearch:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ svc-cvesearch --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ svc-cvesearch --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ svc-cvesearch --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ svc-cvesearch --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ svc-cvesearch --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ svc-cvesearch --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-cvesearch] in [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch/target/cvesearch] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch/target/cvesearch.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-cvesearch --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ svc-cvesearch --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-cvesearch --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch/target/cvesearch.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-cvesearch/16.0.0-92/svc-cvesearch-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-cvesearch/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-cvesearch/16.0.0-92/svc-cvesearch-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ svc-cvesearch --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-cvesearch/16.0.0-92/svc-cvesearch-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-cvesearch/16.0.0-92/svc-cvesearch-16.0.0-92.war (72 MB at 16 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-cvesearch/16.0.0-92/svc-cvesearch-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-cvesearch/16.0.0-92/svc-cvesearch-16.0.0-92.pom (2.7 kB at 36 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-cvesearch/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-cvesearch/maven-metadata.xml (1.3 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-cvesearch/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-cvesearch/maven-metadata.xml (1.4 kB at 8.9 kB/s) [INFO] [INFO] -----------------< org.eclipse.sw360:svc-licenseinfo >------------------ [INFO] Building svc-licenseinfo 16.0.0-92 [40/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ svc-licenseinfo --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ svc-licenseinfo --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ svc-licenseinfo --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo [INFO] Storing buildNumber: e12a467 at timestamp: 1666418769945 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ svc-licenseinfo --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ svc-licenseinfo --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Configured Artifact: org.eclipse.sw360:src-licenseinfo:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-licenseinfo/target/src-licenseinfo-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ svc-licenseinfo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ svc-licenseinfo --- [INFO] Generating flattened POM of project org.eclipse.sw360:svc-licenseinfo:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ svc-licenseinfo --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ svc-licenseinfo --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ svc-licenseinfo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ svc-licenseinfo --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ svc-licenseinfo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ svc-licenseinfo --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-licenseinfo] in [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo/target/licenseinfo] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo/target/licenseinfo.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-licenseinfo --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ svc-licenseinfo --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-licenseinfo --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo/target/licenseinfo.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-licenseinfo/16.0.0-92/svc-licenseinfo-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-licenseinfo/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-licenseinfo/16.0.0-92/svc-licenseinfo-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ svc-licenseinfo --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenseinfo/16.0.0-92/svc-licenseinfo-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenseinfo/16.0.0-92/svc-licenseinfo-16.0.0-92.war (79 MB at 17 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenseinfo/16.0.0-92/svc-licenseinfo-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenseinfo/16.0.0-92/svc-licenseinfo-16.0.0-92.pom (2.6 kB at 34 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenseinfo/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenseinfo/maven-metadata.xml (1.3 kB at 11 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenseinfo/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenseinfo/maven-metadata.xml (1.4 kB at 9.1 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:svc-schedule >------------------- [INFO] Building svc-schedule 16.0.0-92 [41/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ svc-schedule --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ svc-schedule --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ svc-schedule --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule [INFO] Storing buildNumber: e12a467 at timestamp: 1666418788238 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ svc-schedule --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ svc-schedule --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Configured Artifact: org.eclipse.sw360:src-schedule:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-schedule/target/src-schedule-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ svc-schedule --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ svc-schedule --- [INFO] Generating flattened POM of project org.eclipse.sw360:svc-schedule:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ svc-schedule --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ svc-schedule --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ svc-schedule --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ svc-schedule --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ svc-schedule --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ svc-schedule --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-schedule] in [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule/target/schedule] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule/target/schedule.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-schedule --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ svc-schedule --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-schedule --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule/target/schedule.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-schedule/16.0.0-92/svc-schedule-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-schedule/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-schedule/16.0.0-92/svc-schedule-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ svc-schedule --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-schedule/16.0.0-92/svc-schedule-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-schedule/16.0.0-92/svc-schedule-16.0.0-92.war (72 MB at 18 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-schedule/16.0.0-92/svc-schedule-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-schedule/16.0.0-92/svc-schedule-16.0.0-92.pom (2.7 kB at 28 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-schedule/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-schedule/maven-metadata.xml (1.3 kB at 12 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-schedule/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-schedule/maven-metadata.xml (1.3 kB at 12 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:svc-wsimport >------------------- [INFO] Building svc-wsimport 16.0.0-92 [42/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ svc-wsimport --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ svc-wsimport --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ svc-wsimport --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport [INFO] Storing buildNumber: e12a467 at timestamp: 1666418804306 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ svc-wsimport --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ svc-wsimport --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Configured Artifact: org.eclipse.sw360:src-wsimport:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-wsimport/target/src-wsimport-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ svc-wsimport --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ svc-wsimport --- [INFO] Generating flattened POM of project org.eclipse.sw360:svc-wsimport:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ svc-wsimport --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ svc-wsimport --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ svc-wsimport --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ svc-wsimport --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ svc-wsimport --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ svc-wsimport --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-wsimport] in [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport/target/wsimport] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport/target/wsimport.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-wsimport --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ svc-wsimport --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-wsimport --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport/target/wsimport.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-wsimport/16.0.0-92/svc-wsimport-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-wsimport/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-wsimport/16.0.0-92/svc-wsimport-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ svc-wsimport --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-wsimport/16.0.0-92/svc-wsimport-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-wsimport/16.0.0-92/svc-wsimport-16.0.0-92.war (72 MB at 18 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-wsimport/16.0.0-92/svc-wsimport-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-wsimport/16.0.0-92/svc-wsimport-16.0.0-92.pom (2.6 kB at 42 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-wsimport/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-wsimport/maven-metadata.xml (1.2 kB at 14 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-wsimport/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-wsimport/maven-metadata.xml (1.3 kB at 11 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:svc-changelogs >------------------ [INFO] Building svc-changelogs 16.0.0-92 [43/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ svc-changelogs --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ svc-changelogs --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ svc-changelogs --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs [INFO] Storing buildNumber: e12a467 at timestamp: 1666418817583 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ svc-changelogs --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ svc-changelogs --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Configured Artifact: org.eclipse.sw360:src-changelogs:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-changelogs/target/src-changelogs-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ svc-changelogs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ svc-changelogs --- [INFO] Generating flattened POM of project org.eclipse.sw360:svc-changelogs:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ svc-changelogs --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ svc-changelogs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ svc-changelogs --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ svc-changelogs --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ svc-changelogs --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ svc-changelogs --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-changelogs] in [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs/target/changelogs] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs/target/changelogs.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-changelogs --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ svc-changelogs --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-changelogs --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs/target/changelogs.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-changelogs/16.0.0-92/svc-changelogs-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-changelogs/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-changelogs/16.0.0-92/svc-changelogs-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ svc-changelogs --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-changelogs/16.0.0-92/svc-changelogs-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-changelogs/16.0.0-92/svc-changelogs-16.0.0-92.war (72 MB at 18 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-changelogs/16.0.0-92/svc-changelogs-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-changelogs/16.0.0-92/svc-changelogs-16.0.0-92.pom (2.6 kB at 31 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-changelogs/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-changelogs/maven-metadata.xml (1.2 kB at 9.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-changelogs/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-changelogs/maven-metadata.xml (1.2 kB at 8.5 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:svc-health >-------------------- [INFO] Building svc-health 16.0.0-92 [44/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ svc-health --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ svc-health --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ svc-health --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health [INFO] Storing buildNumber: e12a467 at timestamp: 1666418831285 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ svc-health --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.8:unpack (add-build-configuration-resources) @ svc-health --- [INFO] Configured Artifact: org.eclipse.sw360:src-common:16.0.0-92:jar [INFO] Configured Artifact: org.eclipse.sw360:src-health:16.0.0-92:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src-common/target/src-common-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy/backend/src/src-health/target/src-health-16.0.0-92.jar to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ svc-health --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ svc-health --- [INFO] Generating flattened POM of project org.eclipse.sw360:svc-health:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ svc-health --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ svc-health --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ svc-health --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ svc-health --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ svc-health --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ svc-health --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-health] in [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health/target/health] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health/target/health.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-health --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ svc-health --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-health --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health/target/health.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-health/16.0.0-92/svc-health-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/backend/svc/svc-health/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-health/16.0.0-92/svc-health-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ svc-health --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-health/16.0.0-92/svc-health-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-health/16.0.0-92/svc-health-16.0.0-92.war (72 MB at 17 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-health/16.0.0-92/svc-health-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-health/16.0.0-92/svc-health-16.0.0-92.pom (2.6 kB at 26 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-health/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-health/maven-metadata.xml (1.2 kB at 8.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-health/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-health/maven-metadata.xml (1.2 kB at 6.1 kB/s) [INFO] [INFO] -----------------------< org.eclipse.sw360:rest >----------------------- [INFO] Building rest 16.0.0-92 [45/51] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rest --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ rest --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ rest --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/rest' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/rest [INFO] Storing buildNumber: e12a467 at timestamp: 1666418845171 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/rest' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/rest [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ rest --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/rest/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/rest/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ rest --- [INFO] Generating flattened POM of project org.eclipse.sw360:rest:pom:16.0.0-92... [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ rest --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ rest --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/rest/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/rest/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/rest/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/rest/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/rest/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/rest/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rest --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rest --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/rest/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/rest/16.0.0-92/rest-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ rest --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest/16.0.0-92/rest-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest/16.0.0-92/rest-16.0.0-92.pom (1.3 kB at 9.8 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest/maven-metadata.xml (1.2 kB at 6.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest/maven-metadata.xml (1.2 kB at 9.6 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:rest-common >-------------------- [INFO] Building rest-common 16.0.0-92 [46/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-web/2.6.6/spring-boot-starter-web-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-web/2.6.6/spring-boot-starter-web-2.6.6.pom (3.0 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/2.6.6/spring-boot-starter-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/2.6.6/spring-boot-starter-2.6.6.pom (3.1 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/2.6.6/spring-boot-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/2.6.6/spring-boot-2.6.6.pom (2.2 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.18/spring-core-5.3.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.18/spring-core-5.3.18.pom (2.0 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.18/spring-jcl-5.3.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.18/spring-jcl-5.3.18.pom (1.8 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.18/spring-context-5.3.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.18/spring-context-5.3.18.pom (2.6 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.18/spring-aop-5.3.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.18/spring-aop-5.3.18.pom (2.2 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.18/spring-beans-5.3.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.18/spring-beans-5.3.18.pom (2.0 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.18/spring-expression-5.3.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.18/spring-expression-5.3.18.pom (2.1 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/2.6.6/spring-boot-autoconfigure-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/2.6.6/spring-boot-autoconfigure-2.6.6.pom (2.1 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.pom (16 kB at 445 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/ca-parent/1.3.5/ca-parent-1.3.5.pom (2.8 kB at 72 kB/s) [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 (13 kB at 527 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.29/snakeyaml-1.29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.29/snakeyaml-1.29.pom (37 kB at 722 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-json/2.6.6/spring-boot-starter-json-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-json/2.6.6/spring-boot-starter-json-2.6.6.pom (3.1 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.3.18/spring-web-5.3.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.3.18/spring-web-5.3.18.pom (2.2 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.13.2/jackson-datatype-jdk8-2.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.13.2/jackson-datatype-jdk8-2.13.2.pom (2.6 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-java8/2.13.2/jackson-modules-java8-2.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-java8/2.13.2/jackson-modules-java8-2.13.2.pom (3.2 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.13.2/jackson-base-2.13.2.pom (9.9 kB at 395 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.2/jackson-bom-2.13.2.pom (17 kB at 560 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.2/jackson-datatype-jsr310-2.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.2/jackson-datatype-jsr310-2.13.2.pom (4.9 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.13.2/jackson-module-parameter-names-2.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.13.2/jackson-module-parameter-names-2.13.2.pom (4.4 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-tomcat/2.6.6/spring-boot-starter-tomcat-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-tomcat/2.6.6/spring-boot-starter-tomcat-2.6.6.pom (3.1 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-core/9.0.60/tomcat-embed-core-9.0.60.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-core/9.0.60/tomcat-embed-core-9.0.60.pom (1.7 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-el/9.0.60/tomcat-embed-el-9.0.60.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-el/9.0.60/tomcat-embed-el-9.0.60.pom (1.5 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.60/tomcat-embed-websocket-9.0.60.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.60/tomcat-embed-websocket-9.0.60.pom (1.7 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/5.3.18/spring-webmvc-5.3.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/5.3.18/spring-webmvc-5.3.18.pom (3.0 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-web/2.6.6/spring-boot-starter-web-2.6.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/2.6.6/spring-boot-starter-2.6.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/2.6.6/spring-boot-autoconfigure-2.6.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/2.6.6/spring-boot-2.6.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-web/2.6.6/spring-boot-starter-web-2.6.6.jar (4.8 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.18/spring-core-5.3.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/1.3.5/jakarta.annotation-api-1.3.5.jar (25 kB at 243 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.18/spring-jcl-5.3.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/2.6.6/spring-boot-starter-2.6.6.jar (4.8 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.29/snakeyaml-1.29.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.18/spring-jcl-5.3.18.jar (24 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-json/2.6.6/spring-boot-starter-json-2.6.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-json/2.6.6/spring-boot-starter-json-2.6.6.jar (4.7 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.13.2/jackson-datatype-jdk8-2.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.29/snakeyaml-1.29.jar (330 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.2/jackson-datatype-jsr310-2.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.13.2/jackson-datatype-jsr310-2.13.2.jar (121 kB at 243 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.13.2/jackson-module-parameter-names-2.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.13.2/jackson-module-parameter-names-2.13.2.jar (9.5 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-tomcat/2.6.6/spring-boot-starter-tomcat-2.6.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/2.6.6/spring-boot-2.6.6.jar (1.4 MB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-core/9.0.60/tomcat-embed-core-9.0.60.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/2.6.6/spring-boot-autoconfigure-2.6.6.jar (1.6 MB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-el/9.0.60/tomcat-embed-el-9.0.60.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.18/spring-core-5.3.18.jar (1.5 MB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.60/tomcat-embed-websocket-9.0.60.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.13.2/jackson-datatype-jdk8-2.13.2.jar (35 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.3.18/spring-web-5.3.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-tomcat/2.6.6/spring-boot-starter-tomcat-2.6.6.jar (4.8 kB at 7.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.18/spring-beans-5.3.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-websocket/9.0.60/tomcat-embed-websocket-9.0.60.jar (277 kB at 390 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/5.3.18/spring-webmvc-5.3.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-el/9.0.60/tomcat-embed-el-9.0.60.jar (256 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.18/spring-aop-5.3.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.18/spring-beans-5.3.18.jar (699 kB at 640 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.18/spring-context-5.3.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/5.3.18/spring-webmvc-5.3.18.jar (1.0 MB at 918 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.18/spring-expression-5.3.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.18/spring-aop-5.3.18.jar (383 kB at 316 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.3.18/spring-web-5.3.18.jar (1.6 MB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.18/spring-expression-5.3.18.jar (289 kB at 222 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-core/9.0.60/tomcat-embed-core-9.0.60.jar (3.4 MB at 2.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.18/spring-context-5.3.18.jar (1.3 MB at 907 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ rest-common --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ rest-common --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ rest-common --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/rest/rest-common' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/rest/rest-common [INFO] Storing buildNumber: e12a467 at timestamp: 1666418849543 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/rest/rest-common' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/rest/rest-common [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ rest-common --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/rest/rest-common/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/rest/rest-common/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ rest-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/rest/rest-common/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ rest-common --- [INFO] Generating flattened POM of project org.eclipse.sw360:rest-common:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rest-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy/rest/rest-common/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ rest-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/rest/rest-common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rest-common --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ rest-common --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ rest-common --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ rest-common --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/rest/rest-common/target/rest-common.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ rest-common --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/rest/rest-common/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/rest/rest-common/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/rest/rest-common/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/rest/rest-common/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/rest/rest-common/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/rest/rest-common/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ rest-common --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/rest/rest-common/target/rest-common.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/rest/rest-common/target/rest-common.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rest-common --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/rest/rest-common/target/rest-common.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/rest-common/16.0.0-92/rest-common-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/rest/rest-common/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/rest-common/16.0.0-92/rest-common-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ rest-common --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest-common/16.0.0-92/rest-common-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest-common/16.0.0-92/rest-common-16.0.0-92.jar (13 kB at 123 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest-common/16.0.0-92/rest-common-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest-common/16.0.0-92/rest-common-16.0.0-92.pom (1.8 kB at 21 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest-common/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest-common/maven-metadata.xml (1.2 kB at 9.5 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest-common/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest-common/maven-metadata.xml (1.2 kB at 9.4 kB/s) [INFO] [INFO] ---------------< org.eclipse.sw360:authorization-server >--------------- [INFO] Building authorization-server 16.0.0-92 [47/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-security/2.6.6/spring-boot-starter-security-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-security/2.6.6/spring-boot-starter-security-2.6.6.pom (2.7 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-logging/2.6.6/spring-boot-starter-logging-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-logging/2.6.6/spring-boot-starter-logging-2.6.6.pom (2.5 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.2.11/logback-classic-1.2.11.pom (9.7 kB at 421 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.11/logback-parent-1.2.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.2.11/logback-parent-1.2.11.pom (19 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.2.11/logback-core-1.2.11.pom (4.2 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.17.2/log4j-to-slf4j-2.17.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-to-slf4j/2.17.2/log4j-to-slf4j-2.17.2.pom (7.3 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.17.2/log4j-2.17.2.pom (73 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.36/jul-to-slf4j-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.36/jul-to-slf4j-1.7.36.pom (991 B at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-config/5.6.2/spring-security-config-5.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-config/5.6.2/spring-security-config-5.6.2.pom (2.8 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-core/5.6.2/spring-security-core-5.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-core/5.6.2/spring-security-core-5.6.2.pom (3.0 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/5.6.2/spring-security-crypto-5.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/5.6.2/spring-security-crypto-5.6.2.pom (1.9 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-web/5.6.2/spring-security-web-5.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-web/5.6.2/spring-security-web-5.6.2.pom (3.2 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/oauth/spring-security-oauth2/2.5.1.RELEASE/spring-security-oauth2-2.5.1.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/oauth/spring-security-oauth2/2.5.1.RELEASE/spring-security-oauth2-2.5.1.RELEASE.pom (6.6 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/oauth/spring-security-oauth-parent/2.5.1.RELEASE/spring-security-oauth-parent-2.5.1.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/oauth/spring-security-oauth-parent/2.5.1.RELEASE/spring-security-oauth-parent-2.5.1.RELEASE.pom (19 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-jwt/1.1.1.RELEASE/spring-security-jwt-1.1.1.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-jwt/1.1.1.RELEASE/spring-security-jwt-1.1.1.RELEASE.pom (5.3 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.pom (2.2 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.pom (1.2 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-devtools/2.6.6/spring-boot-devtools-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-devtools/2.6.6/spring-boot-devtools-2.6.6.pom (2.3 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-test/2.6.6/spring-boot-starter-test-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-test/2.6.6/spring-boot-starter-test-2.6.6.pom (4.7 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/2.6.6/spring-boot-test-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/2.6.6/spring-boot-test-2.6.6.pom (2.1 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/2.6.6/spring-boot-test-autoconfigure-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/2.6.6/spring-boot-test-autoconfigure-2.6.6.pom (2.5 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.6.0/json-path-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.6.0/json-path-2.6.0.pom (2.6 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.4.8/json-smart-2.4.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.4.8/json-smart-2.4.8.pom (8.3 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/2.4.8/accessors-smart-2.4.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/2.4.8/accessors-smart-2.4.8.pom (10 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom (2.4 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.pom (16 kB at 286 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/2.3.2/jakarta.xml.bind-api-parent-2.3.2.pom (7.7 kB at 225 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.pom (5.3 kB at 354 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.2/all-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.2/all-1.2.2.pom (15 kB at 689 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.11.1/assertj-core-3.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.11.1/assertj-core-3.11.1.pom (14 kB at 205 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.2.1/assertj-parent-pom-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent-pom/2.2.1/assertj-parent-pom-2.2.1.pom (15 kB at 284 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.2.0/junit-bom-5.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.2.0/junit-bom-5.2.0.pom (4.2 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.pom (1.1 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.11.22/byte-buddy-agent-1.11.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.11.22/byte-buddy-agent-1.11.22.pom (11 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.11.22/byte-buddy-parent-1.11.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.11.22/byte-buddy-parent-1.11.22.pom (43 kB at 398 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.pom (5.2 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.pom (2.8 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.18/spring-test-5.3.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.18/spring-test-5.3.18.pom (2.1 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.8.4/xmlunit-core-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.8.4/xmlunit-core-2.8.4.pom (2.4 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-parent/2.8.4/xmlunit-parent-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-parent/2.8.4/xmlunit-parent-2.8.4.pom (19 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-test/5.6.2/spring-security-test-5.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-test/5.6.2/spring-security-test-5.6.2.pom (2.7 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.pom (5.6 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.2/jaxb-runtime-parent-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-runtime-parent/2.3.2/jaxb-runtime-parent-2.3.2.pom (1.1 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-parent/2.3.2/jaxb-parent-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-parent/2.3.2/jaxb-parent-2.3.2.pom (30 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-bom-ext/2.3.2/jaxb-bom-ext-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-bom-ext/2.3.2/jaxb-bom-ext-2.3.2.pom (3.1 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-bom/2.3.2/jaxb-bom-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-bom/2.3.2/jaxb-bom-2.3.2.pom (8.0 kB at 229 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/txw2/2.3.6/txw2-2.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/txw2/2.3.6/txw2-2.3.6.pom (1.8 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.6/jaxb-txw-parent-2.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-txw-parent/2.3.6/jaxb-txw-parent-2.3.6.pom (1.7 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-parent/2.3.6/jaxb-parent-2.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/mvn/jaxb-parent/2.3.6/jaxb-parent-2.3.6.pom (31 kB at 217 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-bom-ext/2.3.6/jaxb-bom-ext-2.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-bom-ext/2.3.6/jaxb-bom-ext-2.3.6.pom (3.5 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-bom/2.3.6/jaxb-bom-2.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-bom/2.3.6/jaxb-bom-2.3.6.pom (9.7 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 834 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.pom (3.6 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons/3.0.8/istack-commons-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons/3.0.8/istack-commons-3.0.8.pom (19 kB at 397 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.pom (15 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.pom (5.3 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/fastinfoset-project/1.2.16/fastinfoset-project-1.2.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/fastinfoset-project/1.2.16/fastinfoset-project-1.2.16.pom (15 kB at 399 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-core/2.0.6.RELEASE/spring-restdocs-core-2.0.6.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-core/2.0.6.RELEASE/spring-restdocs-core-2.0.6.RELEASE.pom (1.9 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-mockmvc/2.0.6.RELEASE/spring-restdocs-mockmvc-2.0.6.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-mockmvc/2.0.6.RELEASE/spring-restdocs-mockmvc-2.0.6.RELEASE.pom (2.3 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.pom (16 kB at 816 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/projectlombok/lombok/1.18.24/lombok-1.18.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/projectlombok/lombok/1.18.24/lombok-1.18.24.pom (1.5 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.pom (1.2 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-security/2.6.6/spring-boot-starter-security-2.6.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-config/5.6.2/spring-security-config-5.6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/oauth/spring-security-oauth2/2.5.1.RELEASE/spring-security-oauth2-2.5.1.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-web/5.6.2/spring-security-web-5.6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-core/5.6.2/spring-security-core-5.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-security/2.6.6/spring-boot-starter-security-2.6.6.jar (4.7 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/5.6.2/spring-security-crypto-5.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-core/5.6.2/spring-security-core-5.6.2.jar (439 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-jwt/1.1.1.RELEASE/spring-security-jwt-1.1.1.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-web/5.6.2/spring-security-web-5.6.2.jar (638 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/oauth/spring-security-oauth2/2.5.1.RELEASE/spring-security-oauth2-2.5.1.RELEASE.jar (503 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/5.6.2/spring-security-crypto-5.6.2.jar (82 kB at 458 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-devtools/2.6.6/spring-boot-devtools-2.6.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-jwt/1.1.1.RELEASE/spring-security-jwt-1.1.1.RELEASE.jar (38 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-test/2.6.6/spring-boot-starter-test-2.6.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-config/5.6.2/spring-security-config-5.6.2.jar (1.4 MB at 7.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/2.6.6/spring-boot-test-2.6.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.64/bcpkix-jdk15on-1.64.jar (878 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/2.6.6/spring-boot-test-autoconfigure-2.6.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/2.6.6/spring-boot-test-2.6.6.jar (227 kB at 789 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.6.0/json-path-2.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-devtools/2.6.6/spring-boot-devtools-2.6.6.jar (233 kB at 802 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.4.8/json-smart-2.4.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-test/2.6.6/spring-boot-starter-test-2.6.6.jar (4.8 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/2.4.8/accessors-smart-2.4.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.6.0/json-path-2.6.0.jar (239 kB at 633 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/2.6.6/spring-boot-test-autoconfigure-2.6.6.jar (189 kB at 499 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.11.1/assertj-core-3.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/2.4.8/accessors-smart-2.4.8.jar (30 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.4.8/json-smart-2.4.8.jar (120 kB at 257 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.11.22/byte-buddy-agent-1.11.22.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar (122 kB at 254 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.2/hamcrest-2.2.jar (123 kB at 218 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.5.0/jsonassert-1.5.0.jar (30 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.18/spring-test-5.3.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar (18 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.8.4/xmlunit-core-2.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.64/bcprov-jdk15on-1.64.jar (4.8 MB at 7.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-test/5.6.2/spring-security-test-5.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.11.22/byte-buddy-agent-1.11.22.jar (252 kB at 372 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.18/spring-test-5.3.18.jar (787 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/2.3.2/jakarta.xml.bind-api-2.3.2.jar (115 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.8.4/xmlunit-core-2.8.4.jar (170 kB at 214 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/txw2/2.3.6/txw2-2.3.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-test/5.6.2/spring-security-test-5.6.2.jar (124 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.2/jakarta.activation-api-1.2.2.jar (47 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jvnet/staxex/stax-ex/1.8.1/stax-ex-1.8.1.jar (38 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.11.1/assertj-core-3.11.1.jar (4.1 MB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-core/2.0.6.RELEASE/spring-restdocs-core-2.0.6.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/txw2/2.3.6/txw2-2.3.6.jar (72 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-mockmvc/2.0.6.RELEASE/spring-restdocs-mockmvc-2.0.6.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-mockmvc/2.0.6.RELEASE/spring-restdocs-mockmvc-2.0.6.RELEASE.jar (20 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/jaxb-runtime/2.3.2/jaxb-runtime-2.3.2.jar (1.0 MB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/projectlombok/lombok/1.18.24/lombok-1.18.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/fastinfoset/FastInfoset/1.2.16/FastInfoset-1.2.16.jar (317 kB at 326 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.13/httpclient-cache-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar (27 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.36/jcl-over-slf4j-1.7.36.jar (17 kB at 17 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient-cache/4.5.13/httpclient-cache-4.5.13.jar (164 kB at 166 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.jar (96 kB at 95 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-core/2.0.6.RELEASE/spring-restdocs-core-2.0.6.RELEASE.jar (287 kB at 285 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/projectlombok/lombok/1.18.24/lombok-1.18.24.jar (2.0 MB at 1.8 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ authorization-server --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ authorization-server --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ authorization-server --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server [INFO] Storing buildNumber: e12a467 at timestamp: 1666418861151 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ authorization-server --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ authorization-server --- [INFO] Copying 5 resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ authorization-server --- [INFO] Generating flattened POM of project org.eclipse.sw360:authorization-server:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ authorization-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/target/classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/src/main/java/org/eclipse/sw360/rest/authserver/client/persistence/OAuthClientEntity.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/src/main/java/org/eclipse/sw360/rest/authserver/client/persistence/OAuthClientEntity.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ authorization-server --- [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ authorization-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/target/test-classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/src/test/java/org/eclipse/sw360/rest/authserver/IntegrationTestBase.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/src/test/java/org/eclipse/sw360/rest/authserver/IntegrationTestBase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ authorization-server --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ authorization-server --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ authorization-server --- [INFO] Packaging webapp [INFO] Assembling webapp [authorization-server] in [/home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/target/authorization] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/target/authorization.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ authorization-server --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ authorization-server --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ authorization-server --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/target/authorization.war to /home/jenkins/.m2/repository/org/eclipse/sw360/authorization-server/16.0.0-92/authorization-server-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/rest/authorization-server/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/authorization-server/16.0.0-92/authorization-server-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ authorization-server --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/authorization-server/16.0.0-92/authorization-server-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/authorization-server/16.0.0-92/authorization-server-16.0.0-92.war (45 MB at 16 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/authorization-server/16.0.0-92/authorization-server-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/authorization-server/16.0.0-92/authorization-server-16.0.0-92.pom (4.0 kB at 72 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/authorization-server/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/authorization-server/maven-metadata.xml (1.2 kB at 1.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/authorization-server/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/authorization-server/maven-metadata.xml (1.2 kB at 8.3 kB/s) [INFO] [INFO] -----------------< org.eclipse.sw360:resource-server >------------------ [INFO] Building resource-server 16.0.0-92 [48/51] [INFO] --------------------------------[ war ]--------------------------------- [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/asciidoctor/asciidoctor-maven-plugin/2.2.2/asciidoctor-maven-plugin-2.2.2.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/asciidoctor/asciidoctor-maven-plugin/2.2.2/asciidoctor-maven-plugin-2.2.2.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/asciidoctor/asciidoctor-maven-plugin/2.2.2/asciidoctor-maven-plugin-2.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/2.2.2/asciidoctor-maven-plugin-2.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/2.2.2/asciidoctor-maven-plugin-2.2.2.pom (20 kB at 300 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/asciidoctor/asciidoctor-maven-plugin/2.2.2/asciidoctor-maven-plugin-2.2.2.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/asciidoctor/asciidoctor-maven-plugin/2.2.2/asciidoctor-maven-plugin-2.2.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/asciidoctor/asciidoctor-maven-plugin/2.2.2/asciidoctor-maven-plugin-2.2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/2.2.2/asciidoctor-maven-plugin-2.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/2.2.2/asciidoctor-maven-plugin-2.2.2.jar (78 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-actuator/2.6.6/spring-boot-starter-actuator-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-actuator/2.6.6/spring-boot-starter-actuator-2.6.6.pom (2.6 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator-autoconfigure/2.6.6/spring-boot-actuator-autoconfigure-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator-autoconfigure/2.6.6/spring-boot-actuator-autoconfigure-2.6.6.pom (2.9 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator/2.6.6/spring-boot-actuator-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator/2.6.6/spring-boot-actuator-2.6.6.pom (2.1 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.8.4/micrometer-core-1.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.8.4/micrometer-core-1.8.4.pom (9.0 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.pom (11 kB at 635 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.pom (7.2 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-data-rest/2.6.6/spring-boot-starter-data-rest-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-data-rest/2.6.6/spring-boot-starter-data-rest-2.6.6.pom (2.4 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-webmvc/3.6.3/spring-data-rest-webmvc-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-webmvc/3.6.3/spring-data-rest-webmvc-3.6.3.pom (3.5 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-parent/3.6.3/spring-data-rest-parent-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-parent/3.6.3/spring-data-rest-parent-3.6.3.pom (4.3 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/build/spring-data-parent/2.6.3/spring-data-parent-2.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/build/spring-data-parent/2.6.3/spring-data-parent-2.6.3.pom (38 kB at 525 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/build/spring-data-build/2.6.3/spring-data-build-2.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/build/spring-data-build/2.6.3/spring-data-build-2.6.3.pom (6.8 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.17/spring-framework-bom-5.3.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.17/spring-framework-bom-5.3.17.pom (5.7 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-bom/1.5.32/kotlin-bom-1.5.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-bom/1.5.32/kotlin-bom-1.5.32.pom (9.3 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-core/3.6.3/spring-data-rest-core-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-core/3.6.3/spring-data-rest-core-3.6.3.pom (2.6 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.18/spring-tx-5.3.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.18/spring-tx-5.3.18.pom (2.2 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/hateoas/spring-hateoas/1.4.1/spring-hateoas-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/hateoas/spring-hateoas/1.4.1/spring-hateoas-1.4.1.pom (35 kB at 376 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-bom/2020.0.15/reactor-bom-2020.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-bom/2020.0.15/reactor-bom-2020.0.15.pom (4.2 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.1/jackson-bom-2.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.13.1/jackson-bom-2.13.1.pom (17 kB at 469 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-bom/1.5.31/kotlin-bom-1.5.31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-bom/1.5.31/kotlin-bom-1.5.31.pom (9.3 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin-core/2.0.0.RELEASE/spring-plugin-core-2.0.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin-core/2.0.0.RELEASE/spring-plugin-core-2.0.0.RELEASE.pom (1.6 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin/2.0.0.RELEASE/spring-plugin-2.0.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin/2.0.0.RELEASE/spring-plugin-2.0.0.RELEASE.pom (5.8 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-commons/2.6.3/spring-data-commons-2.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-commons/2.6.3/spring-data-commons-2.6.3.pom (10 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/evo-inflector/1.3/evo-inflector-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/evo-inflector/1.3/evo-inflector-1.3.pom (2.8 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/parent/1.19/parent-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/parent/1.19/parent-1.19.pom (16 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-hal-explorer/3.6.3/spring-data-rest-hal-explorer-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-hal-explorer/3.6.3/spring-data-rest-hal-explorer-3.6.3.pom (3.5 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1.1/activation-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1.1/activation-1.1.1.pom (644 B at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/oauth/boot/spring-security-oauth2-autoconfigure/2.6.6/spring-security-oauth2-autoconfigure-2.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/oauth/boot/spring-security-oauth2-autoconfigure/2.6.6/spring-security-oauth2-autoconfigure-2.6.6.pom (6.4 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (20 kB at 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (8.1 kB at 450 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (4.9 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.0/all-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/oauth/spring-security-oauth2/2.5.0.RELEASE/spring-security-oauth2-2.5.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/oauth/spring-security-oauth2/2.5.0.RELEASE/spring-security-oauth2-2.5.0.RELEASE.pom (6.6 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/oauth/spring-security-oauth-parent/2.5.0.RELEASE/spring-security-oauth-parent-2.5.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/oauth/spring-security-oauth-parent/2.5.0.RELEASE/spring-security-oauth-parent-2.5.0.RELEASE.pom (19 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.7.9/jose4j-0.7.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.7.9/jose4j-0.7.9.pom (8.9 kB at 354 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-actuator/2.6.6/spring-boot-starter-actuator-2.6.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator/2.6.6/spring-boot-actuator-2.6.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator-autoconfigure/2.6.6/spring-boot-actuator-autoconfigure-2.6.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.8.4/micrometer-core-1.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-actuator/2.6.6/spring-boot-starter-actuator-2.6.6.jar (4.8 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.jar (30 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-data-rest/2.6.6/spring-boot-starter-data-rest-2.6.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.jar (174 kB at 441 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-webmvc/3.6.3/spring-data-rest-webmvc-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.8.4/micrometer-core-1.8.4.jar (660 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-core/3.6.3/spring-data-rest-core-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator/2.6.6/spring-boot-actuator-2.6.6.jar (673 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.18/spring-tx-5.3.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator-autoconfigure/2.6.6/spring-boot-actuator-autoconfigure-2.6.6.jar (562 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-data-rest/2.6.6/spring-boot-starter-data-rest-2.6.6.jar (4.8 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-commons/2.6.3/spring-data-commons-2.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/hateoas/spring-hateoas/1.4.1/spring-hateoas-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-core/3.6.3/spring-data-rest-core-3.6.3.jar (146 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin-core/2.0.0.RELEASE/spring-plugin-core-2.0.0.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-webmvc/3.6.3/spring-data-rest-webmvc-3.6.3.jar (358 kB at 722 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/evo-inflector/1.3/evo-inflector-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/evo-inflector/1.3/evo-inflector-1.3.jar (12 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-hal-explorer/3.6.3/spring-data-rest-hal-explorer-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin-core/2.0.0.RELEASE/spring-plugin-core-2.0.0.RELEASE.jar (29 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1.1/activation-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.18/spring-tx-5.3.18.jar (333 kB at 558 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/oauth/boot/spring-security-oauth2-autoconfigure/2.6.6/spring-security-oauth2-autoconfigure-2.6.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1.1/activation-1.1.1.jar (69 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (57 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.7.9/jose4j-0.7.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/hateoas/spring-hateoas/1.4.1/spring-hateoas-1.4.1.jar (588 kB at 842 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/oauth/boot/spring-security-oauth2-autoconfigure/2.6.6/spring-security-oauth2-autoconfigure-2.6.6.jar (98 kB at 141 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-commons/2.6.3/spring-data-commons-2.6.3.jar (1.3 MB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-hal-explorer/3.6.3/spring-data-rest-hal-explorer-3.6.3.jar (331 kB at 413 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bitbucket/b_c/jose4j/0.7.9/jose4j-0.7.9.jar (276 kB at 340 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ resource-server --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ resource-server --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ resource-server --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/rest/resource-server' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server [INFO] Storing buildNumber: e12a467 at timestamp: 1666418890640 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/rest/resource-server' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ resource-server --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ resource-server --- [INFO] Copying 2 resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ resource-server --- [INFO] Generating flattened POM of project org.eclipse.sw360:resource-server:war:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ resource-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/main/java/org/eclipse/sw360/rest/resourceserver/core/SimpleAuthenticationEntryPoint.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/main/java/org/eclipse/sw360/rest/resourceserver/core/SimpleAuthenticationEntryPoint.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/main/java/org/eclipse/sw360/rest/resourceserver/release/ReleaseController.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/main/java/org/eclipse/sw360/rest/resourceserver/release/ReleaseController.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ resource-server --- [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ resource-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/test-classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/test/java/org/eclipse/sw360/rest/resourceserver/configuration/security/Sw360WebSecurityConfiguration.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/test/java/org/eclipse/sw360/rest/resourceserver/configuration/security/Sw360WebSecurityConfiguration.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/test/java/org/eclipse/sw360/rest/resourceserver/SW360RestHealthIndicatorTest.java: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/test/java/org/eclipse/sw360/rest/resourceserver/SW360RestHealthIndicatorTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/test/java/org/eclipse/sw360/rest/resourceserver/SW360RestHealthIndicatorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ resource-server --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ resource-server --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- asciidoctor-maven-plugin:2.2.2:process-asciidoc (generate-docs) @ resource-server --- [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.6.RELEASE/spring-restdocs-asciidoctor-2.0.6.RELEASE.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.6.RELEASE/spring-restdocs-asciidoctor-2.0.6.RELEASE.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.6.RELEASE/spring-restdocs-asciidoctor-2.0.6.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.6.RELEASE/spring-restdocs-asciidoctor-2.0.6.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.6.RELEASE/spring-restdocs-asciidoctor-2.0.6.RELEASE.pom (1.5 kB at 7.2 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/jruby/9.2.20.1/jruby-9.2.20.1.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/jruby/9.2.20.1/jruby-9.2.20.1.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/jruby/9.2.20.1/jruby-9.2.20.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby/9.2.20.1/jruby-9.2.20.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby/9.2.20.1/jruby-9.2.20.1.pom (6.9 kB at 69 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/jruby-artifacts/9.2.20.1/jruby-artifacts-9.2.20.1.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/jruby-artifacts/9.2.20.1/jruby-artifacts-9.2.20.1.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/jruby-artifacts/9.2.20.1/jruby-artifacts-9.2.20.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/9.2.20.1/jruby-artifacts-9.2.20.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/9.2.20.1/jruby-artifacts-9.2.20.1.pom (4.0 kB at 92 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/jruby-parent/9.2.20.1/jruby-parent-9.2.20.1.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/jruby-parent/9.2.20.1/jruby-parent-9.2.20.1.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/jruby-parent/9.2.20.1/jruby-parent-9.2.20.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/9.2.20.1/jruby-parent-9.2.20.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/9.2.20.1/jruby-parent-9.2.20.1.pom (25 kB at 29 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/jruby-core/9.2.20.1/jruby-core-9.2.20.1.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/jruby-core/9.2.20.1/jruby-core-9.2.20.1.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/jruby-core/9.2.20.1/jruby-core-9.2.20.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-core/9.2.20.1/jruby-core-9.2.20.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-core/9.2.20.1/jruby-core-9.2.20.1.pom (49 kB at 459 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/github/jnr/jnr-netdb/1.2.0/jnr-netdb-1.2.0.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/github/jnr/jnr-netdb/1.2.0/jnr-netdb-1.2.0.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/github/jnr/jnr-netdb/1.2.0/jnr-netdb-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-netdb/1.2.0/jnr-netdb-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-netdb/1.2.0/jnr-netdb-1.2.0.pom (3.0 kB at 86 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/github/jnr/jnr-enxio/0.32.10/jnr-enxio-0.32.10.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/github/jnr/jnr-enxio/0.32.10/jnr-enxio-0.32.10.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/github/jnr/jnr-enxio/0.32.10/jnr-enxio-0.32.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.32.10/jnr-enxio-0.32.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.32.10/jnr-enxio-0.32.10.pom (4.7 kB at 54 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.pom (4.4 kB at 81 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/github/jnr/jnr-unixsocket/0.38.12/jnr-unixsocket-0.38.12.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/github/jnr/jnr-unixsocket/0.38.12/jnr-unixsocket-0.38.12.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/github/jnr/jnr-unixsocket/0.38.12/jnr-unixsocket-0.38.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.38.12/jnr-unixsocket-0.38.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.38.12/jnr-unixsocket-0.38.12.pom (11 kB at 78 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/github/jnr/jnr-posix/3.1.11/jnr-posix-3.1.11.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/github/jnr/jnr-posix/3.1.11/jnr-posix-3.1.11.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/github/jnr/jnr-posix/3.1.11/jnr-posix-3.1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.1.11/jnr-posix-3.1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.1.11/jnr-posix-3.1.11.pom (7.6 kB at 103 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/github/jnr/jffi/1.3.6/jffi-1.3.6.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/github/jnr/jffi/1.3.6/jffi-1.3.6.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/github/jnr/jffi/1.3.6/jffi-1.3.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.6/jffi-1.3.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.6/jffi-1.3.6.pom (12 kB at 194 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/joni/joni/2.1.31/joni-2.1.31.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/joni/joni/2.1.31/joni-2.1.31.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/joni/joni/2.1.31/joni-2.1.31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.31/joni-2.1.31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.31/joni-2.1.31.pom (7.0 kB at 67 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.pom (5.1 kB at 119 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/dirgra/0.3/dirgra-0.3.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/dirgra/0.3/dirgra-0.3.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/dirgra/0.3/dirgra-0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/dirgra/0.3/dirgra-0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/dirgra/0.3/dirgra-0.3.pom (2.9 kB at 73 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/headius/invokebinder/1.11/invokebinder-1.11.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/headius/invokebinder/1.11/invokebinder-1.11.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/headius/invokebinder/1.11/invokebinder-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/invokebinder/1.11/invokebinder-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/invokebinder/1.11/invokebinder-1.11.pom (4.4 kB at 125 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/headius/options/1.4/options-1.4.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/headius/options/1.4/options-1.4.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/headius/options/1.4/options-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/options/1.4/options-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/options/1.4/options-1.4.pom (1.5 kB at 31 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.pom (3.1 kB at 78 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.pom (1.6 kB at 41 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/martiansoftware/nailgun-all/0.9.1/nailgun-all-0.9.1.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/martiansoftware/nailgun-all/0.9.1/nailgun-all-0.9.1.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/martiansoftware/nailgun-all/0.9.1/nailgun-all-0.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-all/0.9.1/nailgun-all-0.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-all/0.9.1/nailgun-all-0.9.1.pom (5.0 kB at 111 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/headius/backport9/1.8/backport9-1.8.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/headius/backport9/1.8/backport9-1.8.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/headius/backport9/1.8/backport9-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/backport9/1.8/backport9-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/backport9/1.8/backport9-1.8.pom (2.1 kB at 44 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.pom (14 kB at 75 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/jruby-stdlib/9.2.20.1/jruby-stdlib-9.2.20.1.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/jruby-stdlib/9.2.20.1/jruby-stdlib-9.2.20.1.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/jruby-stdlib/9.2.20.1/jruby-stdlib-9.2.20.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-stdlib/9.2.20.1/jruby-stdlib-9.2.20.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-stdlib/9.2.20.1/jruby-stdlib-9.2.20.1.pom (19 kB at 204 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 85 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.pom (6.8 kB at 195 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/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 22 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/asciidoctor/asciidoctorj/2.5.3/asciidoctorj-2.5.3.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/asciidoctor/asciidoctorj/2.5.3/asciidoctorj-2.5.3.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/asciidoctor/asciidoctorj/2.5.3/asciidoctorj-2.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/2.5.3/asciidoctorj-2.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/2.5.3/asciidoctorj-2.5.3.pom (2.8 kB at 27 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/asciidoctor/asciidoctorj-api/2.5.3/asciidoctorj-api-2.5.3.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/asciidoctor/asciidoctorj-api/2.5.3/asciidoctorj-api-2.5.3.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/asciidoctor/asciidoctorj-api/2.5.3/asciidoctorj-api-2.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-api/2.5.3/asciidoctorj-api-2.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-api/2.5.3/asciidoctorj-api-2.5.3.pom (2.1 kB at 19 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/beust/jcommander/1.81/jcommander-1.81.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/beust/jcommander/1.81/jcommander-1.81.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/beust/jcommander/1.81/jcommander-1.81.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.81/jcommander-1.81.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.81/jcommander-1.81.pom (1.5 kB at 20 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-codec-http/4.1.71.Final/netty-codec-http-4.1.71.Final.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-codec-http/4.1.71.Final/netty-codec-http-4.1.71.Final.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-codec-http/4.1.71.Final/netty-codec-http-4.1.71.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.71.Final/netty-codec-http-4.1.71.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.71.Final/netty-codec-http-4.1.71.Final.pom (3.3 kB at 40 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-parent/4.1.71.Final/netty-parent-4.1.71.Final.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-parent/4.1.71.Final/netty-parent-4.1.71.Final.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-parent/4.1.71.Final/netty-parent-4.1.71.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.71.Final/netty-parent-4.1.71.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.71.Final/netty-parent-4.1.71.Final.pom (74 kB at 712 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-common/4.1.71.Final/netty-common-4.1.71.Final.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-common/4.1.71.Final/netty-common-4.1.71.Final.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-common/4.1.71.Final/netty-common-4.1.71.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.71.Final/netty-common-4.1.71.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.71.Final/netty-common-4.1.71.Final.pom (12 kB at 66 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-buffer/4.1.71.Final/netty-buffer-4.1.71.Final.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-buffer/4.1.71.Final/netty-buffer-4.1.71.Final.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-buffer/4.1.71.Final/netty-buffer-4.1.71.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.71.Final/netty-buffer-4.1.71.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.71.Final/netty-buffer-4.1.71.Final.pom (1.6 kB at 19 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-transport/4.1.71.Final/netty-transport-4.1.71.Final.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-transport/4.1.71.Final/netty-transport-4.1.71.Final.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-transport/4.1.71.Final/netty-transport-4.1.71.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.71.Final/netty-transport-4.1.71.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.71.Final/netty-transport-4.1.71.Final.pom (1.9 kB at 19 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-resolver/4.1.71.Final/netty-resolver-4.1.71.Final.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-resolver/4.1.71.Final/netty-resolver-4.1.71.Final.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-resolver/4.1.71.Final/netty-resolver-4.1.71.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.71.Final/netty-resolver-4.1.71.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.71.Final/netty-resolver-4.1.71.Final.pom (1.6 kB at 14 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-codec/4.1.71.Final/netty-codec-4.1.71.Final.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-codec/4.1.71.Final/netty-codec-4.1.71.Final.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-codec/4.1.71.Final/netty-codec-4.1.71.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.71.Final/netty-codec-4.1.71.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.71.Final/netty-codec-4.1.71.Final.pom (4.4 kB at 44 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-handler/4.1.71.Final/netty-handler-4.1.71.Final.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-handler/4.1.71.Final/netty-handler-4.1.71.Final.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-handler/4.1.71.Final/netty-handler-4.1.71.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.71.Final/netty-handler-4.1.71.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.71.Final/netty-handler-4.1.71.Final.pom (3.7 kB at 46 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.pom (1.9 kB at 46 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-tcnative-parent/2.0.46.Final/netty-tcnative-parent-2.0.46.Final.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-tcnative-parent/2.0.46.Final/netty-tcnative-parent-2.0.46.Final.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-tcnative-parent/2.0.46.Final/netty-tcnative-parent-2.0.46.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-parent/2.0.46.Final/netty-tcnative-parent-2.0.46.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-parent/2.0.46.Final/netty-tcnative-parent-2.0.46.Final.pom (36 kB at 567 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.pom (4.5 kB at 94 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/doxia/doxia/1.10/doxia-1.10.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/doxia/doxia/1.10/doxia-1.10.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.10/doxia-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.10/doxia-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.10/doxia-1.10.pom (18 kB at 530 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.pom (1.6 kB at 36 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.pom (1.6 kB at 49 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [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 101 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/junit/jupiter/junit-jupiter/5.7.1/junit-jupiter-5.7.1.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/junit/jupiter/junit-jupiter/5.7.1/junit-jupiter-5.7.1.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/junit/jupiter/junit-jupiter/5.7.1/junit-jupiter-5.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.1/junit-jupiter-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.1/junit-jupiter-5.7.1.pom (3.2 kB at 68 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.pom (3.2 kB at 103 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.pom (1.2 kB at 53 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.pom (1.7 kB at 33 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/junit/platform/junit-platform-commons/1.7.1/junit-platform-commons-1.7.1.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/junit/platform/junit-platform-commons/1.7.1/junit-platform-commons-1.7.1.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/junit/platform/junit-platform-commons/1.7.1/junit-platform-commons-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.1/junit-platform-commons-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.1/junit-platform-commons-1.7.1.pom (2.8 kB at 28 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.pom (3.0 kB at 65 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.pom (3.2 kB at 91 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/junit/platform/junit-platform-engine/1.7.1/junit-platform-engine-1.7.1.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/junit/platform/junit-platform-engine/1.7.1/junit-platform-engine-1.7.1.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/junit/platform/junit-platform-engine/1.7.1/junit-platform-engine-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.1/junit-platform-engine-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.1/junit-platform-engine-1.7.1.pom (3.2 kB at 70 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.6.RELEASE/spring-restdocs-asciidoctor-2.0.6.RELEASE.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/jruby/9.2.20.1/jruby-9.2.20.1.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/jruby-core/9.2.20.1/jruby-core-9.2.20.1.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/github/jnr/jnr-netdb/1.2.0/jnr-netdb-1.2.0.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/github/jnr/jnr-enxio/0.32.10/jnr-enxio-0.32.10.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/github/jnr/jnr-unixsocket/0.38.12/jnr-unixsocket-0.38.12.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/github/jnr/jnr-posix/3.1.11/jnr-posix-3.1.11.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/github/jnr/jffi/1.3.6/jffi-1.3.6-native.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/github/jnr/jffi/1.3.6/jffi-1.3.6.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/joni/joni/2.1.31/joni-2.1.31.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/dirgra/0.3/dirgra-0.3.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/headius/invokebinder/1.11/invokebinder-1.11.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/headius/options/1.4/options-1.4.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/headius/backport9/1.8/backport9-1.8.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/jruby-stdlib/9.2.20.1/jruby-stdlib-9.2.20.1.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/asciidoctor/asciidoctorj/2.5.3/asciidoctorj-2.5.3.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/asciidoctor/asciidoctorj-api/2.5.3/asciidoctorj-api-2.5.3.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/beust/jcommander/1.81/jcommander-1.81.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-codec-http/4.1.71.Final/netty-codec-http-4.1.71.Final.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-common/4.1.71.Final/netty-common-4.1.71.Final.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-buffer/4.1.71.Final/netty-buffer-4.1.71.Final.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-transport/4.1.71.Final/netty-transport-4.1.71.Final.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-resolver/4.1.71.Final/netty-resolver-4.1.71.Final.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-codec/4.1.71.Final/netty-codec-4.1.71.Final.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-handler/4.1.71.Final/netty-handler-4.1.71.Final.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/junit/jupiter/junit-jupiter/5.7.1/junit-jupiter-5.7.1.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/junit/platform/junit-platform-commons/1.7.1/junit-platform-commons-1.7.1.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/junit/platform/junit-platform-engine/1.7.1/junit-platform-engine-1.7.1.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.6.RELEASE/spring-restdocs-asciidoctor-2.0.6.RELEASE.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/jruby/9.2.20.1/jruby-9.2.20.1.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/jruby-core/9.2.20.1/jruby-core-9.2.20.1.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/github/jnr/jnr-enxio/0.32.10/jnr-enxio-0.32.10.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/github/jnr/jnr-netdb/1.2.0/jnr-netdb-1.2.0.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/github/jnr/jnr-unixsocket/0.38.12/jnr-unixsocket-0.38.12.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/github/jnr/jnr-posix/3.1.11/jnr-posix-3.1.11.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/github/jnr/jffi/1.3.6/jffi-1.3.6.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/github/jnr/jffi/1.3.6/jffi-1.3.6-native.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/joni/joni/2.1.31/joni-2.1.31.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/dirgra/0.3/dirgra-0.3.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/headius/invokebinder/1.11/invokebinder-1.11.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/headius/options/1.4/options-1.4.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/headius/backport9/1.8/backport9-1.8.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/jruby-stdlib/9.2.20.1/jruby-stdlib-9.2.20.1.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/asciidoctor/asciidoctorj/2.5.3/asciidoctorj-2.5.3.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/asciidoctor/asciidoctorj-api/2.5.3/asciidoctorj-api-2.5.3.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/beust/jcommander/1.81/jcommander-1.81.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-codec-http/4.1.71.Final/netty-codec-http-4.1.71.Final.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-common/4.1.71.Final/netty-common-4.1.71.Final.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-buffer/4.1.71.Final/netty-buffer-4.1.71.Final.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-transport/4.1.71.Final/netty-transport-4.1.71.Final.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-resolver/4.1.71.Final/netty-resolver-4.1.71.Final.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-codec/4.1.71.Final/netty-codec-4.1.71.Final.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-handler/4.1.71.Final/netty-handler-4.1.71.Final.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/junit/jupiter/junit-jupiter/5.7.1/junit-jupiter-5.7.1.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/junit/platform/junit-platform-commons/1.7.1/junit-platform-commons-1.7.1.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/junit/platform/junit-platform-engine/1.7.1/junit-platform-engine-1.7.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.6.RELEASE/spring-restdocs-asciidoctor-2.0.6.RELEASE.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/jruby/9.2.20.1/jruby-9.2.20.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/jruby-core/9.2.20.1/jruby-core-9.2.20.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/github/jnr/jnr-netdb/1.2.0/jnr-netdb-1.2.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/github/jnr/jnr-enxio/0.32.10/jnr-enxio-0.32.10.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/github/jnr/jnr-unixsocket/0.38.12/jnr-unixsocket-0.38.12.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/github/jnr/jnr-posix/3.1.11/jnr-posix-3.1.11.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/github/jnr/jffi/1.3.6/jffi-1.3.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/github/jnr/jffi/1.3.6/jffi-1.3.6-native.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/joni/joni/2.1.31/joni-2.1.31.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/dirgra/0.3/dirgra-0.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/headius/invokebinder/1.11/invokebinder-1.11.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/headius/options/1.4/options-1.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/headius/backport9/1.8/backport9-1.8.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/jruby-stdlib/9.2.20.1/jruby-stdlib-9.2.20.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/asciidoctor/asciidoctorj/2.5.3/asciidoctorj-2.5.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/asciidoctor/asciidoctorj-api/2.5.3/asciidoctorj-api-2.5.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/beust/jcommander/1.81/jcommander-1.81.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-codec-http/4.1.71.Final/netty-codec-http-4.1.71.Final.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-common/4.1.71.Final/netty-common-4.1.71.Final.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-buffer/4.1.71.Final/netty-buffer-4.1.71.Final.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-transport/4.1.71.Final/netty-transport-4.1.71.Final.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-resolver/4.1.71.Final/netty-resolver-4.1.71.Final.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-codec/4.1.71.Final/netty-codec-4.1.71.Final.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-handler/4.1.71.Final/netty-handler-4.1.71.Final.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/junit/jupiter/junit-jupiter/5.7.1/junit-jupiter-5.7.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/junit/platform/junit-platform-commons/1.7.1/junit-platform-commons-1.7.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/junit/platform/junit-platform-engine/1.7.1/junit-platform-engine-1.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.6.RELEASE/spring-restdocs-asciidoctor-2.0.6.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby/9.2.20.1/jruby-9.2.20.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.32.10/jnr-enxio-0.32.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-netdb/1.2.0/jnr-netdb-1.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-core/9.2.20.1/jruby-core-9.2.20.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-netdb/1.2.0/jnr-netdb-1.2.0.jar (63 kB at 569 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.38.12/jnr-unixsocket-0.38.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby/9.2.20.1/jruby-9.2.20.1.jar (26 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.1.11/jnr-posix-3.1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-enxio/0.32.10/jnr-enxio-0.32.10.jar (34 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-unixsocket/0.38.12/jnr-unixsocket-0.38.12.jar (48 kB at 184 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.6/jffi-1.3.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-posix/3.1.11/jnr-posix-3.1.11.jar (275 kB at 989 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.6/jffi-1.3.6-native.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.6.RELEASE/spring-restdocs-asciidoctor-2.0.6.RELEASE.jar (11 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.31/joni-2.1.31.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.6/jffi-1.3.6.jar (154 kB at 403 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/joni/joni/2.1.31/joni-2.1.31.jar (215 kB at 452 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/dirgra/0.3/dirgra-0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jnr-constants/0.10.3/jnr-constants-0.10.3.jar (1.6 MB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/invokebinder/1.11/invokebinder-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/dirgra/0.3/dirgra-0.3.jar (16 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/options/1.4/options-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/invokebinder/1.11/invokebinder-1.11.jar (50 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jnr/jffi/1.3.6/jffi-1.3.6-native.jar (869 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/martiansoftware/nailgun-server/0.9.1/nailgun-server-0.9.1.jar (33 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/backport9/1.8/backport9-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/options/1.4/options-1.4.jar (14 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jcodings/jcodings/1.0.46/jcodings-1.0.46.jar (1.7 MB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-stdlib/9.2.20.1/jruby-stdlib-9.2.20.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jzlib/1.1.3/jzlib-1.1.3.jar (72 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/headius/backport9/1.8/backport9-1.8.jar (13 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.1/javax.annotation-api-1.3.1.jar (27 kB at 35 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (47 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 297 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-core/9.2.20.1/jruby-core-9.2.20.1.jar (10 MB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 520 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (57 kB at 45 kB/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/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 37 kB/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/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/2.5.3/asciidoctorj-2.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.2.0/maven-filtering-3.2.0.jar (52 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-api/2.5.3/asciidoctorj-api-2.5.3.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 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.81/jcommander-1.81.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 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.71.Final/netty-codec-http-4.1.71.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj-api/2.5.3/asciidoctorj-api-2.5.3.jar (62 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.71.Final/netty-common-4.1.71.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.81/jcommander-1.81.jar (86 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.71.Final/netty-buffer-4.1.71.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.71.Final/netty-buffer-4.1.71.Final.jar (302 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.71.Final/netty-transport-4.1.71.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.71.Final/netty-codec-http-4.1.71.Final.jar (634 kB at 403 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.71.Final/netty-resolver-4.1.71.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.71.Final/netty-common-4.1.71.Final.jar (646 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.1.71.Final/netty-codec-4.1.71.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.71.Final/netty-resolver-4.1.71.Final.jar (37 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.71.Final/netty-handler-4.1.71.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.71.Final/netty-codec-4.1.71.Final.jar (337 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.71.Final/netty-transport-4.1.71.Final.jar (481 kB at 271 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/2.5.3/asciidoctorj-2.5.3.jar (1.9 MB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.10/doxia-core-1.10.jar (218 kB at 116 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.10/doxia-logging-api-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.71.Final/netty-handler-4.1.71.Final.jar (523 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.1/junit-jupiter-5.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.46.Final/netty-tcnative-classes-2.0.46.Final.jar (34 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.10/doxia-sink-api-1.10.jar (12 kB at 5.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar (2.4 kB at 1.2 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.10/doxia-logging-api-1.10.jar (12 kB at 5.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.1/junit-platform-commons-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.7.1/junit-jupiter-5.7.1.jar (6.4 kB at 3.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.7.1/junit-jupiter-api-5.7.1.jar (176 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-stdlib/9.2.20.1/jruby-stdlib-9.2.20.1.jar (13 MB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.1/junit-platform-engine-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar (7.7 kB at 3.5 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.7.1/junit-platform-commons-1.7.1.jar (100 kB at 46 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.7.1/junit-jupiter-engine-5.7.1.jar (213 kB at 98 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.7.1/junit-platform-engine-1.7.1.jar (181 kB at 83 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.7.1/junit-jupiter-params-5.7.1.jar (567 kB at 260 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] Copying 6 resources [INFO] asciidoctor: ERROR: api-guide.adoc: line 106: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_headers/response-headers.adoc [INFO] asciidoctor: DEBUG: api-guide.adoc: line 106: unknown name for block macro: [INFO] asciidoctor: ERROR: api-guide.adoc: line 114: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_error_internal_error/response-fields.adoc [INFO] asciidoctor: DEBUG: api-guide.adoc: line 114: unknown name for block macro: [INFO] asciidoctor: ERROR: api-guide.adoc: line 119: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_error_internal_error/http-response.adoc [INFO] asciidoctor: DEBUG: api-guide.adoc: line 119: unknown name for block macro: [INFO] asciidoctor: WARN: api-guide.adoc: line 222: id assigned to section already in use: token-request [INFO] asciidoctor: ERROR: api-guide.adoc: line 279: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_index/response-fields.adoc [INFO] asciidoctor: DEBUG: api-guide.adoc: line 279: unknown name for block macro: [INFO] asciidoctor: ERROR: api-guide.adoc: line 283: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_index/http-response.adoc [INFO] asciidoctor: DEBUG: api-guide.adoc: line 283: unknown name for block macro: [INFO] asciidoctor: ERROR: api-guide.adoc: line 288: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_index/links.adoc [INFO] asciidoctor: DEBUG: api-guide.adoc: line 288: unknown name for block macro: [INFO] asciidoctor: ERROR: users.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_users/response-fields.adoc [INFO] asciidoctor: DEBUG: users.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: users.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_users/curl-request.adoc [INFO] asciidoctor: DEBUG: users.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: users.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_users/http-response.adoc [INFO] asciidoctor: DEBUG: users.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: users.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_users/links.adoc [INFO] asciidoctor: DEBUG: users.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: users.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_user/response-fields.adoc [INFO] asciidoctor: DEBUG: users.adoc: line 41: unknown name for block macro: [INFO] asciidoctor: ERROR: users.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_user/curl-request.adoc [INFO] asciidoctor: DEBUG: users.adoc: line 44: unknown name for block macro: [INFO] asciidoctor: ERROR: users.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_user/http-response.adoc [INFO] asciidoctor: DEBUG: users.adoc: line 47: unknown name for block macro: [INFO] asciidoctor: ERROR: users.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_user/links.adoc [INFO] asciidoctor: DEBUG: users.adoc: line 50: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 35: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 35: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 44: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 47: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 50: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 53: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 53: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 56: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 56: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 64: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_lucene_search/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 64: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 67: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_lucene_search/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 67: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 70: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_lucene_search/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 70: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 73: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_lucene_search/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 73: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 76: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_lucene_search/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 76: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 84: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 84: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 87: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 87: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 90: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 90: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 93: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 93: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 96: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 96: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 105: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 105: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 108: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 108: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 111: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 111: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 114: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 114: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 117: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 117: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 126: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 126: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 129: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 129: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 132: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 132: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 135: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 135: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 138: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 138: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 147: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 147: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 150: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 150: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 153: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 153: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 156: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 156: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 159: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 159: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 170: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_external-ids/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 170: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 173: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_external-ids/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 173: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 176: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_external-ids/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 176: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 185: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_attachment_info/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 185: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 188: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_attachment_info/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 188: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 191: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_attachment_info/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 191: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 199: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_attachment_info/request-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 199: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 202: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_attachment_info/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 202: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 205: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_attachment_info/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 205: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 208: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_attachment_info/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 208: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 250: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_project/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 250: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 253: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_project/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 253: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 262: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_attachment/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 262: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 265: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_attachment/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 265: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 274: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 274: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 277: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 277: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 280: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 280: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 283: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 283: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 293: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 293: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 296: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 296: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 299: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 299: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 302: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 302: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 310: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 310: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 313: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 313: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 316: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 316: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 319: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 319: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 322: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 322: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 332: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases_transitive/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 332: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 335: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases_transitive/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 335: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 338: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases_transitive/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 338: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 341: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases_transitive/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 341: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 351: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases_ecc_information/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 351: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 354: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases_ecc_information/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 354: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 357: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases_ecc_information/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 357: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 360: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases_ecc_information/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 360: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 369: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_project/request-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 369: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 372: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_project/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 372: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 375: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_project/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 375: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 383: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_duplicate_project/request-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 383: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 386: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_duplicate_project/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 386: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 389: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_duplicate_project/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 389: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 398: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project/request-fields.adoc [INFO] asciidoctor: ERROR: projects.adoc: line 401: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 401: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 404: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 404: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 407: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 407: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 415: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_project/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 415: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 418: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_project/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 418: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 429: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_link_releases/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 429: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 432: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_link_releases/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 432: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 438: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_link_releases_with_project_release_relation/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 438: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 441: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_link_releases_with_project_release_relation/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 441: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 452: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_patch_releases/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 452: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 455: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_patch_releases/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 455: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 461: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_patch_releases_with_project_release_relation/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 461: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 464: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_patch_releases_with_project_release_relation/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 464: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 472: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_release_relationship/request-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 472: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 475: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_release_relationship/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 475: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 478: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_release_relationship/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 478: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 481: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_release_relationship/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 481: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 489: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_download_license_info/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 489: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 492: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_download_license_info/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 492: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 495: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_download_license_info/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 495: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 503: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_project/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 503: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 506: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_project/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 506: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 509: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_project/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 509: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 517: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachment_usage_for_project/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 517: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 520: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachment_usage_for_project/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 520: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 523: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachment_usage_for_project/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 523: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 531: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 531: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 534: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 534: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 537: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 537: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 540: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 540: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 543: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 543: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 551: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities_by_externalid/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 551: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 554: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities_by_externalid/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 554: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 557: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities_by_externalid/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 557: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 560: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities_by_externalid/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 560: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 563: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities_by_externalid/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 563: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 571: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_vulnerabilities/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 571: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 574: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_vulnerabilities/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 574: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 577: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_vulnerabilities/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 577: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 580: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_vulnerabilities/links.adoc [INFO] asciidoctor: DEBUG: components.adoc: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components/links.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 40: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_with_fields/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 40: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 43: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_with_fields/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 43: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 46: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_with_fields/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 46: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 49: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_with_fields/links.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 49: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 59: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_name/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 59: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 62: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_name/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 62: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 65: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_name/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 65: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 68: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_name/links.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 68: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 78: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_type/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 78: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 81: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_type/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 81: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 84: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_type/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 84: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 87: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_type/links.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 87: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 96: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 96: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 99: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 99: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 102: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 102: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 105: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component/links.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 105: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 116: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_external-ids/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 116: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 119: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_external-ids/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 119: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 122: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_external-ids/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 122: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 131: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component_attachment_info/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 131: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 134: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component_attachment_info/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 134: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 137: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component_attachment_info/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 137: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 145: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_component_attachment_info/request-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 145: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 148: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_component_attachment_info/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 148: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 151: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_component_attachment_info/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 151: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 154: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_component_attachment_info/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 154: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 196: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_component/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 196: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 199: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_component/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 199: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 208: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component_attachment/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 208: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 211: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component_attachment/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 211: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 225: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_component_attachment/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 225: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 228: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_component_attachment/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 228: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 242: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_component/request-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 242: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 245: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_component/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 245: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 248: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_component/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 248: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 257: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_component/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 257: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 260: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_component/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 260: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 263: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_component/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 263: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 266: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_component/links.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 266: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 275: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_components/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 275: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 278: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_components/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 278: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 281: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_components/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 281: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 289: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_components/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 289: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 292: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_components/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 292: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 295: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_components/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases/links.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 42: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_all_details/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 42: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 45: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_all_details/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 45: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 48: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_all_details/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 48: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 51: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_all_details/links.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 51: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 60: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_with_fields/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 60: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 63: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_with_fields/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 63: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 66: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_with_fields/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 66: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 69: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_with_fields/links.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 69: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 79: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_name/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 79: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 82: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_name/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 82: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 85: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_name/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 85: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 88: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_name/links.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 88: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 99: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_external-ids/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 99: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 102: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_external-ids/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 102: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 105: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_external-ids/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 105: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 113: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_sha1/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 113: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 116: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_sha1/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 116: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 119: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_sha1/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 119: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 122: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_sha1/links.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 122: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 132: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_attachment_info/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 132: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 135: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_attachment_info/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 135: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 138: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_attachment_info/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 138: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 147: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_release_attachment_info/request-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 147: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 150: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_release_attachment_info/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 150: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 153: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_release_attachment_info/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 153: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 156: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_release_attachment_info/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 156: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 198: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_release/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 198: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 201: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_release/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 201: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 210: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_attachment/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 210: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 213: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_attachment/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 213: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 227: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_release_attachment/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 227: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 230: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_release_attachment/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 230: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 247: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_trigger_fossology_process/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 247: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 250: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_trigger_fossology_process/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 250: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 253: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_trigger_fossology_process/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 253: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 261: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_check_fossology_process_status/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 261: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 264: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_check_fossology_process_status/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 264: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 267: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_check_fossology_process_status/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 267: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 275: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 275: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 278: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 278: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 281: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 281: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 284: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release/links.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 284: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 293: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_release/request-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 293: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 296: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_release/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 296: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 299: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_release/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 299: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 308: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_release/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 308: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 311: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_release/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 311: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 314: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_release/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 314: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 317: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_release/links.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 317: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 326: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_releases/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 326: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 329: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_releases/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 329: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 332: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_releases/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 332: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 344: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_link_releases_to_release/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 344: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 347: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_link_releases_to_release/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 347: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 356: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_release/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 356: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 359: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_release/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 359: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 362: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_release/http-response.adoc [INFO] asciidoctor: DEBUG: attachments.adoc: unknown name for block macro: [INFO] asciidoctor: ERROR: attachments.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachment/response-fields.adoc [INFO] asciidoctor: DEBUG: attachments.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: attachments.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachment/curl-request.adoc [INFO] asciidoctor: DEBUG: attachments.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: attachments.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachment/http-response.adoc [INFO] asciidoctor: DEBUG: attachments.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: attachments.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachment/links.adoc [INFO] asciidoctor: DEBUG: attachments.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: attachments.adoc: line 40: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachments_by_sha1/response-fields.adoc [INFO] asciidoctor: DEBUG: attachments.adoc: line 40: unknown name for block macro: [INFO] asciidoctor: ERROR: attachments.adoc: line 43: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachments_by_sha1/curl-request.adoc [INFO] asciidoctor: DEBUG: attachments.adoc: line 43: unknown name for block macro: [INFO] asciidoctor: ERROR: attachments.adoc: line 46: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachments_by_sha1/http-response.adoc [INFO] asciidoctor: DEBUG: attachments.adoc: line 46: unknown name for block macro: [INFO] asciidoctor: ERROR: attachments.adoc: line 49: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachments_by_sha1/links.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vendors/response-fields.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vendors/curl-request.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vendors/http-response.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vendors/links.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vendor/response-fields.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 41: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vendor/curl-request.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 44: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vendor/http-response.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 47: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vendor/links.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 50: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 59: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_vendor/request-fields.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 59: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 62: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_vendor/curl-request.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 62: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 65: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_vendor/http-response.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 65: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 68: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_vendor/links.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_licenses/response-fields.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_licenses/curl-request.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_licenses/http-response.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_licenses/links.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_license/response-fields.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 41: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_license/curl-request.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 44: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_license/http-response.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 47: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_license/links.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 50: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 61: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_link_obligation/curl-request.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 61: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 64: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_link_obligation/http-response.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 64: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 75: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_unlink_obligation/curl-request.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 75: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 78: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_unlink_obligation/http-response.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 78: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 86: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_license/curl-request.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 86: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 89: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_license/http-response.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vulnerabilities/response-fields.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vulnerabilities/curl-request.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vulnerabilities/http-response.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vulnerabilities/links.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vulnerability/response-fields.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 41: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vulnerability/curl-request.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 44: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vulnerability/http-response.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 47: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vulnerability/links.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 50: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 59: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_vulnerability/request-fields.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 59: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 62: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_vulnerability/response-fields.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 62: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 65: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_vulnerability/curl-request.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 65: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 68: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_vulnerability/http-response.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 68: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 77: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_vulnerability/request-fields.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 77: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 80: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_vulnerability/response-fields.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 80: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 83: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_vulnerability/curl-request.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 83: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 86: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_vulnerability/http-response.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 86: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 95: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_vulnerability/curl-request.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 95: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 98: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_vulnerability/http-response.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 98: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 107: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_release_vulnerability_relation/request-fields.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 107: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 110: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_release_vulnerability_relation/response-fields.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 110: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 113: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_release_vulnerability_relation/curl-request.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 113: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 116: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_release_vulnerability_relation/http-response.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 116: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 125: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_release_vulnerability_relation/curl-request.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 125: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 128: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_release_vulnerability_relation/http-response.adoc [INFO] asciidoctor: DEBUG: health.adoc: unknown name for block macro: [INFO] asciidoctor: ERROR: health.adoc: line 38: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_health/curl-request.adoc [INFO] asciidoctor: DEBUG: health.adoc: line 38: unknown name for block macro: [INFO] asciidoctor: ERROR: health.adoc: line 43: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_health/response-fields.adoc [INFO] asciidoctor: DEBUG: health.adoc: line 43: unknown name for block macro: [INFO] asciidoctor: ERROR: health.adoc: line 46: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_health/http-response.adoc [INFO] asciidoctor: DEBUG: health.adoc: line 46: unknown name for block macro: [INFO] asciidoctor: ERROR: health.adoc: line 51: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_health_unhealthy/response-fields.adoc [INFO] asciidoctor: DEBUG: health.adoc: line 51: unknown name for block macro: [INFO] asciidoctor: ERROR: health.adoc: line 54: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_health_unhealthy/http-response.adoc [INFO] asciidoctor: DEBUG: search.adoc: unknown name for block macro: [INFO] asciidoctor: ERROR: search.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_searchresult/request-parameters.adoc [INFO] asciidoctor: DEBUG: search.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: search.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_searchresult/response-fields.adoc [INFO] asciidoctor: DEBUG: search.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: search.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_searchresult/curl-request.adoc [INFO] asciidoctor: DEBUG: search.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: search.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_searchresult/http-response.adoc [INFO] asciidoctor: DEBUG: search.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: search.adoc: line 35: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_searchresult/links.adoc [INFO] asciidoctor: DEBUG: changeLogs.adoc: unknown name for block macro: [INFO] asciidoctor: ERROR: changeLogs.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/request-parameters.adoc [INFO] asciidoctor: DEBUG: changeLogs.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: changeLogs.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/response-fields.adoc [INFO] asciidoctor: DEBUG: changeLogs.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: changeLogs.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/curl-request.adoc [INFO] asciidoctor: DEBUG: changeLogs.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: changeLogs.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/http-response.adoc [INFO] asciidoctor: DEBUG: changeLogs.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: changeLogs.adoc: line 35: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/links.adoc [INFO] asciidoctor: DEBUG: clearingRequest.adoc: unknown name for block macro: [INFO] asciidoctor: ERROR: clearingRequest.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_clearingrequest/response-fields.adoc [INFO] asciidoctor: DEBUG: clearingRequest.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: clearingRequest.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_clearingrequest/curl-request.adoc [INFO] asciidoctor: DEBUG: clearingRequest.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: clearingRequest.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_clearingrequest/http-response.adoc [INFO] asciidoctor: DEBUG: clearingRequest.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: clearingRequest.adoc: line 38: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_clearingrequest_by_projectid/response-fields.adoc [INFO] asciidoctor: DEBUG: clearingRequest.adoc: line 38: unknown name for block macro: [INFO] asciidoctor: ERROR: clearingRequest.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_clearingrequest_by_projectid/curl-request.adoc [INFO] asciidoctor: DEBUG: clearingRequest.adoc: line 41: unknown name for block macro: [INFO] asciidoctor: ERROR: clearingRequest.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_clearingrequest_by_projectid/http-response.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 24: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_obligations/response-fields.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 24: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 27: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_obligations/curl-request.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 27: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 30: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_obligations/http-response.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 30: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 33: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_obligations/links.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 33: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 42: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_obligation/response-fields.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 42: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 45: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_obligation/curl-request.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 45: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 48: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_obligation/http-response.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 48: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 51: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_obligation/links.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 51: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 60: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_obligation/request-fields.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 60: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 63: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_obligation/curl-request.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 63: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 66: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_obligation/http-response.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 66: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 78: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_obligations/response-fields.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 78: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 81: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_obligations/curl-request.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 81: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 84: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_obligations/http-response.adoc [INFO] asciidoctor: DEBUG: api-guide.adoc: line 302: unknown name for block macro: [INFO] Converted /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/docs/asciidoc/api-guide.adoc [INFO] asciidoctor: ERROR: attachments.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachment/response-fields.adoc [INFO] asciidoctor: DEBUG: attachments.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: attachments.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachment/curl-request.adoc [INFO] asciidoctor: DEBUG: attachments.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: attachments.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachment/http-response.adoc [INFO] asciidoctor: DEBUG: attachments.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: attachments.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachment/links.adoc [INFO] asciidoctor: DEBUG: attachments.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: attachments.adoc: line 40: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachments_by_sha1/response-fields.adoc [INFO] asciidoctor: DEBUG: attachments.adoc: line 40: unknown name for block macro: [INFO] asciidoctor: ERROR: attachments.adoc: line 43: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachments_by_sha1/curl-request.adoc [INFO] asciidoctor: DEBUG: attachments.adoc: line 43: unknown name for block macro: [INFO] asciidoctor: ERROR: attachments.adoc: line 46: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachments_by_sha1/http-response.adoc [INFO] asciidoctor: DEBUG: attachments.adoc: line 46: unknown name for block macro: [INFO] asciidoctor: ERROR: attachments.adoc: line 49: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachments_by_sha1/links.adoc [INFO] asciidoctor: DEBUG: attachments.adoc: line 49: unknown name for block macro: [INFO] Converted /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/docs/asciidoc/attachments.adoc [INFO] asciidoctor: ERROR: changeLogs.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/request-parameters.adoc [INFO] asciidoctor: DEBUG: changeLogs.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: changeLogs.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/response-fields.adoc [INFO] asciidoctor: DEBUG: changeLogs.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: changeLogs.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/curl-request.adoc [INFO] asciidoctor: DEBUG: changeLogs.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: changeLogs.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/http-response.adoc [INFO] asciidoctor: DEBUG: changeLogs.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: changeLogs.adoc: line 35: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/links.adoc [INFO] asciidoctor: DEBUG: changeLogs.adoc: line 35: unknown name for block macro: [INFO] Converted /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/docs/asciidoc/changeLogs.adoc [INFO] asciidoctor: ERROR: clearingRequest.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_clearingrequest/response-fields.adoc [INFO] asciidoctor: DEBUG: clearingRequest.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: clearingRequest.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_clearingrequest/curl-request.adoc [INFO] asciidoctor: DEBUG: clearingRequest.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: clearingRequest.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_clearingrequest/http-response.adoc [INFO] asciidoctor: DEBUG: clearingRequest.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: clearingRequest.adoc: line 38: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_clearingrequest_by_projectid/response-fields.adoc [INFO] asciidoctor: DEBUG: clearingRequest.adoc: line 38: unknown name for block macro: [INFO] asciidoctor: ERROR: clearingRequest.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_clearingrequest_by_projectid/curl-request.adoc [INFO] asciidoctor: DEBUG: clearingRequest.adoc: line 41: unknown name for block macro: [INFO] asciidoctor: ERROR: clearingRequest.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_clearingrequest_by_projectid/http-response.adoc [INFO] asciidoctor: DEBUG: clearingRequest.adoc: line 44: unknown name for block macro: [INFO] Converted /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/docs/asciidoc/clearingRequest.adoc [INFO] asciidoctor: ERROR: components.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components/links.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 40: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_with_fields/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 40: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 43: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_with_fields/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 43: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 46: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_with_fields/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 46: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 49: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_with_fields/links.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 49: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 59: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_name/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 59: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 62: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_name/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 62: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 65: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_name/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 65: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 68: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_name/links.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 68: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 78: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_type/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 78: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 81: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_type/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 81: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 84: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_type/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 84: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 87: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_type/links.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 87: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 96: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 96: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 99: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 99: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 102: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 102: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 105: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component/links.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 105: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 116: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_external-ids/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 116: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 119: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_external-ids/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 119: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 122: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_components_by_external-ids/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 122: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 131: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component_attachment_info/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 131: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 134: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component_attachment_info/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 134: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 137: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component_attachment_info/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 137: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 145: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_component_attachment_info/request-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 145: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 148: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_component_attachment_info/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 148: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 151: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_component_attachment_info/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 151: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 154: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_component_attachment_info/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 154: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 196: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_component/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 196: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 199: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_component/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 199: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 208: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component_attachment/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 208: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 211: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_component_attachment/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 211: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 225: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_component_attachment/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 225: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 228: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_component_attachment/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 228: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 242: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_component/request-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 242: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 245: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_component/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 245: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 248: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_component/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 248: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 257: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_component/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 257: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 260: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_component/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 260: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 263: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_component/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 263: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 266: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_component/links.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 266: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 275: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_components/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 275: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 278: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_components/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 278: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 281: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_components/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 281: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 289: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_components/response-fields.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 289: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 292: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_components/curl-request.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 292: unknown name for block macro: [INFO] asciidoctor: ERROR: components.adoc: line 295: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_components/http-response.adoc [INFO] asciidoctor: DEBUG: components.adoc: line 295: unknown name for block macro: [INFO] Converted /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/docs/asciidoc/components.adoc [INFO] asciidoctor: ERROR: health.adoc: line 38: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_health/curl-request.adoc [INFO] asciidoctor: DEBUG: health.adoc: line 38: unknown name for block macro: [INFO] asciidoctor: ERROR: health.adoc: line 43: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_health/response-fields.adoc [INFO] asciidoctor: DEBUG: health.adoc: line 43: unknown name for block macro: [INFO] asciidoctor: ERROR: health.adoc: line 46: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_health/http-response.adoc [INFO] asciidoctor: DEBUG: health.adoc: line 46: unknown name for block macro: [INFO] asciidoctor: ERROR: health.adoc: line 51: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_health_unhealthy/response-fields.adoc [INFO] asciidoctor: DEBUG: health.adoc: line 51: unknown name for block macro: [INFO] asciidoctor: ERROR: health.adoc: line 54: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_health_unhealthy/http-response.adoc [INFO] asciidoctor: DEBUG: health.adoc: line 54: unknown name for block macro: [INFO] Converted /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/docs/asciidoc/health.adoc [INFO] Converted /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/docs/asciidoc/index.adoc [INFO] asciidoctor: ERROR: licenses.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_licenses/response-fields.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_licenses/curl-request.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_licenses/http-response.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_licenses/links.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_license/response-fields.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 41: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_license/curl-request.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 44: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_license/http-response.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 47: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_license/links.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 50: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 61: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_link_obligation/curl-request.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 61: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 64: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_link_obligation/http-response.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 64: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 75: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_unlink_obligation/curl-request.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 75: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 78: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_unlink_obligation/http-response.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 78: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 86: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_license/curl-request.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 86: unknown name for block macro: [INFO] asciidoctor: ERROR: licenses.adoc: line 89: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_license/http-response.adoc [INFO] asciidoctor: DEBUG: licenses.adoc: line 89: unknown name for block macro: [INFO] Converted /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/docs/asciidoc/licenses.adoc [INFO] asciidoctor: ERROR: obligations.adoc: line 24: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_obligations/response-fields.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 24: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 27: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_obligations/curl-request.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 27: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 30: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_obligations/http-response.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 30: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 33: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_obligations/links.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 33: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 42: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_obligation/response-fields.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 42: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 45: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_obligation/curl-request.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 45: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 48: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_obligation/http-response.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 48: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 51: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_obligation/links.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 51: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 60: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_obligation/request-fields.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 60: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 63: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_obligation/curl-request.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 63: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 66: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_obligation/http-response.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 66: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 78: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_obligations/response-fields.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 78: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 81: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_obligations/curl-request.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 81: unknown name for block macro: [INFO] asciidoctor: ERROR: obligations.adoc: line 84: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_obligations/http-response.adoc [INFO] asciidoctor: DEBUG: obligations.adoc: line 84: unknown name for block macro: [INFO] Converted /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/docs/asciidoc/obligations.adoc [INFO] asciidoctor: ERROR: projects.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 35: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 35: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 44: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 47: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 50: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 53: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 53: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 56: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 56: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 64: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_lucene_search/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 64: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 67: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_lucene_search/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 67: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 70: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_lucene_search/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 70: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 73: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_lucene_search/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 73: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 76: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_lucene_search/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 76: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 84: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 84: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 87: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 87: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 90: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 90: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 93: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 93: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 96: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 96: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 105: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 105: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 108: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 108: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 111: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 111: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 114: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 114: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 117: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 117: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 126: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 126: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 129: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 129: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 132: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 132: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 135: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 135: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 138: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 138: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 147: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 147: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 150: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 150: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 153: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 153: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 156: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 156: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 159: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 159: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 170: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_external-ids/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 170: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 173: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_external-ids/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 173: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 176: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_by_external-ids/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 176: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 185: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_attachment_info/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 185: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 188: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_attachment_info/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 188: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 191: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_attachment_info/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 191: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 199: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_attachment_info/request-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 199: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 202: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_attachment_info/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 202: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 205: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_attachment_info/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 205: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 208: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_attachment_info/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 208: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 250: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_project/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 250: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 253: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_project/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 253: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 262: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_attachment/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 262: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 265: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_attachment/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 265: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 274: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 274: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 277: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 277: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 280: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 280: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 283: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 283: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 293: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 293: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 296: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 296: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 299: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 299: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 302: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 302: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 310: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 310: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 313: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 313: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 316: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 316: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 319: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 319: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 322: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 322: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 332: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases_transitive/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 332: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 335: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases_transitive/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 335: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 338: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases_transitive/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 338: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 341: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases_transitive/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 341: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 351: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases_ecc_information/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 351: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 354: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases_ecc_information/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 354: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 357: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases_ecc_information/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 357: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 360: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_releases_ecc_information/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 360: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 369: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_project/request-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 369: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 372: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_project/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 372: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 375: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_project/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 375: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 383: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_duplicate_project/request-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 383: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 386: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_duplicate_project/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 386: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 389: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_duplicate_project/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 389: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 398: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project/request-fields.adoc [INFO] asciidoctor: ERROR: projects.adoc: line 401: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 401: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 404: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 404: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 407: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 407: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 415: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_project/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 415: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 418: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_project/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 418: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 429: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_link_releases/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 429: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 432: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_link_releases/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 432: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 438: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_link_releases_with_project_release_relation/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 438: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 441: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_link_releases_with_project_release_relation/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 441: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 452: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_patch_releases/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 452: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 455: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_patch_releases/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 455: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 461: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_patch_releases_with_project_release_relation/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 461: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 464: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_patch_releases_with_project_release_relation/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 464: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 472: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_release_relationship/request-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 472: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 475: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_release_relationship/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 475: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 478: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_release_relationship/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 478: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 481: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_release_relationship/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 481: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 489: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_download_license_info/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 489: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 492: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_download_license_info/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 492: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 495: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_download_license_info/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 495: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 503: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_project/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 503: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 506: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_project/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 506: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 509: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_project/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 509: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 517: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachment_usage_for_project/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 517: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 520: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachment_usage_for_project/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 520: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 523: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_attachment_usage_for_project/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 523: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 531: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 531: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 534: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 534: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 537: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 537: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 540: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 540: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 543: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 543: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 551: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities_by_externalid/request-parameters.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 551: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 554: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities_by_externalid/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 554: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 557: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities_by_externalid/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 557: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 560: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities_by_externalid/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 560: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 563: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities_by_externalid/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 563: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 571: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_vulnerabilities/response-fields.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 571: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 574: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_vulnerabilities/curl-request.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 574: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 577: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_vulnerabilities/http-response.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 577: unknown name for block macro: [INFO] asciidoctor: ERROR: projects.adoc: line 580: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_project_vulnerabilities/links.adoc [INFO] asciidoctor: DEBUG: projects.adoc: line 580: unknown name for block macro: [INFO] Converted /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/docs/asciidoc/projects.adoc [INFO] asciidoctor: ERROR: releases.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases/links.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 42: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_all_details/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 42: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 45: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_all_details/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 45: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 48: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_all_details/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 48: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 51: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_all_details/links.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 51: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 60: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_with_fields/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 60: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 63: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_with_fields/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 63: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 66: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_with_fields/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 66: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 69: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_with_fields/links.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 69: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 79: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_name/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 79: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 82: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_name/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 82: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 85: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_name/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 85: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 88: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_name/links.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 88: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 99: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_external-ids/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 99: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 102: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_external-ids/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 102: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 105: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_external-ids/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 105: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 113: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_sha1/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 113: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 116: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_sha1/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 116: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 119: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_sha1/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 119: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 122: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_releases_by_sha1/links.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 122: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 132: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_attachment_info/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 132: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 135: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_attachment_info/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 135: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 138: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_attachment_info/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 138: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 147: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_release_attachment_info/request-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 147: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 150: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_release_attachment_info/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 150: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 153: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_release_attachment_info/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 153: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 156: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_release_attachment_info/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 156: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 198: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_release/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 198: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 201: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_release/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 201: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 210: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_attachment/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 210: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 213: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release_attachment/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 213: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 227: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_release_attachment/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 227: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 230: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_release_attachment/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 230: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 247: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_trigger_fossology_process/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 247: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 250: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_trigger_fossology_process/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 250: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 253: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_trigger_fossology_process/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 253: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 261: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_check_fossology_process_status/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 261: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 264: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_check_fossology_process_status/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 264: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 267: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_check_fossology_process_status/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 267: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 275: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 275: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 278: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 278: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 281: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 281: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 284: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_release/links.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 284: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 293: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_release/request-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 293: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 296: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_release/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 296: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 299: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_release/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 299: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 308: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_release/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 308: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 311: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_release/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 311: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 314: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_release/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 314: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 317: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_release/links.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 317: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 326: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_releases/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 326: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 329: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_releases/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 329: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 332: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_releases/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 332: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 344: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_link_releases_to_release/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 344: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 347: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_link_releases_to_release/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 347: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 356: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_release/response-fields.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 356: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 359: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_release/curl-request.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 359: unknown name for block macro: [INFO] asciidoctor: ERROR: releases.adoc: line 362: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_release/http-response.adoc [INFO] asciidoctor: DEBUG: releases.adoc: line 362: unknown name for block macro: [INFO] Converted /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/docs/asciidoc/releases.adoc [INFO] asciidoctor: ERROR: search.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_searchresult/request-parameters.adoc [INFO] asciidoctor: DEBUG: search.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: search.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_searchresult/response-fields.adoc [INFO] asciidoctor: DEBUG: search.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: search.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_searchresult/curl-request.adoc [INFO] asciidoctor: DEBUG: search.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: search.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_searchresult/http-response.adoc [INFO] asciidoctor: DEBUG: search.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: search.adoc: line 35: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_searchresult/links.adoc [INFO] asciidoctor: DEBUG: search.adoc: line 35: unknown name for block macro: [INFO] Converted /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/docs/asciidoc/search.adoc [INFO] asciidoctor: ERROR: users.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_users/response-fields.adoc [INFO] asciidoctor: DEBUG: users.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: users.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_users/curl-request.adoc [INFO] asciidoctor: DEBUG: users.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: users.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_users/http-response.adoc [INFO] asciidoctor: DEBUG: users.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: users.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_users/links.adoc [INFO] asciidoctor: DEBUG: users.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: users.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_user/response-fields.adoc [INFO] asciidoctor: DEBUG: users.adoc: line 41: unknown name for block macro: [INFO] asciidoctor: ERROR: users.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_user/curl-request.adoc [INFO] asciidoctor: DEBUG: users.adoc: line 44: unknown name for block macro: [INFO] asciidoctor: ERROR: users.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_user/http-response.adoc [INFO] asciidoctor: DEBUG: users.adoc: line 47: unknown name for block macro: [INFO] asciidoctor: ERROR: users.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_user/links.adoc [INFO] asciidoctor: DEBUG: users.adoc: line 50: unknown name for block macro: [INFO] Converted /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/docs/asciidoc/users.adoc [INFO] asciidoctor: ERROR: vendors.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vendors/response-fields.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vendors/curl-request.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vendors/http-response.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vendors/links.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vendor/response-fields.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 41: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vendor/curl-request.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 44: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vendor/http-response.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 47: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vendor/links.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 50: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 59: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_vendor/request-fields.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 59: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 62: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_vendor/curl-request.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 62: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 65: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_vendor/http-response.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 65: unknown name for block macro: [INFO] asciidoctor: ERROR: vendors.adoc: line 68: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_vendor/links.adoc [INFO] asciidoctor: DEBUG: vendors.adoc: line 68: unknown name for block macro: [INFO] Converted /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/docs/asciidoc/vendors.adoc [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vulnerabilities/response-fields.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 23: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vulnerabilities/curl-request.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 26: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vulnerabilities/http-response.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 29: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vulnerabilities/links.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 32: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vulnerability/response-fields.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 41: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vulnerability/curl-request.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 44: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vulnerability/http-response.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 47: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_get_vulnerability/links.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 50: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 59: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_vulnerability/request-fields.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 59: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 62: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_vulnerability/response-fields.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 62: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 65: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_vulnerability/curl-request.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 65: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 68: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_vulnerability/http-response.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 68: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 77: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_vulnerability/request-fields.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 77: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 80: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_vulnerability/response-fields.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 80: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 83: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_vulnerability/curl-request.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 83: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 86: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_update_vulnerability/http-response.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 86: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 95: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_vulnerability/curl-request.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 95: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 98: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_vulnerability/http-response.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 98: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 107: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_release_vulnerability_relation/request-fields.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 107: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 110: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_release_vulnerability_relation/response-fields.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 110: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 113: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_release_vulnerability_relation/curl-request.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 113: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 116: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_create_release_vulnerability_relation/http-response.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 116: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 125: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_release_vulnerability_relation/curl-request.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 125: unknown name for block macro: [INFO] asciidoctor: ERROR: vulnerabilities.adoc: line 128: include file not found: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/generated-snippets/should_document_delete_release_vulnerability_relation/http-response.adoc [INFO] asciidoctor: DEBUG: vulnerabilities.adoc: line 128: unknown name for block macro: [INFO] Converted /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/docs/asciidoc/vulnerabilities.adoc [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-resources) @ resource-server --- [INFO] Copying 21 resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-resources2) @ resource-server --- [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/../../frontend/sw360-portlet/target/mkdocs/generate-mkdocs [INFO] [INFO] --- maven-war-plugin:3.3.2:war (default-war) @ resource-server --- [INFO] Packaging webapp [INFO] Assembling webapp [resource-server] in [/home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/resource] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/resource.war [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ resource-server --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ resource-server --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ resource-server --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/target/resource.war to /home/jenkins/.m2/repository/org/eclipse/sw360/resource-server/16.0.0-92/resource-server-16.0.0-92.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/rest/resource-server/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/resource-server/16.0.0-92/resource-server-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ resource-server --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/resource-server/16.0.0-92/resource-server-16.0.0-92.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/resource-server/16.0.0-92/resource-server-16.0.0-92.war (53 MB at 18 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/resource-server/16.0.0-92/resource-server-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/resource-server/16.0.0-92/resource-server-16.0.0-92.pom (6.2 kB at 73 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/resource-server/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/resource-server/maven-metadata.xml (1.2 kB at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/resource-server/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/resource-server/maven-metadata.xml (1.2 kB at 12 kB/s) [INFO] [INFO] ---------------------< org.eclipse.sw360:clients >---------------------- [INFO] Building clients 16.0.0-92 [49/51] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ clients --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ clients --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ clients --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/clients' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/clients [INFO] Storing buildNumber: e12a467 at timestamp: 1666419002707 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/clients' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/clients [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ clients --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/clients/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/clients/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ clients --- [INFO] Generating flattened POM of project org.eclipse.sw360:clients:pom:16.0.0-92... [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ clients --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ clients --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/clients/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/clients/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/clients/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/clients/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/clients/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/clients/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ clients --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ clients --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/clients/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/clients/16.0.0-92/clients-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ clients --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/clients/16.0.0-92/clients-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/clients/16.0.0-92/clients-16.0.0-92.pom (865 B at 6.2 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/clients/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/clients/maven-metadata.xml (1.2 kB at 6.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/clients/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/clients/maven-metadata.xml (1.2 kB at 8.5 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:http-support >------------------- [INFO] Building http-support 16.0.0-92 [50/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.pom (15 kB at 89 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom (27 kB at 328 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.jar (302 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/4.3.1/okhttp-4.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/4.3.1/okhttp-4.3.1.pom (3.1 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/2.4.1/okio-2.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/2.4.1/okio-2.4.1.pom (1.8 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.3.50/kotlin-stdlib-1.3.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.3.50/kotlin-stdlib-1.3.50.pom (1.8 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.50/kotlin-stdlib-common-1.3.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.50/kotlin-stdlib-common-1.3.50.pom (1.6 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.pom (1.8 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.61/kotlin-stdlib-common-1.3.61.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.61/kotlin-stdlib-common-1.3.61.pom (1.6 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.pom (20 kB at 467 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.pom (6.0 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.9.10/byte-buddy-parent-1.9.10.pom (36 kB at 365 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.pom (2.8 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom (17 kB at 254 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/tomakehurst/wiremock-jre8/2.26.0/wiremock-jre8-2.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/tomakehurst/wiremock-jre8/2.26.0/wiremock-jre8-2.26.0.pom (7.1 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.20.v20190813/jetty-server-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.20.v20190813/jetty-server-9.4.20.v20190813.pom (2.6 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/9.4.20.v20190813/jetty-project-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-project/9.4.20.v20190813/jetty-project-9.4.20.v20190813.pom (74 kB at 837 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.pom (14 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.20.v20190813/jetty-http-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.20.v20190813/jetty-http-9.4.20.v20190813.pom (4.2 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.20.v20190813/jetty-util-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.20.v20190813/jetty-util-9.4.20.v20190813.pom (4.2 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.20.v20190813/jetty-io-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.20.v20190813/jetty-io-9.4.20.v20190813.pom (1.3 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.20.v20190813/jetty-servlet-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.20.v20190813/jetty-servlet-9.4.20.v20190813.pom (2.3 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.20.v20190813/jetty-security-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.20.v20190813/jetty-security-9.4.20.v20190813.pom (1.6 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlets/9.4.20.v20190813/jetty-servlets-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlets/9.4.20.v20190813/jetty-servlets-9.4.20.v20190813.pom (2.9 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/9.4.20.v20190813/jetty-continuation-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/9.4.20.v20190813/jetty-continuation-9.4.20.v20190813.pom (1.2 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/9.4.20.v20190813/jetty-webapp-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/9.4.20.v20190813/jetty-webapp-9.4.20.v20190813.pom (3.2 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/9.4.20.v20190813/jetty-xml-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/9.4.20.v20190813/jetty-xml-9.4.20.v20190813.pom (1.9 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom (6.6 kB at 443 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom (15 kB at 272 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.6.2/xmlunit-core-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.6.2/xmlunit-core-2.6.2.pom (2.7 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-parent/2.6.2/xmlunit-parent-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-parent/2.6.2/xmlunit-parent-2.6.2.pom (18 kB at 227 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.pom (23 kB at 676 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.0/jaxb-api-parent-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.0/jaxb-api-parent-2.3.0.pom (5.6 kB at 209 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-legacy/2.6.2/xmlunit-legacy-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-legacy/2.6.2/xmlunit-legacy-2.6.2.pom (3.1 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-placeholders/2.6.2/xmlunit-placeholders-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-placeholders/2.6.2/xmlunit-placeholders-2.6.2.pom (1.6 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.pom (2.6 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.3/json-smart-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.3/json-smart-2.3.pom (9.0 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/minidev-parent/2.3/minidev-parent-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/minidev-parent/2.3/minidev-parent-2.3.pom (8.5 kB at 314 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/1.2/accessors-smart-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/1.2/accessors-smart-1.2.pom (12 kB at 322 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.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 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.pom (14 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars/4.1.2/handlebars-4.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars/4.1.2/handlebars-4.1.2.pom (10 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars.java/4.1.2/handlebars.java-4.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars.java/4.1.2/handlebars.java-4.1.2.pom (13 kB at 309 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars-helpers/4.1.2/handlebars-helpers-4.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars-helpers/4.1.2/handlebars-helpers-4.1.2.pom (2.1 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/flipkart/zjsonpatch/zjsonpatch/0.4.4/zjsonpatch-0.4.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/flipkart/zjsonpatch/zjsonpatch/0.4.4/zjsonpatch-0.4.4.pom (5.8 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.pom (16 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/9.4.20.v20190813/http2-server-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/9.4.20.v20190813/http2-server-9.4.20.v20190813.pom (2.5 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-parent/9.4.20.v20190813/http2-parent-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-parent/9.4.20.v20190813/http2-parent-9.4.20.v20190813.pom (1.0 kB at 9.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/9.4.20.v20190813/http2-common-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/9.4.20.v20190813/http2-common-9.4.20.v20190813.pom (1.2 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-hpack/9.4.20.v20190813/http2-hpack-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-hpack/9.4.20.v20190813/http2-hpack-9.4.20.v20190813.pom (2.4 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/9.4.20.v20190813/jetty-alpn-server-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/9.4.20.v20190813/jetty-alpn-server-9.4.20.v20190813.pom (2.9 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-parent/9.4.20.v20190813/jetty-alpn-parent-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-parent/9.4.20.v20190813/jetty-alpn-parent-9.4.20.v20190813.pom (1.1 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-conscrypt-server/9.4.20.v20190813/jetty-alpn-conscrypt-server-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-conscrypt-server/9.4.20.v20190813/jetty-alpn-conscrypt-server-9.4.20.v20190813.pom (3.0 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/conscrypt/conscrypt-openjdk-uber/2.1.0/conscrypt-openjdk-uber-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/conscrypt/conscrypt-openjdk-uber/2.1.0/conscrypt-openjdk-uber-2.1.0.pom (1.3 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-conscrypt-client/9.4.20.v20190813/jetty-alpn-conscrypt-client-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-conscrypt-client/9.4.20.v20190813/jetty-alpn-conscrypt-client-9.4.20.v20190813.pom (2.1 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/9.4.20.v20190813/jetty-alpn-client-9.4.20.v20190813.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/9.4.20.v20190813/jetty-alpn-client-9.4.20.v20190813.pom (2.3 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/javacrumbs/json-unit/json-unit-core/2.12.0/json-unit-core-2.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/javacrumbs/json-unit/json-unit-core/2.12.0/json-unit-core-2.12.0.pom (4.4 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/javacrumbs/json-unit/json-unit-parent/2.12.0/json-unit-parent-2.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/javacrumbs/json-unit/json-unit-parent/2.12.0/json-unit-parent-2.12.0.pom (8.2 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.1/hamcrest-core-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.1/hamcrest-core-2.1.pom (1.4 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.1/hamcrest-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.1/hamcrest-2.1.pom (1.1 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nl/jqno/equalsverifier/equalsverifier/3.1.12/equalsverifier-3.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nl/jqno/equalsverifier/equalsverifier/3.1.12/equalsverifier-3.1.12.pom (20 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.pom (1.0 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/4.3.1/okhttp-4.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.50/kotlin-stdlib-common-1.3.50.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/2.4.1/okio-2.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/4.3.1/okhttp-4.3.1.jar (752 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.3.50/kotlin-stdlib-common-1.3.50.jar (171 kB at 424 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.jar (43 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/tomakehurst/wiremock-jre8/2.26.0/wiremock-jre8-2.26.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/2.4.1/okio-2.4.1.jar (241 kB at 589 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.20.v20190813/jetty-server-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.jar (591 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.6/objenesis-2.6.jar (56 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.20.v20190813/jetty-http-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar (96 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.20.v20190813/jetty-io-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.jar (1.3 MB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.20.v20190813/jetty-servlet-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-http/9.4.20.v20190813/jetty-http-9.4.20.v20190813.jar (208 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.20.v20190813/jetty-security-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-server/9.4.20.v20190813/jetty-server-9.4.20.v20190813.jar (657 kB at 932 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlets/9.4.20.v20190813/jetty-servlets-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-io/9.4.20.v20190813/jetty-io-9.4.20.v20190813.jar (156 kB at 215 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/9.4.20.v20190813/jetty-continuation-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlet/9.4.20.v20190813/jetty-servlet-9.4.20.v20190813.jar (128 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.20.v20190813/jetty-util-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-servlets/9.4.20.v20190813/jetty-servlets-9.4.20.v20190813.jar (101 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/9.4.20.v20190813/jetty-webapp-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-security/9.4.20.v20190813/jetty-security-9.4.20.v20190813.jar (117 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/9.4.20.v20190813/jetty-xml-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-continuation/9.4.20.v20190813/jetty-continuation-9.4.20.v20190813.jar (25 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-xml/9.4.20.v20190813/jetty-xml-9.4.20.v20190813.jar (62 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.6.2/xmlunit-core-2.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-webapp/9.4.20.v20190813/jetty-webapp-9.4.20.v20190813.jar (138 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-util/9.4.20.v20190813/jetty-util-9.4.20.v20190813.jar (539 kB at 597 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-legacy/2.6.2/xmlunit-legacy-2.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar (126 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-placeholders/2.6.2/xmlunit-placeholders-2.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/tomakehurst/wiremock-jre8/2.26.0/wiremock-jre8-2.26.0.jar (3.2 MB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-legacy/2.6.2/xmlunit-legacy-2.6.2.jar (128 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.3/json-smart-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-placeholders/2.6.2/xmlunit-placeholders-2.6.2.jar (9.1 kB at 8.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlunit/xmlunit-core/2.6.2/xmlunit-core-2.6.2.jar (168 kB at 150 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/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.jar (223 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.3/json-smart-2.3.jar (120 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars/4.1.2/handlebars-4.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar (767 kB at 637 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars-helpers/4.1.2/handlebars-helpers-4.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar (30 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/flipkart/zjsonpatch/zjsonpatch/0.4.4/zjsonpatch-0.4.4.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 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars-helpers/4.1.2/handlebars-helpers-4.1.2.jar (12 kB at 9.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/9.4.20.v20190813/http2-server-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar (78 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/9.4.20.v20190813/http2-common-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jknack/handlebars/4.1.2/handlebars-4.1.2.jar (926 kB at 702 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-hpack/9.4.20.v20190813/http2-hpack-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/flipkart/zjsonpatch/zjsonpatch/0.4.4/zjsonpatch-0.4.4.jar (30 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/9.4.20.v20190813/jetty-alpn-server-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-fileupload/commons-fileupload/1.4/commons-fileupload-1.4.jar (72 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-conscrypt-server/9.4.20.v20190813/jetty-alpn-conscrypt-server-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-server/9.4.20.v20190813/http2-server-9.4.20.v20190813.jar (59 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/conscrypt/conscrypt-openjdk-uber/2.1.0/conscrypt-openjdk-uber-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-hpack/9.4.20.v20190813/http2-hpack-9.4.20.v20190813.jar (50 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-conscrypt-client/9.4.20.v20190813/jetty-alpn-conscrypt-client-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-conscrypt-server/9.4.20.v20190813/jetty-alpn-conscrypt-server-9.4.20.v20190813.jar (17 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/9.4.20.v20190813/jetty-alpn-client-9.4.20.v20190813.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-server/9.4.20.v20190813/jetty-alpn-server-9.4.20.v20190813.jar (18 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/javacrumbs/json-unit/json-unit-core/2.12.0/json-unit-core-2.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/http2/http2-common/9.4.20.v20190813/http2-common-9.4.20.v20190813.jar (186 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-conscrypt-client/9.4.20.v20190813/jetty-alpn-conscrypt-client-9.4.20.v20190813.jar (17 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.1/hamcrest-core-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-alpn-client/9.4.20.v20190813/jetty-alpn-client-9.4.20.v20190813.jar (17 kB at 9.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.1/hamcrest-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 4.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nl/jqno/equalsverifier/equalsverifier/3.1.12/equalsverifier-3.1.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/2.1/hamcrest-core-2.1.jar (1.2 kB at 646 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest/2.1/hamcrest-2.1.jar (123 kB at 68 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/javacrumbs/json-unit/json-unit-core/2.12.0/json-unit-core-2.12.0.jar (128 kB at 71 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.jar (15 kB at 8.3 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/conscrypt/conscrypt-openjdk-uber/2.1.0/conscrypt-openjdk-uber-2.1.0.jar (4.4 MB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nl/jqno/equalsverifier/equalsverifier/3.1.12/equalsverifier-3.1.12.jar (2.9 MB at 1.3 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ http-support --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ http-support --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ http-support --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/clients/http-support' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/clients/http-support [INFO] Storing buildNumber: e12a467 at timestamp: 1666419011545 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/clients/http-support' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/clients/http-support [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ http-support --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/clients/http-support/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/clients/http-support/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ http-support --- [INFO] Copying 0 resource [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ http-support --- [INFO] Generating flattened POM of project org.eclipse.sw360:http-support:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ http-support --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/sw360.deploy/clients/http-support/target/classes [INFO] /home/jenkins/agent/workspace/sw360.deploy/clients/http-support/src/main/java/org/eclipse/sw360/http/RequestBodyBuilderImpl.java: /home/jenkins/agent/workspace/sw360.deploy/clients/http-support/src/main/java/org/eclipse/sw360/http/RequestBodyBuilderImpl.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/sw360.deploy/clients/http-support/src/main/java/org/eclipse/sw360/http/RequestBodyBuilderImpl.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ http-support --- [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ http-support --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/sw360.deploy/clients/http-support/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ http-support --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ http-support --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ http-support --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/clients/http-support/target/http-support-16.0.0-92.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-tests) @ http-support --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.pom (13 kB at 712 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.pom (5.1 kB at 49 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.pom (3.6 kB at 189 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.pom (3.8 kB at 167 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.pom (8.0 kB at 72 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom (2.2 kB at 12 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 90 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom (11 kB at 327 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom [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 95 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom [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 92 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 386 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.jar (14 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.jar (14 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.jar (343 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar (36 kB at 167 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/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.jar (317 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar (128 kB at 566 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.jar (804 kB at 2.8 MB/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.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 266 kB/s) [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 169 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 1.0 MB/s) [INFO] Tests are skipped. [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ http-support --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/clients/http-support/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/clients/http-support/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/clients/http-support/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/clients/http-support/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/clients/http-support/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/clients/http-support/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ http-support --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/clients/http-support/target/http-support-16.0.0-92.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/clients/http-support/target/http-support-16.0.0-92.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (integration-tests) @ http-support --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ http-support --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/clients/http-support/target/http-support-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/http-support/16.0.0-92/http-support-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/clients/http-support/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/http-support/16.0.0-92/http-support-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ http-support --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/http-support/16.0.0-92/http-support-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/http-support/16.0.0-92/http-support-16.0.0-92.jar (34 kB at 383 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/http-support/16.0.0-92/http-support-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/http-support/16.0.0-92/http-support-16.0.0-92.pom (1.8 kB at 25 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/http-support/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/http-support/maven-metadata.xml (1.2 kB at 13 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/http-support/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/http-support/maven-metadata.xml (1.2 kB at 12 kB/s) [INFO] [INFO] ----------------------< org.eclipse.sw360:client >---------------------- [INFO] Building client 16.0.0-92 [51/51] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/package-url/packageurl-java/1.1.1/packageurl-java-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/package-url/packageurl-java/1.1.1/packageurl-java-1.1.1.pom (11 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.10.18/byte-buddy-1.10.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.10.18/byte-buddy-1.10.18.pom (11 kB at 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.10.18/byte-buddy-parent-1.10.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.10.18/byte-buddy-parent-1.10.18.pom (40 kB at 809 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.pom (2.9 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.1/asm-util-7.1.pom (3.6 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom (3.1 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom (3.2 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom (3.7 kB at 229 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/package-url/packageurl-java/1.1.1/packageurl-java-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.10.18/byte-buddy-1.10.18.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/7.1/asm-util-7.1.jar (82 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar (50 kB at 565 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.1/asm-7.1.jar (115 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/package-url/packageurl-java/1.1.1/packageurl-java-1.1.1.jar (13 kB at 119 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar (70 kB at 623 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar (33 kB at 274 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.10.18/byte-buddy-1.10.18.jar (3.5 MB at 15 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ client --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ client --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ client --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/clients/client' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/clients/client [INFO] Storing buildNumber: e12a467 at timestamp: 1666419020145 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy/clients/client' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy/clients/client [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ client --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy/clients/client/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy/clients/client/target/home -Xms128m -Xmx256m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy/clients/client/src/main/resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ client --- [INFO] Generating flattened POM of project org.eclipse.sw360:client:jar:16.0.0-92... [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 97 source files to /home/jenkins/agent/workspace/sw360.deploy/clients/client/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ client --- [INFO] Copying 25 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/sw360.deploy/clients/client/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M7:test (default-test) @ client --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:report (report) @ client --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ client --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy/clients/client/target/client-16.0.0-92.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:integration-test (integration-tests) @ client --- [INFO] Tests are skipped. [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ client --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy/clients/client/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy/clients/client/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy/clients/client/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy/clients/client/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy/clients/client/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy/clients/client/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ client --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy/clients/client/target/client-16.0.0-92.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy/clients/client/target/client-16.0.0-92.jar [INFO] [INFO] --- maven-failsafe-plugin:3.0.0-M4:verify (integration-tests) @ client --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ client --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/clients/client/target/client-16.0.0-92.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/client/16.0.0-92/client-16.0.0-92.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy/clients/client/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/client/16.0.0-92/client-16.0.0-92.pom [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ client --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/client/16.0.0-92/client-16.0.0-92.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/client/16.0.0-92/client-16.0.0-92.jar (190 kB at 2.4 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/client/16.0.0-92/client-16.0.0-92.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/client/16.0.0-92/client-16.0.0-92.pom (2.2 kB at 25 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/client/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/client/maven-metadata.xml (1.1 kB at 7.2 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/client/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/client/maven-metadata.xml (1.2 kB at 10 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for sw360 16.0.0-92: [INFO] [INFO] sw360 .............................................. SUCCESS [ 51.072 s] [INFO] libraries .......................................... SUCCESS [ 0.834 s] [INFO] datahandler ........................................ SUCCESS [04:30 min] [INFO] commonIO ........................................... SUCCESS [ 4.191 s] [INFO] exporters .......................................... SUCCESS [ 41.833 s] [INFO] backend ............................................ SUCCESS [ 1.130 s] [INFO] src-common ......................................... SUCCESS [ 20.913 s] [INFO] backend-src ........................................ SUCCESS [ 13.360 s] [INFO] src-attachments .................................... SUCCESS [ 6.627 s] [INFO] src-components ..................................... SUCCESS [ 6.789 s] [INFO] src-vendors ........................................ SUCCESS [ 5.206 s] [INFO] importers .......................................... SUCCESS [ 7.782 s] [INFO] log4j-osgi-support ................................. SUCCESS [ 32.736 s] [INFO] src-licenses ....................................... SUCCESS [ 12.457 s] [INFO] src-users .......................................... SUCCESS [ 5.261 s] [INFO] src-search ......................................... SUCCESS [ 5.638 s] [INFO] src-projects ....................................... SUCCESS [ 5.611 s] [INFO] src-moderation ..................................... SUCCESS [ 6.469 s] [INFO] src-fossology ...................................... SUCCESS [ 9.112 s] [INFO] src-vulnerabilities ................................ SUCCESS [ 4.305 s] [INFO] src-licenseinfo .................................... SUCCESS [ 11.293 s] [INFO] src-cvesearch ...................................... SUCCESS [ 7.337 s] [INFO] src-schedule ....................................... SUCCESS [ 2.936 s] [INFO] src-wsimport ....................................... SUCCESS [ 4.947 s] [INFO] src-changelogs ..................................... SUCCESS [ 3.447 s] [INFO] src-health ......................................... SUCCESS [ 4.765 s] [INFO] svc-common ......................................... SUCCESS [ 9.197 s] [INFO] backend-svc ........................................ SUCCESS [ 1.065 s] [INFO] svc-licenses ....................................... SUCCESS [ 22.290 s] [INFO] svc-users .......................................... SUCCESS [ 18.332 s] [INFO] svc-vendors ........................................ SUCCESS [ 14.592 s] [INFO] svc-search ......................................... SUCCESS [ 16.045 s] [INFO] svc-components ..................................... SUCCESS [ 16.557 s] [INFO] svc-projects ....................................... SUCCESS [ 15.544 s] [INFO] svc-attachments .................................... SUCCESS [ 16.747 s] [INFO] svc-moderation ..................................... SUCCESS [ 16.439 s] [INFO] svc-fossology ...................................... SUCCESS [ 17.559 s] [INFO] svc-vulnerabilities ................................ SUCCESS [ 15.231 s] [INFO] svc-cvesearch ...................................... SUCCESS [ 16.367 s] [INFO] svc-licenseinfo .................................... SUCCESS [ 18.223 s] [INFO] svc-schedule ....................................... SUCCESS [ 16.147 s] [INFO] svc-wsimport ....................................... SUCCESS [ 13.274 s] [INFO] svc-changelogs ..................................... SUCCESS [ 13.703 s] [INFO] svc-health ......................................... SUCCESS [ 13.892 s] [INFO] rest ............................................... SUCCESS [ 0.524 s] [INFO] rest-common ........................................ SUCCESS [ 8.342 s] [INFO] authorization-server ............................... SUCCESS [ 31.347 s] [INFO] resource-server .................................... SUCCESS [01:57 min] [INFO] clients ............................................ SUCCESS [ 0.589 s] [INFO] http-support ....................................... SUCCESS [ 15.830 s] [INFO] client ............................................. SUCCESS [ 9.913 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17:43 min [INFO] Finished at: 2022-10-22T06:10:29Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS