Started by user Lars Geyer-Blaumeiser Running as Lars Geyer-Blaumeiser Obtained jenkins.eclipse/Jenkinsfile from git https://github.com/eclipse/sw360.git Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task Waiting for next available executor Created Pod: sw360/sw360-agent-pod-mhgvf-nfq8g [Normal][sw360/sw360-agent-pod-mhgvf-nfq8g][Scheduled] Successfully assigned sw360-agent-pod-mhgvf-nfq8g to osnode-20.eclipse.org [Normal][sw360/sw360-agent-pod-mhgvf-nfq8g][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "m2-repo" [Normal][sw360/sw360-agent-pod-mhgvf-nfq8g][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" [Normal][sw360/sw360-agent-pod-mhgvf-nfq8g][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-xml" [Normal][sw360/sw360-agent-pod-mhgvf-nfq8g][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-6szv2" [Normal][sw360/sw360-agent-pod-mhgvf-nfq8g][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "settings-security-xml" [Normal][sw360/sw360-agent-pod-mhgvf-nfq8g][Pulled] Container image "eclipse/sw360buildenv:2" already present on machine [Normal][sw360/sw360-agent-pod-mhgvf-nfq8g][Created] Created container [Normal][sw360/sw360-agent-pod-mhgvf-nfq8g][Started] Started container [Normal][sw360/sw360-agent-pod-mhgvf-nfq8g][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5" already present on machine [Normal][sw360/sw360-agent-pod-mhgvf-nfq8g][Created] Created container [Normal][sw360/sw360-agent-pod-mhgvf-nfq8g][Started] Started container Agent sw360-agent-pod-mhgvf-nfq8g is provisioned from template sw360-agent-pod-mhgvf --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.sw360.svc.cluster.local/sw360/job/sw360.deploy.tag/3/" runUrl: "job/sw360.deploy.tag/3/" labels: jenkins: "slave" jenkins/label: "sw360-agent-pod" name: "sw360-agent-pod-mhgvf-nfq8g" 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-mhgvf-nfq8g" - name: "JENKINS_NAME" value: "sw360-agent-pod-mhgvf-nfq8g" - 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.5" name: "jnlp" resources: requests: cpu: "100m" memory: "256Mi" volumeMounts: - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - 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-mhgvf-nfq8g in /home/jenkins/agent/workspace/sw360.deploy.tag [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Honoring refspec on initial clone Cloning repository https://github.com/eclipse/sw360.git > git init /home/jenkins/agent/workspace/sw360.deploy.tag # 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/tags/*:refs/remotes/tags/* # timeout=10 Avoid second fetch Checking out Revision fc6652cd06593eba524e0424161f90dc6c700a7a (refs/tags/sw360-13.1.0-M1) > git config remote.origin.url https://github.com/eclipse/sw360.git # timeout=10 > git config --add remote.origin.fetch +refs/tags/*:refs/remotes/tags/* # timeout=10 > git rev-parse refs/remotes/origin/refs/tags/sw360-13.1.0-M1^{commit} # timeout=10 > git rev-parse refs/tags/sw360-13.1.0-M1^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fc6652cd06593eba524e0424161f90dc6c700a7a # timeout=10 Commit message: "Merge pull request #1147 from eclipse/mcj/chore/tag13.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] sh + git rev-list --tags --no-walk --max-count=1 + git rev-list fc6652cd06593eba524e0424161f90dc6c700a7a..HEAD --count + printf 0 [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=1.0-m1 [INFO] Scanning for projects... [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.pom (11 kB at 28 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/felix-parent/6/felix-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 72 kB/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 91 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.3 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.pom (2.1 kB at 11 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 15 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 42 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 26 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 49 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 81 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 1.6 kB/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 44 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 2.9 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.1 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 65 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 121 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 194 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 128 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 33 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 30 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 111 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 64 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 140 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 220 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 55 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 151 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 48 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 12 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 5.9 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 7.7 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 29 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 5.5 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 20 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 172 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 63 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 74 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 365 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 54 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 49 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 22 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 5.5 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 16 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 24 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 13 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 286 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 64 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 14 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 28 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 79 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 667 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 5.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 5.9 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 11 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 257 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 9.9 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 8.5 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 618 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 44 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 39 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 15 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 116 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 156 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 34 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 3.2 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 564 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 28 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 46 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 33 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 10 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 228 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 17 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 1.2 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 12 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 3.7 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 8.7 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 50 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 1.1 MB/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 10 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 2.2 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 406 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 78 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 78 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 9.6 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 175 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 386 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 140 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom (4.3 kB at 45 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 113 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 946 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/14/apache-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 524 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 34 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 100 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 831 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 53 kB/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 39 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 130 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 180 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 375 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 51 kB/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 3.8 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 24 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 45 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 9.8 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 287 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 4.4 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 180 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 30 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 16 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 56 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 317 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 136 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 32 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 24 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 21 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 46 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 64 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 6.1 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 68 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 59 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 51 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 44 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 96 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 49 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 1.8 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 18 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.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 36 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 15 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 8.4 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 20 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 64 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 404 kB/s) [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 8.6 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 7.4 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 148 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 4.4 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 98 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5.0 kB at 22 kB/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 36 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom (4.1 kB at 55 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 32 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 1.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 33 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom (2.7 kB at 72 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 30 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 1.0 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 602 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 2.3 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 559 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 68 kB/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 32 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 402 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 4.3 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 702 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 45 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 162 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 23 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 12 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 27 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 93 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 92 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 88 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 410 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 33 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 37 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 35 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 270 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 351 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 17 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 47 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 24 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-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 11 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 44 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 80 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 20 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 17 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 989 B/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 402 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 5.9 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 165 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 43 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 187 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 4.1 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 55 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 172 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 2.2 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 2.2 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 8.6 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 26 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 46 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 24 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.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/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/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/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/2.6/maven-archiver-2.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.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 repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.9/commons-compress-1.9.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/maven-project/2.2.0/maven-project-2.2.0.jar [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.jar [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.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.0/maven-plugin-registry-2.2.0.jar [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.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/junit/junit/3.8.1/junit-3.8.1.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/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/4.2.1/maven-bundle-plugin-4.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.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] 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 502 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 73 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/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar (475 kB at 815 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/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 90 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] 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 100 kB/s) [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/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 757 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/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 689 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-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 46 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/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 14 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-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 40 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 23 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-model/3.3.9/maven-model-3.3.9.jar (164 kB at 135 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] 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 45 kB/s) [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-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 33 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-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 121 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-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 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/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/biz/aQute/bnd/biz.aQute.bndlib/4.2.0/biz.aQute.bndlib-4.2.0.jar (3.1 MB at 2.1 MB/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/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 108 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 84 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-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 19 kB/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] 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 90 kB/s) [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] 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.4 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.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 26 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/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 115 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/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 1.2 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/org/apache/felix/maven-bundle-plugin/4.2.1/maven-bundle-plugin-4.2.1.jar (233 kB at 116 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/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 206 kB/s) [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/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/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 181 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/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 2.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/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/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 6.4 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-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 30 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/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar (290 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.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 1.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (170 kB at 71 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/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 kB at 8.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.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 4.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 23 kB/s) [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.jar [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.jar (156 kB at 60 kB/s) [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.jar [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.jar (35 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar [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.jar (65 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 119 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar (74 kB at 27 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.0/maven-plugin-registry-2.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 80 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/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 10 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/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 2.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar (143 kB at 49 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-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 16 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/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 78 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/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 16 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/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 3.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 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/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 2.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 14 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/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 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-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 108 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/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 56 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/oro/oro/2.0.8/oro-2.0.8.jar (65 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-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 7.4 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/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 151 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 5.8 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 40 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 4.8 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-parent/1.5.8.RELEASE/spring-boot-starter-parent-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-parent/1.5.8.RELEASE/spring-boot-starter-parent-1.5.8.RELEASE.pom (7.5 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-dependencies/1.5.8.RELEASE/spring-boot-dependencies-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-dependencies/1.5.8.RELEASE/spring-boot-dependencies-1.5.8.RELEASE.pom (102 kB at 929 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.8.10/jackson-bom-2.8.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.8.10/jackson-bom-2.8.10.pom (10 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.8/jackson-parent-2.8.pom (8.0 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/27/oss-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/27/oss-parent-27.pom (20 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.7/log4j-bom-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.7/log4j-bom-2.7.pom (5.4 kB at 4.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/4.3.12.RELEASE/spring-framework-bom-4.3.12.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/4.3.12.RELEASE/spring-framework-bom-4.3.12.RELEASE.pom (5.1 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-releasetrain/Ingalls-SR8/spring-data-releasetrain-Ingalls-SR8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-releasetrain/Ingalls-SR8/spring-data-releasetrain-Ingalls-SR8.pom (4.6 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/build/spring-data-build/1.9.8.RELEASE/spring-data-build-1.9.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/build/spring-data-build/1.9.8.RELEASE/spring-data-build-1.9.8.RELEASE.pom (6.4 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/integration/spring-integration-bom/4.3.12.RELEASE/spring-integration-bom-4.3.12.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/integration/spring-integration-bom/4.3.12.RELEASE/spring-integration-bom-4.3.12.RELEASE.pom (8.5 kB at 224 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-bom/4.2.3.RELEASE/spring-security-bom-4.2.3.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-bom/4.2.3.RELEASE/spring-security-bom-4.2.3.RELEASE.pom (4.3 kB at 128 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] sw360 [pom] [INFO] build-configuration [jar] [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 13.1.0-m1 [1/52] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.pom (4.4 kB at 42 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.4/org.jacoco.build-0.8.4.pom (39 kB at 242 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.4/jacoco-maven-plugin-0.8.4.jar (53 kB at 329 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 28 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 4.0 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 112 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 502 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 1.6 MB/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 592 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 1.4 MB/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 142 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 360 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 209 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 144 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 492 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.pom (2.6 kB at 96 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.5/maven-plugin-parent-1.1.5.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/maven-plugin-parent/1.1.5/maven-plugin-parent-1.1.5.pom (5.6 kB at 23 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-parent/1.0.4/cbi-parent-1.0.4.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-parent/1.0.4/cbi-parent-1.0.4.pom (12 kB at 39 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.jar [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.1.5/eclipse-jarsigner-plugin-1.1.5.jar (66 kB at 60 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 206 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 297 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 522 kB/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 81 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 252 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 48 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 146 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 5.3 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 302 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 120 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 53 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 14 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 334 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 218 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 3.7 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-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 35 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 78 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 29 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.6 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 641 B/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 83 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 19 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 27 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 12 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 89 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 79 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 49 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 49 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 63 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 254 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 359 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 58 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 11 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 9.9 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 377 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 26 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 169 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 155 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 237 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 45 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 75 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-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/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-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/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/apache/maven/maven-artifact/3.1.1/maven-artifact-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/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] 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 43 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/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 270 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] 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 210 kB/s) [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 523 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.1/maven-settings-builder-3.1.1.jar [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-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 106 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-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 386 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/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 1.1 MB/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-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 84 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] 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 36 kB/s) [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/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 291 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-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 48 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/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 100 kB/s) [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 226 kB/s) [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 256 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] 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] 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/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 55 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/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 514 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/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB 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.17/plexus-utils-3.0.17.jar [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.9 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 279 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 312 kB/s) [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 44 kB/s) [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 28 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/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 5.9 MB/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 16 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 53 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 27 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 116 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 13 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 21 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 6.9 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 13 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 59 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 22 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 27 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 28 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 407 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 11 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 36 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 394 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 2.5 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 21 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 39 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 26 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 23 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 2.3 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 37 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 2.1 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 81 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 35 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 23 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 93 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 241 kB/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 26 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 745 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 20 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 11 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 506 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 626 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 8.4 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 12 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 61 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 115 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 9.1 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 12 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 23 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 11 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 177 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 10 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 22 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 19 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 27 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 51 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 1.2 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 2.3 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 22 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 30 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 21 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-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/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/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/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/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-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/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.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/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-plugin-registry/2.2.1/maven-plugin-registry-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/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.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 760 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 505 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-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 178 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 338 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 137 kB/s) [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 435 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/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/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 539 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/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 24 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/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 489 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/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 61 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/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 29 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/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 42 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 32 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/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 64 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/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 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 85 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/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.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 27 kB/s) [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-monitor/2.2.1/maven-monitor-2.2.1.jar (10 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 68 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] 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 39 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/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar (107 kB at 184 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 429 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/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 15 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-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar (56 kB at 83 kB/s) [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/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar (11 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] 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 254 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-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar (34 kB at 45 kB/s) [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 102 kB/s) [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 87 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] 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] 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-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar (37 kB at 49 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-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar (30 kB at 38 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-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar (83 kB at 97 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-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar (68 kB at 78 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/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar (66 kB at 76 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/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar (71 kB at 81 kB/s) [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/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar (76 kB at 87 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] 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 62 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.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 9.5 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/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 3.4 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/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 565 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/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 131 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 4.9 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 3.8 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 2.9 kB/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 5.4 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/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 7.8 kB/s) [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 765 kB/s) [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 489 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] 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] 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/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar (71 kB at 43 kB/s) [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 2.2 MB/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 142 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 13 kB/s) [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 117 kB/s) [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy.tag' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag [INFO] Storing buildNumber: fc6652c at timestamp: 1616580156791 [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.tag' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ sw360 --- [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 26 kB/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 230 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 77 kB/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 203 kB/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 111 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 139 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 559 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 21 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 256 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 116 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 84 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 5.1 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 116 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 215 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 4.5 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 18 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 78 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 222 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 62 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 287 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 395 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.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 91 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 36 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 31 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 20 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 78 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 30 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 80 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 77 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 18 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 336 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 76 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 46 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 26 kB/s) [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 139 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 38 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.0 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 185 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 30 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 256 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 35 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 507 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 8.5 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 14 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 7.0 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/junit/junit/4.8.2/junit-4.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 12 kB/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 14 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 305 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 71 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 189 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 377 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (4.5 kB at 238 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.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/2.0.10/maven-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 kB at 276 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (2.2 kB at 77 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (3.3 kB at 167 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (1.4 kB at 18 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (2.1 kB at 95 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (2.7 kB at 71 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (2.3 kB at 53 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.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.10/maven-plugin-registry-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2.0 kB at 75 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.10/maven-plugin-api-2.0.10.pom (1.5 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.2/doxia-sink-api-1.1.2.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.2/doxia-sink-api-1.1.2.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.2/doxia-sink-api-1.1.2.pom (1.6 kB at 72 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 kB at 1.1 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.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.2/doxia-logging-api-1.1.2.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.2/doxia-logging-api-1.1.2.pom (1.6 kB at 61 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (3.7 kB at 143 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (5.6 kB at 256 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (2.2 kB at 9.5 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 31 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/1/apache-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 37 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [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 466 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/9/commons-parent-9.pom [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 997 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 235 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 239 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 166 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6.1 kB at 180 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 kB at 450 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3.0 kB at 17 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.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-modules/1.1.2/doxia-modules-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (2.4 kB at 6.2 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (5.5 kB at 32 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [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 16 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/39/commons-parent-39.pom [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 696 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 36 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 3.5 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 9.7 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 4.4 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 51 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.4 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 94 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 16 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4.pom (3.5 kB at 48 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.pom (2.1 kB at 45 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.1/asm-7.1.pom [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 31 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 432 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.pom [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 25 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.pom [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 14 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.pom [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 70 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.pom (1.9 kB at 35 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.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-artifact/3.0/maven-artifact-3.0.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-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-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/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-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-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/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/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/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/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.8.2/junit-4.8.2.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/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.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/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/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/7.1/asm-7.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-commons/7.1/asm-commons-7.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-analysis/7.1/asm-analysis-7.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-tree/7.1/asm-tree-7.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 979 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-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 218 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/maven-settings-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 228 kB/s) [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 766 kB/s) [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 241 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] 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] 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-core/3.0/maven-core-3.0.jar (527 kB at 2.1 MB/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 474 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/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 43 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 328 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-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 154 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-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 184 kB/s) [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] 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 94 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/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.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 151 kB/s) [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/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 88 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/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar (49 kB at 115 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/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.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 247 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/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 90 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.1/maven-reporting-impl-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/plexus-container-default-1.0-alpha-9.jar (195 kB at 388 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.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 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.jar (37 kB at 73 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.10/maven-plugin-registry-2.0.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.jar (123 kB at 205 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.jar (30 kB at 50 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 395 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.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.1.2/doxia-logging-api-1.1.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/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (158 kB at 260 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.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.2/doxia-logging-api-1.1.2.jar (11 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 369 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.1.2/doxia-site-renderer-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 42 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.1.2/doxia-decoration-model-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 425 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.1.2/doxia-module-xhtml-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.jar (50 kB at 63 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.1.2/doxia-module-fml-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.jar (15 kB at 19 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.jar (1.2 MB at 1.5 MB/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] 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/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.jar (52 kB at 64 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 111 kB/s) [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/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.jar (37 kB at 42 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] 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 651 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/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.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 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.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 204 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.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 264 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/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 182 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.jar [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 70 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.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 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar (281 kB at 265 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.4/org.jacoco.core-0.8.4.jar (194 kB at 185 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 30 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.4/org.jacoco.report-0.8.4.jar (129 kB at 111 kB/s) [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 86 kB/s) [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/target/home -Xms64m -Xmx128m -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:13.1.0-m1... [INFO] [INFO] --- jacoco-maven-plugin:0.8.4: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 8.7 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 20 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 89 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 128 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 35 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 248 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 48 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 112 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 12 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 43 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 274 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 24 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/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8.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/org/fusesource/jansi/jansi/1.11/jansi-1.11.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/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/cglib/cglib-nodep/2.2.2/cglib-nodep-2.2.2.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/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/org/fusesource/jansi/jansi/1.11/jansi-1.11.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 242 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] 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 69 kB/s) [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/cglib/cglib-nodep/2.2.2/cglib-nodep-2.2.2.jar (327 kB at 1.5 MB/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/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 102 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/fusesource/jansi/jansi/1.11/jansi-1.11.jar (114 kB at 374 kB/s) [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 676 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 682 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 395 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 975 kB/s) [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ sw360 --- [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 3.5 MB/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 11 MB/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 238 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 8.8 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 30 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 73 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 7.4 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 60 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.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 6.9 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 123 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 240 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 201 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 550 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 80 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 390 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 12 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 18 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 80 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 37 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 18 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 214 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.pom (2.2 kB at 19 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.pom (16 kB at 782 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/43/commons-parent-43.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/43/commons-parent-43.pom (70 kB at 701 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 182 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/objenesis/objenesis/2.6/objenesis-2.6.pom [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 21 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/objenesis/objenesis-parent/2.6/objenesis-parent-2.6.pom [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 63 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.pom (6.4 kB at 290 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/auto/auto-parent/3/auto-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/auto-parent/3/auto-parent-3.pom (3.8 kB at 154 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.pom (3.6 kB at 3.5 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.1.5/cbi-maven-plugin-common-1.1.5.pom [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.5/cbi-maven-plugin-common-1.1.5.pom (2.3 kB at 55 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.pom (6.4 kB at 168 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.3/httpcomponents-client-4.5.3.pom (16 kB at 784 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/project/7/project-7.pom [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 389 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.pom (5.1 kB at 54 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.6/httpcomponents-core-4.4.6.pom (13 kB at 481 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 384 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.9/commons-codec-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.pom (12 kB at 192 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/32/commons-parent-32.pom (53 kB at 282 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.pom (4.8 kB at 208 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.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/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-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-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-artifact/3.1.0/maven-artifact-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/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/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/asm/asm/3.3.1/asm-3.3.1.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-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/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.jar [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/cbi-common/1.2.2/cbi-common-1.2.2.jar (66 kB at 85 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/objenesis/objenesis/2.6/objenesis-2.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.5/cbi-maven-plugin-common-1.1.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.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] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/checkstyle/1.0.1/checkstyle-1.0.1.jar (5.3 kB at 4.7 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.9/commons-codec-1.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.1.5/cbi-maven-plugin-common-1.1.5.jar (31 kB at 15 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] 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] 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/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [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/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 56 MB/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/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 502 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] 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 1.5 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-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 541 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.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.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 1.5 MB/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.M2a/org.eclipse.sisu.inject-0.0.0.M2a.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 360 kB/s) [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 259 kB/s) [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] 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/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.jar (202 kB at 1.7 MB/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/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 498 kB/s) [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 214 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 992 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.0/maven-plugin-api-3.1.0.jar [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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar [INFO] 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 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.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 222 kB/s) [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 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.16.1/commons-compress-1.16.1.jar (560 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.6/httpcore-4.4.6.jar (324 kB at 1.0 MB/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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.3/httpclient-4.5.3.jar (748 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.3/httpmime-4.5.3.jar (41 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar [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 153 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.9/commons-codec-1.9.jar (264 kB at 650 kB/s) [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 92 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value/1.4/auto-value-1.4.jar (1.6 MB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 3.9 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 126 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 1.0 MB/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 277 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 495 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 67 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 41 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 88 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 108 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 100 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 50 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 226 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 220 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-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-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-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-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-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-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-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-project/2.0.6/maven-project-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 964 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-project/2.0.6/maven-project-2.0.6.jar (116 kB at 3.5 MB/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-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 1.7 MB/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-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 860 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 3.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 318 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 152 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 48 kB/s) [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 84 kB/s) [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/sw360/13.1.0-m1/sw360-13.1.0-m1.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.3 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/sw360/13.1.0-m1/sw360-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/sw360/13.1.0-m1/sw360-13.1.0-m1.pom (946 B at 2.5 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 (415 B at 3.6 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 (450 B at 4.6 kB/s) [INFO] [INFO] ---------------< org.eclipse.sw360:build-configuration >---------------- [INFO] Building build-configuration 13.1.0-m1 [2/52] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.pom (5.8 kB at 167 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/2.4/maven-jar-plugin-2.4.jar (34 kB at 2.8 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 902 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 127 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.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.1/maven-compiler-plugin-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 243 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 135 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.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.1/maven-compiler-plugin-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 398 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.pom (10 kB at 698 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/2.12.4/surefire-2.12.4.pom (14 kB at 418 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/2.12.4/maven-surefire-plugin-2.12.4.jar (30 kB at 371 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ build-configuration --- [INFO] [INFO] --- flatten-maven-plugin:1.0.0:clean (flatten.clean) @ build-configuration --- [INFO] [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ build-configuration --- [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration [INFO] Storing buildNumber: fc6652c at timestamp: 1616580194209 [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.tag/build-configuration' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ build-configuration --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ build-configuration --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 69 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.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.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 42 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 125 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 103 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 5.9 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 47 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 36 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 75 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 65 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 5.5 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 263 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 147 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 24 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 2.7 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 168 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 336 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 22 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 190 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 63 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [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.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [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.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-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [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.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] 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 149 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 751 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 128 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 33 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 53 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 152 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 448 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ build-configuration --- [INFO] Generating flattened POM of project org.eclipse.sw360:build-configuration:jar:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ build-configuration --- [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 100 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 2.1 MB/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 862 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 540 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 45 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.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 260 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 49 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 143 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 24 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 2.0 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 26 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 14 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 24 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-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 8.8 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 32 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/maven-toolchain/1.0/maven-toolchain-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.pom (3.4 kB at 15 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 13 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 99 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.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 148 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.pom (865 B at 62 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.2/plexus-compiler-2.2.pom (3.6 kB at 201 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 13 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.pom (690 B at 33 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.pom (769 B at 15 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.2/plexus-compilers-2.2.pom (1.2 kB at 35 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 89 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 134 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 48 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 529 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 2.5 kB/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 18 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 40 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 27 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 31 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/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-core/2.0.9/maven-core-2.0.9.jar [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.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/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-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-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-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-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-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-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/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-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/maven-toolchain/1.0/maven-toolchain-1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar [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-compiler-api/2.2/plexus-compiler-api-2.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar [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.jar [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.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/log4j/log4j/1.2.12/log4j-1.2.12.jar [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.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/junit/junit/3.8.2/junit-3.8.2.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/apache/maven/maven-core/2.0.9/maven-core-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar [INFO] 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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (211 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/maven-plugin-parameter-documenter-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.9/maven-artifact-2.0.9.jar (89 kB at 458 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-core/2.0.9/maven-core-2.0.9.jar (160 kB at 819 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-plugin-api/2.0.9/maven-plugin-api-2.0.9.jar (13 kB at 55 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-settings/2.0.9/maven-settings-2.0.9.jar (49 kB at 223 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar [INFO] 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 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.9/maven-project-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.9/maven-profile-2.0.9.jar (35 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.9/maven-error-diagnostics-2.0.9.jar (14 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.9/maven-model-2.0.9.jar (87 kB at 314 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-project/2.0.9/maven-project-2.0.9.jar (122 kB at 436 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.9/maven-plugin-registry-2.0.9.jar (29 kB at 104 kB/s) [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 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.9/maven-artifact-manager-2.0.9.jar (58 kB at 204 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.9/maven-plugin-descriptor-2.0.9.jar (37 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.9/maven-monitor-2.0.9.jar (10 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.2/plexus-compiler-manager-2.2.jar (4.6 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.2/plexus-compiler-api-2.2.jar (25 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/1.0/maven-toolchain-1.0.jar (33 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.2/plexus-compiler-javac-2.2.jar (19 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.jar (46 kB at 121 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.jar (217 kB at 569 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.jar (155 kB at 391 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (134 kB at 332 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (45 kB at 90 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.jar (358 kB at 701 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 232 kB/s) [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ build-configuration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ build-configuration --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ build-configuration --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.pom (3.0 kB at 32 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.pom (2.5 kB at 147 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.pom (5.5 kB at 1.8 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.pom (1.6 kB at 812 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.1/maven-plugin-tools-3.1.pom (16 kB at 360 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 95 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 62 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.pom (3.5 kB at 77 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 74 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.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.3/maven-common-artifact-filters-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.pom (3.7 kB at 97 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 584 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 629 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [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.jar [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.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/2.12.4/surefire-booter-2.12.4.jar (35 kB at 482 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/1.3/maven-common-artifact-filters-1.3.jar (31 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/2.12.4/maven-surefire-common-2.12.4.jar (263 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.9/maven-reporting-api-2.0.9.jar (10 kB at 55 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/2.12.4/surefire-api-2.12.4.jar (118 kB at 447 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.1/maven-plugin-annotations-3.1.jar (14 kB at 45 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.0.9/maven-toolchain-2.0.9.jar (38 kB at 123 kB/s) [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ build-configuration --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ build-configuration --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 130 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 122 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 96 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 123 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 19 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 464 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 535 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 550 kB/s) [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ build-configuration --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ build-configuration --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ build-configuration --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ build-configuration --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/build-configuration/13.1.0-m1/build-configuration-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/build-configuration/13.1.0-m1/build-configuration-13.1.0-m1.pom [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/build-configuration/13.1.0-m1/build-configuration-13.1.0-m1-tests.jar [INFO] [INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ build-configuration --- [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/build-configuration/13.1.0-m1/build-configuration-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/build-configuration/13.1.0-m1/build-configuration-13.1.0-m1.jar (10 kB at 39 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/build-configuration/13.1.0-m1/build-configuration-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/build-configuration/13.1.0-m1/build-configuration-13.1.0-m1.pom (885 B at 6.1 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/build-configuration/maven-metadata.xml [INFO] Downloaded from repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/build-configuration/maven-metadata.xml (429 B at 2.0 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/build-configuration/maven-metadata.xml [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/build-configuration/maven-metadata.xml (464 B at 3.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/build-configuration/13.1.0-m1/build-configuration-13.1.0-m1-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/build-configuration/13.1.0-m1/build-configuration-13.1.0-m1-tests.jar (8.2 kB at 71 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:libraries >--------------------- [INFO] Building libraries 13.1.0-m1 [3/52] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.pom (12 kB at 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 2.8 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/2.10/maven-dependency-plugin-2.10.jar (160 kB at 1.3 MB/s) [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.tag/libraries' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries [INFO] Storing buildNumber: fc6652c at timestamp: 1616580214063 [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.tag/libraries' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ libraries --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ libraries --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom (4.7 kB at 45 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 24 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 369 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/19/maven-parent-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 455 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 6.4 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 15 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 23 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 5.8 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 69 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 230 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 321 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 22 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 240 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 158 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [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 311 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/commons/commons-parent/5/commons-parent-5.pom [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 297 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 97 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 52 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 243 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 65 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 42 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 33 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 100 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 112 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 137 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 703 B/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 44 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 206 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 17 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 14 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 151 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 12 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 32 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 141 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 30 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 9.3 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 15 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 38 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 88 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 23 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 55 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 2.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.4 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 624 B/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 21 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 1.9 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 609 B/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 127 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 197 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 269 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/apache/2/apache-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 14 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 3.7 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 52 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 68 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 69 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.pom (4.4 kB at 20 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.pom (3.7 kB at 138 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.pom (5.4 kB at 61 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 340 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 2.3 MB/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 896 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom (1.9 kB at 26 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom (5.5 kB at 343 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.3/ow2-1.3.pom (9.5 kB at 528 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 88 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 136 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 7.8 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 43 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 34 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 20 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 41 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 17 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 78 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 67 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 6.4 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 263 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 427 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 13 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 51 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 57 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 1.9 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 9.2 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 373 B/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 44 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 60 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom (5.6 kB at 206 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.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/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.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-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/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.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.1.1/maven-invoker-2.1.1.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/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar (17 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 982 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 714 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/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 4.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 163 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.4/doxia-logging-api-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 582 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.4/doxia-site-renderer-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 35 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.4/doxia-decoration-model-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 32 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 393 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.4/doxia-module-fml-1.4.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 309 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/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 107 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/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 517 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 289 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 293 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.9/plexus-archiver-2.9.jar (145 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 178 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 63 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.6/maven-dependency-analyzer-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.6/maven-dependency-analyzer-1.6.jar (32 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.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 239 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.2/asm-5.0.2.jar (53 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/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/org/apache/maven/shared/maven-common-artifact-filters/1.4/maven-common-artifact-filters-1.4.jar (32 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar (30 kB at 20 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/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 43 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 382 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.4/doxia-module-xhtml-1.4.jar (15 kB at 9.7 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.4/plexus-io-2.4.jar (81 kB at 51 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 15 kB/s) [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/target/classes with includes "" and excludes "" [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ libraries --- [INFO] Generating flattened POM of project org.eclipse.sw360:libraries:pom:13.1.0-m1... [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ libraries --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- jacoco-maven-plugin:0.8.4: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.tag/libraries/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ libraries --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ libraries --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/libraries/13.1.0-m1/libraries-13.1.0-m1.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/13.1.0-m1/libraries-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/libraries/13.1.0-m1/libraries-13.1.0-m1.pom (969 B at 9.4 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 (419 B at 5.2 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 (454 B at 1.6 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:datahandler >-------------------- [INFO] Building datahandler 13.1.0-m1 [4/52] [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 44 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 396 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 49 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 265 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.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.0.0/build-helper-maven-plugin-3.0.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.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 92 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.9 MB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.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.0.0/build-helper-maven-plugin-3.0.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.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.4/commons-csv-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.4/commons-csv-1.4.pom (19 kB at 363 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/40/commons-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/40/commons-parent-40.pom (64 kB at 763 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 kB at 415 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 6.4 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 57 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 2.0 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 325 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.pom (13 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.13.3/log4j-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.13.3/log4j-2.13.3.pom (64 kB at 804 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.13.3/log4j-core-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.13.3/log4j-core-2.13.3.pom (23 kB at 304 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.13.3/log4j-slf4j-impl-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-slf4j-impl/2.13.3/log4j-slf4j-impl-2.13.3.pom (12 kB at 229 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.9 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 4.6 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 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.7/commons-io-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.7/commons-io-2.7.pom (16 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/50/commons-parent-50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/50/commons-parent-50.pom (76 kB at 1.2 MB/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 39 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 240 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 113 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 286 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.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 104 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 153 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 552 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.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 87 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 47 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 203 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 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.11.3/jackson-databind-2.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.11.3/jackson-databind-2.11.3.pom (7.4 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.11.3/jackson-base-2.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.11.3/jackson-base-2.11.3.pom (7.5 kB at 178 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.11.3/jackson-bom-2.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.11.3/jackson-bom-2.11.3.pom (14 kB at 261 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 136 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 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.11.3/jackson-annotations-2.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.11.3/jackson-annotations-2.11.3.pom (3.8 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.pom (4.9 kB at 87 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 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.pom (2.6 kB at 73 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 332 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 673 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.1 MB/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 163 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 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-jcl/2.13.3/log4j-jcl-2.13.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-jcl/2.13.3/log4j-jcl-2.13.3.pom (7.1 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.pom (7.0 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/21.0/guava-parent-21.0.pom (9.7 kB at 136 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 15 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.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.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.pom (930 B at 28 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 24 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 2.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.6/gson-2.8.6.pom (2.5 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.6/gson-parent-2.8.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.6/gson-parent-2.8.6.pom (4.4 kB at 233 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.9.2/byte-buddy-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.9.2/byte-buddy-1.9.2.pom (10 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.9.2/byte-buddy-parent-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.9.2/byte-buddy-parent-1.9.2.pom (32 kB at 516 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 52 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 162 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 265 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 55 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 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/java/junit-dataprovider/1.12.0/junit-dataprovider-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/java/junit-dataprovider/1.12.0/junit-dataprovider-1.12.0.pom (1.4 kB at 1.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.4/commons-csv-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.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/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.10/commons-codec-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-csv/1.4/commons-csv-1.4.jar (40 kB at 460 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.13.3/log4j-core-2.13.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (284 kB at 911 kB/s) [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 82 kB/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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-slf4j-impl/2.13.3/log4j-slf4j-impl-2.13.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.13.3/log4j-api-2.13.3.jar (292 kB at 720 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.7/commons-io-2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-core/2.13.3/log4j-core-2.13.3.jar (1.7 MB at 3.5 MB/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/joda-time/joda-time/1.6.2/joda-time-1.6.2.jar (543 kB at 1.1 MB/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/org/jetbrains/annotations/15.0/annotations-15.0.jar (19 kB at 37 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/apache/logging/log4j/log4j-slf4j-impl/2.13.3/log4j-slf4j-impl-2.13.3.jar (24 kB at 39 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/slf4j/jcl-over-slf4j/1.6.4/jcl-over-slf4j-1.6.4.jar (17 kB at 25 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.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 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.11.3/jackson-databind-2.11.3.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 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.11.3/jackson-core-2.11.3.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 749 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.11.3/jackson-annotations-2.11.3.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 366 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/commons-io/commons-io/2.7/commons-io-2.7.jar (276 kB at 334 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.11.3/jackson-core-2.11.3.jar (351 kB at 421 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/thrift/libthrift/0.13.0/libthrift-0.13.0.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 17 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/com/fasterxml/jackson/core/jackson-annotations/2.11.3/jackson-annotations-2.11.3.jar (68 kB at 77 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/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.jar (41 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-jcl/2.13.3/log4j-jcl-2.13.3.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 353 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.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 27 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/com/fasterxml/jackson/core/jackson-databind/2.11.3/jackson-databind-2.11.3.jar (1.4 MB at 1.4 MB/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/thrift/libthrift/0.13.0/libthrift-0.13.0.jar (246 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.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 281 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/21.0/guava-21.0.jar (2.5 MB at 2.3 MB/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/com/tngtech/jgiven/jgiven-junit/0.17.0/jgiven-junit-0.17.0.jar (14 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.6/gson-2.8.6.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 247 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.9.2/byte-buddy-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-all/1.10.19/mockito-all-1.10.19.jar (1.2 MB at 1.0 MB/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/org/fusesource/jansi/jansi/1.15/jansi-1.15.jar (152 kB at 114 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/net/bytebuddy/byte-buddy/1.9.2/byte-buddy-1.9.2.jar (3.2 MB at 2.3 MB/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/com/tngtech/jgiven/jgiven-html5-report/0.17.0/jgiven-html5-report-0.17.0.jar (16 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/java/junit-dataprovider/1.12.0/junit-dataprovider-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/tngtech/java/junit-dataprovider/1.12.0/junit-dataprovider-1.12.0.jar (40 kB at 26 kB/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 550 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-jcl/2.13.3/log4j-jcl-2.13.3.jar (13 kB at 6.5 kB/s) [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 172 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.6/gson-2.8.6.jar (240 kB at 104 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.tag/libraries/lib-datahandler' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler [INFO] Storing buildNumber: fc6652c at timestamp: 1616580251691 [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.tag/libraries/lib-datahandler' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ datahandler --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/home -Xms64m -Xmx128m -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/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 48 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 198 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 66 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 197 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 21 kB/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.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 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/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/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/slf4j/slf4j-api/1.5.8/slf4j-api-1.5.8.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] 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 145 kB/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 1.2 MB/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 21 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.3 MB/s) [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:add-source (thrift-sources) @ datahandler --- [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 188 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 935 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 299 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 27 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 85 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 76 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 109 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 168 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 37 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 459 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 26 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 223 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 299 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.6 MB/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.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/beanshell/bsh/2.0b4/bsh-2.0b4.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-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/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 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] 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] 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/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 518 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.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/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 3.4 MB/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/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 2.9 MB/s) [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 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 1.3 MB/s) [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 197 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 1.2 MB/s) [INFO] Source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/generated-sources/thrift added. [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ datahandler --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ datahandler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ datahandler --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 175 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/src/main/java/org/eclipse/sw360/datahandler/couchdb/MapperFactory.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/src/main/java/org/eclipse/sw360/datahandler/couchdb/MapperFactory.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/src/main/java/org/eclipse/sw360/datahandler/common/SW360Constants.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-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 8.5 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 4.3 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 12 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 32 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 257 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/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 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/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/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/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.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/com/liferay/com.liferay.ant.bnd/2.0.50/com.liferay.ant.bnd-2.0.50.jar [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 1.5 MB/s) [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 100 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 145 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 3.9 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 3.4 MB/s) [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-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.tag/libraries/lib-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.tag/libraries/lib-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.tag/libraries/lib-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.tag/libraries/lib-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.0.0:add-test-source (thrift-test-sources) @ datahandler --- [INFO] Test Source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/generated-test-sources/thrift added. [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ datahandler --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ datahandler --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ datahandler --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/test-classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/src/test/java/org/eclipse/sw360/datahandler/permissions/jgivens/ThenHighestAllowedAction.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/src/test/java/org/eclipse/sw360/datahandler/permissions/jgivens/ThenHighestAllowedAction.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/src/test/java/org/eclipse/sw360/datahandler/resourcelists/PaginationOptionsTest.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/src/test/java/org/eclipse/sw360/datahandler/resourcelists/PaginationOptionsTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ datahandler --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ datahandler --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ datahandler --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/org.eclipse.sw360.datahandler-13.1.0-m1.jar [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ datahandler --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/org.eclipse.sw360.datahandler-13.1.0-m1-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.tag/libraries/lib-datahandler/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ datahandler --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/org.eclipse.sw360.datahandler-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/org.eclipse.sw360.datahandler-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/org.eclipse.sw360.datahandler-13.1.0-m1.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/org.eclipse.sw360.datahandler-13.1.0-m1-tests.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/org.eclipse.sw360.datahandler-13.1.0-m1-tests.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/org.eclipse.sw360.datahandler-13.1.0-m1-tests.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ datahandler --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/org.eclipse.sw360.datahandler-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/datahandler/13.1.0-m1/datahandler-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/datahandler/13.1.0-m1/datahandler-13.1.0-m1.pom [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/lib-datahandler/target/org.eclipse.sw360.datahandler-13.1.0-m1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/datahandler/13.1.0-m1/datahandler-13.1.0-m1-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/13.1.0-m1/datahandler-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/datahandler/13.1.0-m1/datahandler-13.1.0-m1.jar (12 MB at 11 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/datahandler/13.1.0-m1/datahandler-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/datahandler/13.1.0-m1/datahandler-13.1.0-m1.pom (5.2 kB at 51 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 (421 B at 2.0 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 (456 B at 4.9 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/datahandler/13.1.0-m1/datahandler-13.1.0-m1-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/datahandler/13.1.0-m1/datahandler-13.1.0-m1-tests.jar (142 kB at 1.5 MB/s) [INFO] [INFO] ---------------------< org.eclipse.sw360:commonIO >--------------------- [INFO] Building commonIO 13.1.0-m1 [5/52] [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.tag/libraries/commonIO' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO [INFO] Storing buildNumber: fc6652c at timestamp: 1616580416091 [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.tag/libraries/commonIO' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ commonIO --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ commonIO --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/target/classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ commonIO --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ commonIO --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/target/classes [INFO] [INFO] --- bnd-maven-plugin:3.5.0:bnd-process (default) @ commonIO --- [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ commonIO --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ commonIO --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ commonIO --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ commonIO --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ commonIO --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ commonIO --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/target/org.eclipse.sw360.common-io-13.1.0-m1.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ commonIO --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ commonIO --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/target/org.eclipse.sw360.common-io-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/target/org.eclipse.sw360.common-io-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/target/org.eclipse.sw360.common-io-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ commonIO --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/target/org.eclipse.sw360.common-io-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/commonIO/13.1.0-m1/commonIO-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/commonIO/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/commonIO/13.1.0-m1/commonIO-13.1.0-m1.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/13.1.0-m1/commonIO-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/commonIO/13.1.0-m1/commonIO-13.1.0-m1.jar (19 kB at 186 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/commonIO/13.1.0-m1/commonIO-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/commonIO/13.1.0-m1/commonIO-13.1.0-m1.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 (418 B at 1.4 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 (453 B at 3.7 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:exporters >--------------------- [INFO] Building exporters 13.1.0-m1 [6/52] [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 37 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 77 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 78 kB/s) [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 1.4 MB/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 574 kB/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 92 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 36 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 36 kB/s) [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 701 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 63 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-math3/3.6.1/commons-math3-3.6.1.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-collections4/4.4/commons-collections4-4.4.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 81 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 1.6 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/poi/poi-ooxml/4.1.2/poi-ooxml-4.1.2.jar (1.9 MB at 2.8 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 4.3 MB/s) [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.jar [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/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar (2.2 MB at 2.9 MB/s) [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 122 kB/s) [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.jar (615 kB at 595 kB/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 1.7 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 3.4 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.tag/libraries/exporters' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters [INFO] Storing buildNumber: fc6652c at timestamp: 1616580426236 [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.tag/libraries/exporters' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ exporters --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ exporters --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ exporters --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ exporters --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/src/main/java/org/eclipse/sw360/exporter/utils/ConvertRecord.java: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/src/main/java/org/eclipse/sw360/exporter/utils/ConvertRecord.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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.tag/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-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ exporters --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ exporters --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ exporters --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/test-classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/src/test/java/org/eclipse/sw360/exporter/ProjectExporterTest.java: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/src/test/java/org/eclipse/sw360/exporter/ProjectExporterTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/src/test/java/org/eclipse/sw360/exporter/ProjectExporterTest.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/src/test/java/org/eclipse/sw360/exporter/utils/ConvertRecordTest.java: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/src/test/java/org/eclipse/sw360/exporter/utils/ConvertRecordTest.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/src/test/java/org/eclipse/sw360/exporter/utils/ConvertRecordTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ exporters --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ exporters --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ exporters --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/org.eclipse.sw360.exporters-13.1.0-m1.jar [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ exporters --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/org.eclipse.sw360.exporters-13.1.0-m1-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.tag/libraries/exporters/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ exporters --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/org.eclipse.sw360.exporters-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/org.eclipse.sw360.exporters-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/org.eclipse.sw360.exporters-13.1.0-m1.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/org.eclipse.sw360.exporters-13.1.0-m1-tests.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/org.eclipse.sw360.exporters-13.1.0-m1-tests.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/org.eclipse.sw360.exporters-13.1.0-m1-tests.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ exporters --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/org.eclipse.sw360.exporters-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/exporters/13.1.0-m1/exporters-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/exporters/13.1.0-m1/exporters-13.1.0-m1.pom [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/exporters/target/org.eclipse.sw360.exporters-13.1.0-m1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/exporters/13.1.0-m1/exporters-13.1.0-m1-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/13.1.0-m1/exporters-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/exporters/13.1.0-m1/exporters-13.1.0-m1.jar (13 MB at 12 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/exporters/13.1.0-m1/exporters-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/exporters/13.1.0-m1/exporters-13.1.0-m1.pom (2.8 kB at 31 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 (419 B at 4.3 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 (454 B at 4.4 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/exporters/13.1.0-m1/exporters-13.1.0-m1-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/exporters/13.1.0-m1/exporters-13.1.0-m1-tests.jar (20 kB at 229 kB/s) [INFO] [INFO] ---------------------< org.eclipse.sw360:backend >---------------------- [INFO] Building backend 13.1.0-m1 [7/52] [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 2.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 92 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 417 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 124 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 24 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.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] 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] 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.0 MB/s) [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 141 kB/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 665 kB/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.tag/backend' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend [INFO] Storing buildNumber: fc6652c at timestamp: 1616580465567 [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.tag/backend' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ backend --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ backend --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/target/classes with includes "" and excludes "" [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ backend --- [INFO] Generating flattened POM of project org.eclipse.sw360:backend:pom:13.1.0-m1... [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ backend --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- jacoco-maven-plugin:0.8.4: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.tag/backend/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ backend --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ backend --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/backend/13.1.0-m1/backend-13.1.0-m1.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/13.1.0-m1/backend-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend/13.1.0-m1/backend-13.1.0-m1.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/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 (417 B at 5.8 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 (452 B at 4.9 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:src-common >-------------------- [INFO] Building src-common 13.1.0-m1 [8/52] [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 109 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 52 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 523 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 55 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 209 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 165 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 65 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 47 kB/s) [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 6.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.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 119 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 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.18/commons-compress-1.18.pom (18 kB at 4.6 MB/s) [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 9.7 MB/s) [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 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.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 2.0 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 92 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 344 kB/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 128 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 174 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 183 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 277 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 574 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 4.0 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 151 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 3.4 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 311 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 43 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 48 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 83 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 54 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 22 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 17 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 123 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 44 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 207 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 23 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 47 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 7.6 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 33 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 103 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 123 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 35 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 16 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 4.0 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 58 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 42 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 144 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.13.3/log4j-1.2-api-2.13.3.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.13.3/log4j-1.2-api-2.13.3.pom (8.2 kB at 81 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.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 7.0 MB/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.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-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/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/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/apache/jena/jena-core/3.12.0/jena-core-3.12.0.jar (1.8 MB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb/3.12.0/jena-tdb-3.12.0.jar (527 kB at 770 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/commons-cli/commons-cli/1.4/commons-cli-1.4.jar (54 kB at 78 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-base/3.12.0/jena-base-3.12.0.jar (221 kB at 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/spdx/spdx-tools/2.2.3/spdx-tools-2.2.3.jar (3.5 MB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-tdb2/3.12.0/jena-tdb2-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/andrewoma/dexx/collection/0.7/collection-0.7.jar (165 kB at 204 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/com/github/jsonld-java/jsonld-java/0.12.3/jsonld-java-0.12.3.jar (1.7 MB at 1.9 MB/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 82 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-arq/3.12.0/jena-arq-3.12.0.jar (3.1 MB at 3.0 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-tdb2/3.12.0/jena-tdb2-3.12.0.jar (265 kB at 257 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-rdfconnection/3.12.0/jena-rdfconnection-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jena/jena-dboe-index/3.12.0/jena-dboe-index-3.12.0.jar (22 kB at 20 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.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 48 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.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 124 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.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 122 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-shaded-guava/3.12.0/jena-shaded-guava-3.12.0.jar (2.9 MB at 2.2 MB/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/antlr/antlr/2.7.7/antlr-2.7.7.jar (445 kB at 346 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/apache/jena/jena-iri/3.12.0/jena-iri-3.12.0.jar (138 kB at 103 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/org/antlr/antlr/3.4/antlr-3.4.jar (1.1 MB at 809 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/net/sf/opencsv/opencsv/2.3/opencsv-2.3.jar (20 kB at 17 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/net/sf/saxon/saxon/8.7/saxon-8.7.jar (3.3 MB at 2.7 MB/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/com/github/spullara/mustache/java/compiler/0.7.9/compiler-0.7.9.jar (73 kB at 56 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.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 226 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/org/antlr/ST4/4.0.4/ST4-4.0.4.jar (237 kB at 181 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.13.3/log4j-1.2-api-2.13.3.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 34 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/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar (396 kB at 300 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 44 kB/s) [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 337 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.13.3/log4j-1.2-api-2.13.3.jar (202 kB at 134 kB/s) [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 52 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.tag/backend/src-common' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common [INFO] Storing buildNumber: fc6652c at timestamp: 1616580474688 [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.tag/backend/src-common' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ src-common --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ src-common --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ src-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ src-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/DatabaseHandlerUtil.java: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/DatabaseHandlerUtil.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/DatabaseHandlerUtil.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/DatabaseHandlerUtil.java: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/DatabaseHandlerUtil.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/src/main/java/org/eclipse/sw360/datahandler/db/DatabaseHandlerUtil.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ src-common --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ src-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ src-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/test-classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/src/test/java/org/eclipse/sw360/datahandler/db/ProjectDatabaseHandlerTest.java: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/src/test/java/org/eclipse/sw360/datahandler/db/ProjectDatabaseHandlerTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/src/test/java/org/eclipse/sw360/datahandler/db/ProjectDatabaseHandlerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ src-common --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ src-common --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ src-common --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ src-common --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1-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.tag/backend/src-common/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ src-common --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1-tests.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1-tests.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1-tests.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-common --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-common/13.1.0-m1/src-common-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-common/13.1.0-m1/src-common-13.1.0-m1.pom [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-common/13.1.0-m1/src-common-13.1.0-m1-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/13.1.0-m1/src-common-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-common/13.1.0-m1/src-common-13.1.0-m1.jar (208 kB at 2.6 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-common/13.1.0-m1/src-common-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-common/13.1.0-m1/src-common-13.1.0-m1.pom (3.4 kB at 43 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 (420 B at 4.1 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 (455 B at 3.8 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-common/13.1.0-m1/src-common-13.1.0-m1-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-common/13.1.0-m1/src-common-13.1.0-m1-tests.jar (35 kB at 446 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:backend-src >-------------------- [INFO] Building backend-src 13.1.0-m1 [9/52] [INFO] --------------------------------[ pom ]--------------------------------- [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.tag/backend/src' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src [INFO] Storing buildNumber: fc6652c at timestamp: 1616580486089 [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.tag/backend/src' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ backend-src --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ backend-src --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ backend-src --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- jacoco-maven-plugin:0.8.4: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.tag/backend/src/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ backend-src --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ backend-src --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/backend-src/13.1.0-m1/backend-src-13.1.0-m1.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/13.1.0-m1/backend-src-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend-src/13.1.0-m1/backend-src-13.1.0-m1.pom (2.8 kB at 21 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 (421 B at 4.5 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 (456 B at 5.3 kB/s) [INFO] [INFO] -----------------< org.eclipse.sw360:src-attachments >------------------ [INFO] Building src-attachments 13.1.0-m1 [10/52] [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.tag/backend/src/src-attachments' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments [INFO] Storing buildNumber: fc6652c at timestamp: 1616580486820 [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.tag/backend/src/src-attachments' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ src-attachments --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ src-attachments --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ src-attachments --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ src-attachments --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/target/classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ src-attachments --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ src-attachments --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ src-attachments --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/target/test-classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/src/test/java/org/eclipse/sw360/attachments/AttachmentHandlerTest.java: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/src/test/java/org/eclipse/sw360/attachments/AttachmentHandlerTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/src/test/java/org/eclipse/sw360/attachments/AttachmentHandlerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ src-attachments --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ src-attachments --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ src-attachments --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/target/src-attachments-13.1.0-m1.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.tag/backend/src/src-attachments/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/src/src-attachments/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ src-attachments --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/target/src-attachments-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/target/src-attachments-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/target/src-attachments-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-attachments --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/target/src-attachments-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-attachments/13.1.0-m1/src-attachments-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-attachments/13.1.0-m1/src-attachments-13.1.0-m1.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/13.1.0-m1/src-attachments-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-attachments/13.1.0-m1/src-attachments-13.1.0-m1.jar (25 kB at 398 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-attachments/13.1.0-m1/src-attachments-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-attachments/13.1.0-m1/src-attachments-13.1.0-m1.pom (2.6 kB at 35 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 (425 B at 2.6 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 (460 B at 416 B/s) [INFO] [INFO] ------------------< org.eclipse.sw360:src-components >------------------ [INFO] Building src-components 13.1.0-m1 [11/52] [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.tag/backend/src/src-components' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components [INFO] Storing buildNumber: fc6652c at timestamp: 1616580492248 [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.tag/backend/src/src-components' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ src-components --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ src-components --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ src-components --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ src-components --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/target/classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ src-components --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ src-components --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ src-components --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/target/test-classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/src/test/java/org/eclipse/sw360/components/db/ProjectDatabaseHandlerTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/src/test/java/org/eclipse/sw360/components/db/ProjectDatabaseHandlerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ src-components --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ src-components --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ src-components --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/target/src-components-13.1.0-m1.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.tag/backend/src/src-components/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/src/src-components/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ src-components --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/target/src-components-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/target/src-components-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/target/src-components-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-components --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/target/src-components-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-components/13.1.0-m1/src-components-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-components/13.1.0-m1/src-components-13.1.0-m1.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/13.1.0-m1/src-components-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-components/13.1.0-m1/src-components-13.1.0-m1.jar (27 kB at 88 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-components/13.1.0-m1/src-components-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-components/13.1.0-m1/src-components-13.1.0-m1.pom (2.8 kB at 39 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 (424 B at 5.1 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 (459 B at 4.2 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:src-vendors >-------------------- [INFO] Building src-vendors 13.1.0-m1 [12/52] [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.tag/backend/src/src-vendors' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors [INFO] Storing buildNumber: fc6652c at timestamp: 1616580497752 [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.tag/backend/src/src-vendors' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ src-vendors --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ src-vendors --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ src-vendors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ src-vendors --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/target/classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ src-vendors --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ src-vendors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ src-vendors --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ src-vendors --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ src-vendors --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ src-vendors --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/target/src-vendors-13.1.0-m1.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.tag/backend/src/src-vendors/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/src/src-vendors/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ src-vendors --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/target/src-vendors-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/target/src-vendors-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/target/src-vendors-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-vendors --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/target/src-vendors-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-vendors/13.1.0-m1/src-vendors-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-vendors/13.1.0-m1/src-vendors-13.1.0-m1.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/13.1.0-m1/src-vendors-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vendors/13.1.0-m1/src-vendors-13.1.0-m1.jar (28 kB at 340 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vendors/13.1.0-m1/src-vendors-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vendors/13.1.0-m1/src-vendors-13.1.0-m1.pom (2.6 kB at 44 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 (421 B at 5.9 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 (456 B at 5.9 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:importers >--------------------- [INFO] Building importers 13.1.0-m1 [13/52] [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.tag/libraries/importers' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers [INFO] Storing buildNumber: fc6652c at timestamp: 1616580502511 [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.tag/libraries/importers' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ importers --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ importers --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/target/classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ importers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ importers --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/target/classes [INFO] [INFO] --- bnd-maven-plugin:3.5.0:bnd-process (default) @ importers --- [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ importers --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ importers --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ importers --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/target/test-classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/src/test/java/org/eclipse/sw360/importer/ComponentImportUtilsTest.java: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/src/test/java/org/eclipse/sw360/importer/ComponentImportUtilsTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/src/test/java/org/eclipse/sw360/importer/ComponentImportUtilsTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ importers --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ importers --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ importers --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/target/org.eclipse.sw360.importers-13.1.0-m1.jar [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ importers --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ importers --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/target/org.eclipse.sw360.importers-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/target/org.eclipse.sw360.importers-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/target/org.eclipse.sw360.importers-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ importers --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/target/org.eclipse.sw360.importers-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/importers/13.1.0-m1/importers-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/importers/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/importers/13.1.0-m1/importers-13.1.0-m1.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/13.1.0-m1/importers-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/importers/13.1.0-m1/importers-13.1.0-m1.jar (63 kB at 861 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/importers/13.1.0-m1/importers-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/importers/13.1.0-m1/importers-13.1.0-m1.pom (2.2 kB at 32 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 (419 B at 7.2 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 (454 B at 6.5 kB/s) [INFO] [INFO] ----------------< org.eclipse.sw360:log4j-osgi-support >---------------- [INFO] Building log4j-osgi-support 13.1.0-m1 [14/52] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.pom (15 kB at 216 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 170 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 452 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.1/maven-dependency-plugin-3.1.1.jar (167 kB at 483 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.tag/libraries/log4j-osgi-support' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support [INFO] Storing buildNumber: fc6652c at timestamp: 1616580509592 [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.tag/libraries/log4j-osgi-support' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ log4j-osgi-support --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:3.1.1:unpack (add-build-configuration-resources) @ log4j-osgi-support --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 6.5 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 359 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 106 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 29 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 146 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.pom (4.8 kB at 24 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 220 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 111 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.1/plexus-io-3.0.1.pom (4.5 kB at 93 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 679 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 1.0 MB/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 127 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom (4.5 kB at 72 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.pom (6.7 kB at 15 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 87 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 109 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.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.1/maven-dependency-tree-3.0.1.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.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 132 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 208 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 223 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.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.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 103 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 83 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.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.9.1/maven-artifact-transfer-0.9.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.9.1/maven-artifact-transfer-0.9.1.pom (7.6 kB at 72 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 44 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.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.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 245 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.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/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.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/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 53 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] 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 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 659 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 103 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.10/maven-dependency-analyzer-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.6.0/plexus-archiver-3.6.0.jar (191 kB at 996 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.1/maven-dependency-tree-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 387 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.9.1/maven-artifact-transfer-0.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.10/maven-dependency-analyzer-1.10.jar (35 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.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.1/maven-dependency-tree-3.0.1.jar (37 kB at 98 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar (74 kB at 197 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.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.9.1/maven-artifact-transfer-0.9.1.jar (123 kB at 308 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 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-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 150 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.0/maven-shared-utils-3.2.0.jar (165 kB at 388 kB/s) [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support/target/classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ log4j-osgi-support --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ log4j-osgi-support --- [INFO] No sources to compile [INFO] [INFO] --- maven-bundle-plugin:4.2.1:manifest (bundle-manifest) @ log4j-osgi-support --- [WARNING] Manifest org.eclipse.sw360:log4j-osgi-support:jar:13.1.0-m1 : 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, META-INF/versions/9/org/apache/logging/log4j/util/StackLocator$FqcnCallerLocator.class=org.apache.logging.log4j.util.StackLocator$FqcnCallerLocator} [WARNING] Manifest org.eclipse.sw360:log4j-osgi-support:jar:13.1.0-m1 : 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] [INFO] --- maven-dependency-plugin:3.1.1:unpack (add-build-configuration-test-resources) @ log4j-osgi-support --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] build-configuration-13.1.0-m1.jar already unpacked. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ log4j-osgi-support --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ log4j-osgi-support --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ log4j-osgi-support --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ log4j-osgi-support --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-dependency-plugin:3.1.1:copy-dependencies (copy-dependencies) @ log4j-osgi-support --- [INFO] Copying log4j-api-2.13.3.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support/target/classes/log4j-api-2.13.3.jar [INFO] Copying log4j-core-2.13.3.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support/target/classes/log4j-core-2.13.3.jar [INFO] Copying log4j-1.2-api-2.13.3.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support/target/classes/log4j-1.2-api-2.13.3.jar [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ log4j-osgi-support --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support/target/org.eclipse.sw360.log4j-osgi-support-13.1.0-m1.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.tag/libraries/log4j-osgi-support/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/libraries/log4j-osgi-support/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ log4j-osgi-support --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support/target/org.eclipse.sw360.log4j-osgi-support-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support/target/org.eclipse.sw360.log4j-osgi-support-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support/target/org.eclipse.sw360.log4j-osgi-support-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ log4j-osgi-support --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support/target/org.eclipse.sw360.log4j-osgi-support-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/log4j-osgi-support/13.1.0-m1/log4j-osgi-support-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/libraries/log4j-osgi-support/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/log4j-osgi-support/13.1.0-m1/log4j-osgi-support-13.1.0-m1.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/13.1.0-m1/log4j-osgi-support-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/log4j-osgi-support/13.1.0-m1/log4j-osgi-support-13.1.0-m1.jar (2.0 MB at 9.7 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/log4j-osgi-support/13.1.0-m1/log4j-osgi-support-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/log4j-osgi-support/13.1.0-m1/log4j-osgi-support-13.1.0-m1.pom (1.7 kB at 23 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 (393 B at 4.6 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 (428 B at 3.8 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:src-licenses >------------------- [INFO] Building src-licenses 13.1.0-m1 [15/52] [INFO] --------------------------------[ jar ]--------------------------------- [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.tag/backend/src/src-licenses' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses [INFO] Storing buildNumber: fc6652c at timestamp: 1616580526975 [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.tag/backend/src/src-licenses' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ src-licenses --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ src-licenses --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ src-licenses --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ src-licenses --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/target/classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/src/main/java/org/eclipse/sw360/licenses/db/LicenseDatabaseHandler.java: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/src/main/java/org/eclipse/sw360/licenses/db/LicenseDatabaseHandler.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/src/main/java/org/eclipse/sw360/licenses/db/LicenseDatabaseHandler.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ src-licenses --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ src-licenses --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ src-licenses --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ src-licenses --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ src-licenses --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ src-licenses --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/target/src-licenses-13.1.0-m1.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.tag/backend/src/src-licenses/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/src/src-licenses/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ src-licenses --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/target/src-licenses-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/target/src-licenses-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/target/src-licenses-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-licenses --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/target/src-licenses-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-licenses/13.1.0-m1/src-licenses-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-licenses/13.1.0-m1/src-licenses-13.1.0-m1.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/13.1.0-m1/src-licenses-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenses/13.1.0-m1/src-licenses-13.1.0-m1.jar (44 kB at 293 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenses/13.1.0-m1/src-licenses-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenses/13.1.0-m1/src-licenses-13.1.0-m1.pom (3.5 kB at 60 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 (387 B at 4.6 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 (422 B at 3.3 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:src-users >--------------------- [INFO] Building src-users 13.1.0-m1 [16/52] [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.tag/backend/src/src-users' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users [INFO] Storing buildNumber: fc6652c at timestamp: 1616580531109 [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.tag/backend/src/src-users' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ src-users --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ src-users --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ src-users --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ src-users --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/target/classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ src-users --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ src-users --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ src-users --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ src-users --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ src-users --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ src-users --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/target/src-users-13.1.0-m1.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.tag/backend/src/src-users/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/src/src-users/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ src-users --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/target/src-users-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/target/src-users-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/target/src-users-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-users --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/target/src-users-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-users/13.1.0-m1/src-users-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-users/13.1.0-m1/src-users-13.1.0-m1.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/13.1.0-m1/src-users-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-users/13.1.0-m1/src-users-13.1.0-m1.jar (25 kB at 366 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-users/13.1.0-m1/src-users-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-users/13.1.0-m1/src-users-13.1.0-m1.pom (2.6 kB at 37 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 (384 B at 3.6 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 (419 B at 4.0 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:src-search >-------------------- [INFO] Building src-search 13.1.0-m1 [17/52] [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.tag/backend/src/src-search' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search [INFO] Storing buildNumber: fc6652c at timestamp: 1616580535189 [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.tag/backend/src/src-search' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ src-search --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ src-search --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ src-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ src-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/target/classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ src-search --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ src-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ src-search --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ src-search --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ src-search --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ src-search --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/target/src-search-13.1.0-m1.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.tag/backend/src/src-search/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/src/src-search/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ src-search --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/target/src-search-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/target/src-search-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/target/src-search-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-search --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/target/src-search-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-search/13.1.0-m1/src-search-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-search/13.1.0-m1/src-search-13.1.0-m1.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/13.1.0-m1/src-search-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-search/13.1.0-m1/src-search-13.1.0-m1.jar (32 kB at 27 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-search/13.1.0-m1/src-search-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-search/13.1.0-m1/src-search-13.1.0-m1.pom (2.6 kB at 30 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 (385 B at 1.8 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 (420 B at 3.2 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:src-projects >------------------- [INFO] Building src-projects 13.1.0-m1 [18/52] [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.tag/backend/src/src-projects' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects [INFO] Storing buildNumber: fc6652c at timestamp: 1616580540520 [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.tag/backend/src/src-projects' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ src-projects --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ src-projects --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ src-projects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ src-projects --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/target/classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ src-projects --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ src-projects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ src-projects --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ src-projects --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ src-projects --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ src-projects --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/target/src-projects-13.1.0-m1.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.tag/backend/src/src-projects/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/src/src-projects/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ src-projects --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/target/src-projects-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/target/src-projects-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/target/src-projects-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-projects --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/target/src-projects-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-projects/13.1.0-m1/src-projects-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-projects/13.1.0-m1/src-projects-13.1.0-m1.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/13.1.0-m1/src-projects-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-projects/13.1.0-m1/src-projects-13.1.0-m1.jar (25 kB at 204 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-projects/13.1.0-m1/src-projects-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-projects/13.1.0-m1/src-projects-13.1.0-m1.pom (2.8 kB at 37 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 (387 B at 3.2 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 (422 B at 2.5 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:src-moderation >------------------ [INFO] Building src-moderation 13.1.0-m1 [19/52] [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.tag/backend/src/src-moderation' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation [INFO] Storing buildNumber: fc6652c at timestamp: 1616580544339 [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.tag/backend/src/src-moderation' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ src-moderation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ src-moderation --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ src-moderation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ src-moderation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/target/classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/src/main/java/org/eclipse/sw360/moderation/db/ModerationRequestGenerator.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/src/main/java/org/eclipse/sw360/moderation/db/ModerationRequestGenerator.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ src-moderation --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ src-moderation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ src-moderation --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ src-moderation --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ src-moderation --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ src-moderation --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/target/src-moderation-13.1.0-m1.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.tag/backend/src/src-moderation/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/src/src-moderation/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ src-moderation --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/target/src-moderation-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/target/src-moderation-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/target/src-moderation-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-moderation --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/target/src-moderation-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-moderation/13.1.0-m1/src-moderation-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-moderation/13.1.0-m1/src-moderation-13.1.0-m1.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/13.1.0-m1/src-moderation-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-moderation/13.1.0-m1/src-moderation-13.1.0-m1.jar (65 kB at 275 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-moderation/13.1.0-m1/src-moderation-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-moderation/13.1.0-m1/src-moderation-13.1.0-m1.pom (2.8 kB at 25 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 (389 B at 4.5 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 (424 B at 3.7 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:src-fossology >------------------- [INFO] Building src-fossology 13.1.0-m1 [20/52] [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 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.2.7.RELEASE/spring-beans-5.2.7.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.2.7.RELEASE/spring-beans-5.2.7.RELEASE.pom (1.7 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.2.7.RELEASE/spring-core-5.2.7.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.2.7.RELEASE/spring-core-5.2.7.RELEASE.pom (1.7 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.2.7.RELEASE/spring-jcl-5.2.7.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.2.7.RELEASE/spring-jcl-5.2.7.RELEASE.pom (1.5 kB at 1.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.2.7.RELEASE/spring-context-5.2.7.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.2.7.RELEASE/spring-context-5.2.7.RELEASE.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/spring-aop/5.2.7.RELEASE/spring-aop-5.2.7.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.2.7.RELEASE/spring-aop-5.2.7.RELEASE.pom (1.9 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.2.7.RELEASE/spring-expression-5.2.7.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.2.7.RELEASE/spring-expression-5.2.7.RELEASE.pom (1.7 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/5.2.7.RELEASE/spring-webmvc-5.2.7.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/5.2.7.RELEASE/spring-webmvc-5.2.7.RELEASE.pom (2.6 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.2.7.RELEASE/spring-web-5.2.7.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.2.7.RELEASE/spring-web-5.2.7.RELEASE.pom (1.9 kB at 24 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.2.7.RELEASE/spring-core-5.2.7.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.2.7.RELEASE/spring-beans-5.2.7.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.2.7.RELEASE/spring-context-5.2.7.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.2.7.RELEASE/spring-jcl-5.2.7.RELEASE.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 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.2.7.RELEASE/spring-aop-5.2.7.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.2.7.RELEASE/spring-core-5.2.7.RELEASE.jar (1.4 MB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.2.7.RELEASE/spring-expression-5.2.7.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.2.7.RELEASE/spring-beans-5.2.7.RELEASE.jar (689 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/5.2.7.RELEASE/spring-webmvc-5.2.7.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.2.7.RELEASE/spring-context-5.2.7.RELEASE.jar (1.2 MB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.2.7.RELEASE/spring-web-5.2.7.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.2.7.RELEASE/spring-expression-5.2.7.RELEASE.jar (282 kB at 786 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.2.7.RELEASE/spring-jcl-5.2.7.RELEASE.jar (24 kB at 65 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.2.7.RELEASE/spring-aop-5.2.7.RELEASE.jar (373 kB at 722 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/5.2.7.RELEASE/spring-webmvc-5.2.7.RELEASE.jar (956 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/5.2.7.RELEASE/spring-web-5.2.7.RELEASE.jar (1.4 MB at 1.6 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.tag/backend/src/src-fossology' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology [INFO] Storing buildNumber: fc6652c at timestamp: 1616580552722 [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.tag/backend/src/src-fossology' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ src-fossology --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ src-fossology --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ src-fossology --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ src-fossology --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/target/classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ src-fossology --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ src-fossology --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ src-fossology --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/target/test-classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/src/test/java/org/eclipse/sw360/fossology/FossologyHandlerLocalhostIntegrationTest.java: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/src/test/java/org/eclipse/sw360/fossology/FossologyHandlerLocalhostIntegrationTest.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/src/test/java/org/eclipse/sw360/fossology/FossologyHandlerLocalhostIntegrationTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ src-fossology --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ src-fossology --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ src-fossology --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/target/src-fossology-13.1.0-m1.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.tag/backend/src/src-fossology/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/src/src-fossology/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ src-fossology --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/target/src-fossology-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/target/src-fossology-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/target/src-fossology-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-fossology --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/target/src-fossology-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-fossology/13.1.0-m1/src-fossology-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-fossology/13.1.0-m1/src-fossology-13.1.0-m1.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/13.1.0-m1/src-fossology-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-fossology/13.1.0-m1/src-fossology-13.1.0-m1.jar (44 kB at 41 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-fossology/13.1.0-m1/src-fossology-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-fossology/13.1.0-m1/src-fossology-13.1.0-m1.pom (3.5 kB at 7.5 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 (388 B at 3.5 kB/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 (423 B at 3.6 kB/s) [INFO] [INFO] ---------------< org.eclipse.sw360:src-vulnerabilities >---------------- [INFO] Building src-vulnerabilities 13.1.0-m1 [21/52] [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.tag/backend/src/src-vulnerabilities' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities [INFO] Storing buildNumber: fc6652c at timestamp: 1616580558718 [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.tag/backend/src/src-vulnerabilities' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ src-vulnerabilities --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ src-vulnerabilities --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ src-vulnerabilities --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ src-vulnerabilities --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/target/classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/src/main/java/org/eclipse/sw360/vulnerabilities/db/VulnerabilityDatabaseHandler.java: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/src/main/java/org/eclipse/sw360/vulnerabilities/db/VulnerabilityDatabaseHandler.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/src/main/java/org/eclipse/sw360/vulnerabilities/db/VulnerabilityDatabaseHandler.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ src-vulnerabilities --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ src-vulnerabilities --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ src-vulnerabilities --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ src-vulnerabilities --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ src-vulnerabilities --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ src-vulnerabilities --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/target/src-vulnerabilities-13.1.0-m1.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.tag/backend/src/src-vulnerabilities/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/src/src-vulnerabilities/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ src-vulnerabilities --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/target/src-vulnerabilities-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/target/src-vulnerabilities-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/target/src-vulnerabilities-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-vulnerabilities --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/target/src-vulnerabilities-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-vulnerabilities/13.1.0-m1/src-vulnerabilities-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-vulnerabilities/13.1.0-m1/src-vulnerabilities-13.1.0-m1.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/13.1.0-m1/src-vulnerabilities-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vulnerabilities/13.1.0-m1/src-vulnerabilities-13.1.0-m1.jar (42 kB at 357 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vulnerabilities/13.1.0-m1/src-vulnerabilities-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-vulnerabilities/13.1.0-m1/src-vulnerabilities-13.1.0-m1.pom (2.8 kB at 21 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 (394 B at 3.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 (429 B at 3.9 kB/s) [INFO] [INFO] -----------------< org.eclipse.sw360:src-licenseinfo >------------------ [INFO] Building src-licenseinfo 13.1.0-m1 [22/52] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-engine-core/2.0/velocity-engine-core-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-engine-core/2.0/velocity-engine-core-2.0.pom (7.1 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-engine-parent/2.0/velocity-engine-parent-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-engine-parent/2.0/velocity-engine-parent-2.0.pom (9.0 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-master/2/velocity-master-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-master/2/velocity-master-2.pom (7.8 kB at 71 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.0/velocity-tools-generic-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/tools/velocity-tools-generic/3.0/velocity-tools-generic-3.0.pom (2.6 kB at 26 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.0/velocity-tools-parent-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/tools/velocity-tools-parent/3.0/velocity-tools-parent-3.0.pom (7.3 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-master/3/velocity-master-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-master/3/velocity-master-3.pom (8.4 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.pom (15 kB at 696 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 7.2 MB/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 303 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib/2.2.2/cglib-2.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib/2.2.2/cglib-2.2.2.pom (1.5 kB at 43 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 287 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.0 MB/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 39 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 309 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-engine-core/2.0/velocity-engine-core-2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib/2.2.2/cglib-2.2.2.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/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.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.0/velocity-tools-generic-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.3/commons-beanutils-1.9.3.jar (246 kB at 3.5 MB/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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-engine-core/2.0/velocity-engine-core-2.0.jar (432 kB at 5.5 MB/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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/tools/velocity-tools-generic/3.0/velocity-tools-generic-3.0.jar (214 kB at 2.3 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 2.2 MB/s) [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 1.4 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.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/cglib/cglib/2.2.2/cglib-2.2.2.jar (287 kB at 1.7 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.tag/backend/src/src-licenseinfo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo [INFO] Storing buildNumber: fc6652c at timestamp: 1616580563812 [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.tag/backend/src/src-licenseinfo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ src-licenseinfo --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ src-licenseinfo --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ src-licenseinfo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ src-licenseinfo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/target/classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/src/main/java/org/eclipse/sw360/licenseinfo/outputGenerators/OutputGenerator.java: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/src/main/java/org/eclipse/sw360/licenseinfo/outputGenerators/OutputGenerator.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/src/main/java/org/eclipse/sw360/licenseinfo/outputGenerators/OutputGenerator.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ src-licenseinfo --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ src-licenseinfo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 8 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ src-licenseinfo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/target/test-classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/src/test/java/org/eclipse/sw360/licenseinfo/TestHelper.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/src/test/java/org/eclipse/sw360/licenseinfo/TestHelper.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/src/test/java/org/eclipse/sw360/licenseinfo/outputGenerators/XhtmlGeneratorTest.java: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/src/test/java/org/eclipse/sw360/licenseinfo/outputGenerators/XhtmlGeneratorTest.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/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:2.12.4:test (default-test) @ src-licenseinfo --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ src-licenseinfo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ src-licenseinfo --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/target/src-licenseinfo-13.1.0-m1.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.tag/backend/src/src-licenseinfo/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/src/src-licenseinfo/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ src-licenseinfo --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/target/src-licenseinfo-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/target/src-licenseinfo-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/target/src-licenseinfo-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-licenseinfo --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/target/src-licenseinfo-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-licenseinfo/13.1.0-m1/src-licenseinfo-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-licenseinfo/13.1.0-m1/src-licenseinfo-13.1.0-m1.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/13.1.0-m1/src-licenseinfo-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenseinfo/13.1.0-m1/src-licenseinfo-13.1.0-m1.jar (150 kB at 1.4 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenseinfo/13.1.0-m1/src-licenseinfo-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-licenseinfo/13.1.0-m1/src-licenseinfo-13.1.0-m1.pom (4.8 kB at 51 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 (390 B at 3.2 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 (425 B at 4.5 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:src-cvesearch >------------------- [INFO] Building src-cvesearch 13.1.0-m1 [23/52] [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.tag/backend/src/src-cvesearch' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch [INFO] Storing buildNumber: fc6652c at timestamp: 1616580570762 [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.tag/backend/src/src-cvesearch' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ src-cvesearch --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ src-cvesearch --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ src-cvesearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ src-cvesearch --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/target/classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ src-cvesearch --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ src-cvesearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ src-cvesearch --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/target/test-classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/src/test/java/org/eclipse/sw360/cvesearch/helper/VulnerabilityUtilsTest.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/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:2.12.4:test (default-test) @ src-cvesearch --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ src-cvesearch --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ src-cvesearch --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/target/src-cvesearch-13.1.0-m1.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.tag/backend/src/src-cvesearch/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/src/src-cvesearch/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ src-cvesearch --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/target/src-cvesearch-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/target/src-cvesearch-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/target/src-cvesearch-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-cvesearch --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/target/src-cvesearch-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-cvesearch/13.1.0-m1/src-cvesearch-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-cvesearch/13.1.0-m1/src-cvesearch-13.1.0-m1.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/13.1.0-m1/src-cvesearch-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-cvesearch/13.1.0-m1/src-cvesearch-13.1.0-m1.jar (76 kB at 586 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-cvesearch/13.1.0-m1/src-cvesearch-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-cvesearch/13.1.0-m1/src-cvesearch-13.1.0-m1.pom (3.0 kB at 25 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 (388 B at 5.0 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 (423 B at 1.8 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:src-schedule >------------------- [INFO] Building src-schedule 13.1.0-m1 [24/52] [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.tag/backend/src/src-schedule' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule [INFO] Storing buildNumber: fc6652c at timestamp: 1616580576390 [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.tag/backend/src/src-schedule' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ src-schedule --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ src-schedule --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ src-schedule --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ src-schedule --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule/target/classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ src-schedule --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ src-schedule --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ src-schedule --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ src-schedule --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ src-schedule --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ src-schedule --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule/target/src-schedule-13.1.0-m1.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.tag/backend/src/src-schedule/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/src/src-schedule/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ src-schedule --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule/target/src-schedule-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule/target/src-schedule-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule/target/src-schedule-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-schedule --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule/target/src-schedule-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-schedule/13.1.0-m1/src-schedule-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-schedule/13.1.0-m1/src-schedule-13.1.0-m1.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/13.1.0-m1/src-schedule-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-schedule/13.1.0-m1/src-schedule-13.1.0-m1.jar (33 kB at 64 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-schedule/13.1.0-m1/src-schedule-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-schedule/13.1.0-m1/src-schedule-13.1.0-m1.pom (2.6 kB at 1.9 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 (387 B at 4.6 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 (422 B at 3.3 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:src-wsimport >------------------- [INFO] Building src-wsimport 13.1.0-m1 [25/52] [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.tag/backend/src/src-wsimport' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport [INFO] Storing buildNumber: fc6652c at timestamp: 1616580581486 [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.tag/backend/src/src-wsimport' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ src-wsimport --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ src-wsimport --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ src-wsimport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ src-wsimport --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/target/classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/src/main/java/org/eclipse/sw360/wsimport/rest/WsRestClient.java: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/src/main/java/org/eclipse/sw360/wsimport/rest/WsRestClient.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/src/main/java/org/eclipse/sw360/wsimport/rest/WsRestClient.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/src/main/java/org/eclipse/sw360/wsimport/rest/WsRestClient.java: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/src/main/java/org/eclipse/sw360/wsimport/rest/WsRestClient.java uses unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/src/main/java/org/eclipse/sw360/wsimport/rest/WsRestClient.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ src-wsimport --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ src-wsimport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ src-wsimport --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ src-wsimport --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ src-wsimport --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ src-wsimport --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/target/src-wsimport-13.1.0-m1.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.tag/backend/src/src-wsimport/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/src/src-wsimport/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ src-wsimport --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/target/src-wsimport-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/target/src-wsimport-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/target/src-wsimport-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-wsimport --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/target/src-wsimport-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-wsimport/13.1.0-m1/src-wsimport-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-wsimport/13.1.0-m1/src-wsimport-13.1.0-m1.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/13.1.0-m1/src-wsimport-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-wsimport/13.1.0-m1/src-wsimport-13.1.0-m1.jar (57 kB at 352 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-wsimport/13.1.0-m1/src-wsimport-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-wsimport/13.1.0-m1/src-wsimport-13.1.0-m1.pom (2.9 kB at 22 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 (387 B at 2.0 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 (422 B at 5.0 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:src-changelogs >------------------ [INFO] Building src-changelogs 13.1.0-m1 [26/52] [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.tag/backend/src/src-changelogs' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs [INFO] Storing buildNumber: fc6652c at timestamp: 1616580585198 [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.tag/backend/src/src-changelogs' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ src-changelogs --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ src-changelogs --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ src-changelogs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ src-changelogs --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs/target/classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ src-changelogs --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ src-changelogs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ src-changelogs --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ src-changelogs --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ src-changelogs --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ src-changelogs --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs/target/src-changelogs-13.1.0-m1.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.tag/backend/src/src-changelogs/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/src/src-changelogs/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ src-changelogs --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs/target/src-changelogs-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs/target/src-changelogs-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs/target/src-changelogs-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-changelogs --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs/target/src-changelogs-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-changelogs/13.1.0-m1/src-changelogs-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-changelogs/13.1.0-m1/src-changelogs-13.1.0-m1.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/13.1.0-m1/src-changelogs-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-changelogs/13.1.0-m1/src-changelogs-13.1.0-m1.jar (22 kB at 134 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-changelogs/13.1.0-m1/src-changelogs-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-changelogs/13.1.0-m1/src-changelogs-13.1.0-m1.pom (2.6 kB at 24 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 (389 B at 4.0 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 (424 B at 1.1 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:src-health >-------------------- [INFO] Building src-health 13.1.0-m1 [27/52] [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.tag/backend/src/src-health' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health [INFO] Storing buildNumber: fc6652c at timestamp: 1616580588690 [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.tag/backend/src/src-health' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ src-health --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ src-health --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ src-health --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ src-health --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/target/classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ src-health --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ src-health --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ src-health --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ src-health --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ src-health --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ src-health --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/target/src-health-13.1.0-m1.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.tag/backend/src/src-health/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/src/src-health/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ src-health --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/target/src-health-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/target/src-health-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/target/src-health-13.1.0-m1.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ src-health --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/target/src-health-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/src-health/13.1.0-m1/src-health-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/src-health/13.1.0-m1/src-health-13.1.0-m1.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/13.1.0-m1/src-health-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-health/13.1.0-m1/src-health-13.1.0-m1.jar (24 kB at 69 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-health/13.1.0-m1/src-health-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/src-health/13.1.0-m1/src-health-13.1.0-m1.pom (2.6 kB at 12 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 (385 B at 2.6 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 (420 B at 2.4 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:svc-common >-------------------- [INFO] Building svc-common 13.1.0-m1 [28/52] [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.tag/backend/svc-common' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common [INFO] Storing buildNumber: fc6652c at timestamp: 1616580592858 [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.tag/backend/svc-common' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ svc-common --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ svc-common --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ svc-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ svc-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ svc-common --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ svc-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ svc-common --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ svc-common --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ svc-common --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ svc-common --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/svc-common-13.1.0-m1.jar [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ svc-common --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/svc-common-13.1.0-m1-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.tag/backend/svc-common/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ svc-common --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/svc-common-13.1.0-m1.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/svc-common-13.1.0-m1.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/svc-common-13.1.0-m1.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/svc-common-13.1.0-m1-tests.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/svc-common-13.1.0-m1-tests.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/svc-common-13.1.0-m1-tests.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-common --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/svc-common-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-common/13.1.0-m1/svc-common-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-common/13.1.0-m1/svc-common-13.1.0-m1.pom [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc-common/target/svc-common-13.1.0-m1-tests.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-common/13.1.0-m1/svc-common-13.1.0-m1-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/13.1.0-m1/svc-common-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-common/13.1.0-m1/svc-common-13.1.0-m1.jar (13 kB at 133 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-common/13.1.0-m1/svc-common-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-common/13.1.0-m1/svc-common-13.1.0-m1.pom (2.4 kB at 2.0 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 (385 B at 1.4 kB/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 (420 B at 4.3 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-common/13.1.0-m1/svc-common-13.1.0-m1-tests.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-common/13.1.0-m1/svc-common-13.1.0-m1-tests.jar (9.8 kB at 43 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:backend-svc >-------------------- [INFO] Building backend-svc 13.1.0-m1 [29/52] [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.tag/backend/svc' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc [INFO] Storing buildNumber: fc6652c at timestamp: 1616580597917 [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.tag/backend/svc' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ backend-svc --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ backend-svc --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ backend-svc --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- jacoco-maven-plugin:0.8.4: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.tag/backend/svc/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ backend-svc --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ backend-svc --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/backend-svc/13.1.0-m1/backend-svc-13.1.0-m1.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/13.1.0-m1/backend-svc-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/backend-svc/13.1.0-m1/backend-svc-13.1.0-m1.pom (2.7 kB at 7.0 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 (386 B at 2.0 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 (421 B at 3.3 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:svc-licenses >------------------- [INFO] Building svc-licenses 13.1.0-m1 [30/52] [INFO] --------------------------------[ war ]--------------------------------- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.pom (6.5 kB at 78 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-war-plugin/2.2/maven-war-plugin-2.2.jar (79 kB at 587 kB/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.tag/backend/svc/svc-licenses' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses [INFO] Storing buildNumber: fc6652c at timestamp: 1616580599160 [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.tag/backend/svc/svc-licenses' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ svc-licenses --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ svc-licenses --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-licenses:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenses/target/src-licenses-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ svc-licenses --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ svc-licenses --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ svc-licenses --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ svc-licenses --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ svc-licenses --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ svc-licenses --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ svc-licenses --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ svc-licenses --- [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.pom (11 kB at 34 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/xstream/xstream-parent/1.3.1/xstream-parent-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.3.1/xstream-parent-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.3.1/xstream-parent-1.3.1.pom (14 kB at 179 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 23 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.pom (4.0 kB at 49 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom (2.9 kB at 36 kB/s) [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 324 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.jar (33 kB at 349 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar (431 kB at 1.3 MB/s) WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar) to field java.util.Properties.defaults WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Packaging webapp [INFO] Assembling webapp [svc-licenses] in [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses/target/licenses] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses/src/main/webapp] [INFO] Webapp assembled in [821 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses/target/licenses.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-licenses --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/svc/svc-licenses/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ svc-licenses --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-licenses --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses/target/licenses.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-licenses/13.1.0-m1/svc-licenses-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenses/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-licenses/13.1.0-m1/svc-licenses-13.1.0-m1.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/13.1.0-m1/svc-licenses-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenses/13.1.0-m1/svc-licenses-13.1.0-m1.war (67 MB at 11 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenses/13.1.0-m1/svc-licenses-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenses/13.1.0-m1/svc-licenses-13.1.0-m1.pom (2.8 kB at 37 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 (387 B at 3.0 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 (422 B at 1.4 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:svc-users >--------------------- [INFO] Building svc-users 13.1.0-m1 [31/52] [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.tag/backend/svc/svc-users' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users [INFO] Storing buildNumber: fc6652c at timestamp: 1616580617041 [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.tag/backend/svc/svc-users' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ svc-users --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ svc-users --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-users:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-users/target/src-users-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ svc-users --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ svc-users --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ svc-users --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ svc-users --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ svc-users --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ svc-users --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ svc-users --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ svc-users --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-users] in [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users/target/users] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users/src/main/webapp] [INFO] Webapp assembled in [928 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users/target/users.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-users --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/svc/svc-users/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ svc-users --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-users --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users/target/users.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-users/13.1.0-m1/svc-users-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-users/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-users/13.1.0-m1/svc-users-13.1.0-m1.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/13.1.0-m1/svc-users-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-users/13.1.0-m1/svc-users-13.1.0-m1.war (67 MB at 12 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-users/13.1.0-m1/svc-users-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-users/13.1.0-m1/svc-users-13.1.0-m1.pom (2.8 kB at 14 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 (384 B at 1.9 kB/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 (419 B at 2.8 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:svc-vendors >-------------------- [INFO] Building svc-vendors 13.1.0-m1 [32/52] [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.tag/backend/svc/svc-vendors' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors [INFO] Storing buildNumber: fc6652c at timestamp: 1616580632968 [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.tag/backend/svc/svc-vendors' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ svc-vendors --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ svc-vendors --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-vendors:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vendors/target/src-vendors-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ svc-vendors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ svc-vendors --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ svc-vendors --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ svc-vendors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ svc-vendors --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ svc-vendors --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ svc-vendors --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ svc-vendors --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-vendors] in [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors/target/vendors] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors/src/main/webapp] [INFO] Webapp assembled in [1176 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors/target/vendors.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-vendors --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/svc/svc-vendors/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ svc-vendors --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-vendors --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors/target/vendors.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-vendors/13.1.0-m1/svc-vendors-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vendors/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-vendors/13.1.0-m1/svc-vendors-13.1.0-m1.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/13.1.0-m1/svc-vendors-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vendors/13.1.0-m1/svc-vendors-13.1.0-m1.war (67 MB at 10 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vendors/13.1.0-m1/svc-vendors-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vendors/13.1.0-m1/svc-vendors-13.1.0-m1.pom (2.8 kB at 29 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 (386 B at 3.6 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 (421 B at 1.2 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:svc-search >-------------------- [INFO] Building svc-search 13.1.0-m1 [33/52] [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.tag/backend/svc/svc-search' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search [INFO] Storing buildNumber: fc6652c at timestamp: 1616580649697 [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.tag/backend/svc/svc-search' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ svc-search --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ svc-search --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-search:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-search/target/src-search-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ svc-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ svc-search --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ svc-search --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ svc-search --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ svc-search --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ svc-search --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ svc-search --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ svc-search --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-search] in [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search/target/search] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search/src/main/webapp] [INFO] Webapp assembled in [1268 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search/target/search.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-search --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/svc/svc-search/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ svc-search --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-search --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search/target/search.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-search/13.1.0-m1/svc-search-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-search/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-search/13.1.0-m1/svc-search-13.1.0-m1.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/13.1.0-m1/svc-search-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-search/13.1.0-m1/svc-search-13.1.0-m1.war (67 MB at 10 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-search/13.1.0-m1/svc-search-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-search/13.1.0-m1/svc-search-13.1.0-m1.pom (2.8 kB at 38 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 (385 B at 3.1 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 (420 B at 4.2 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:svc-components >------------------ [INFO] Building svc-components 13.1.0-m1 [34/52] [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.tag/backend/svc/svc-components' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components [INFO] Storing buildNumber: fc6652c at timestamp: 1616580666646 [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.tag/backend/svc/svc-components' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ svc-components --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ svc-components --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-components:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-components/target/src-components-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ svc-components --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ svc-components --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ svc-components --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ svc-components --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ svc-components --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ svc-components --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ svc-components --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ svc-components --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-components] in [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components/target/components] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components/src/main/webapp] [INFO] Webapp assembled in [1100 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components/target/components.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-components --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/svc/svc-components/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ svc-components --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-components --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components/target/components.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-components/13.1.0-m1/svc-components-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-components/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-components/13.1.0-m1/svc-components-13.1.0-m1.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/13.1.0-m1/svc-components-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-components/13.1.0-m1/svc-components-13.1.0-m1.war (67 MB at 10 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-components/13.1.0-m1/svc-components-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-components/13.1.0-m1/svc-components-13.1.0-m1.pom (2.8 kB at 10 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 (389 B at 3.2 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 (424 B at 1.3 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:svc-projects >------------------- [INFO] Building svc-projects 13.1.0-m1 [35/52] [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.tag/backend/svc/svc-projects' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects [INFO] Storing buildNumber: fc6652c at timestamp: 1616580684275 [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.tag/backend/svc/svc-projects' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ svc-projects --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ svc-projects --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-projects:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-projects/target/src-projects-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ svc-projects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ svc-projects --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ svc-projects --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ svc-projects --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ svc-projects --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ svc-projects --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ svc-projects --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ svc-projects --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-projects] in [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects/target/projects] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects/src/main/webapp] [INFO] Webapp assembled in [1699 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects/target/projects.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-projects --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/svc/svc-projects/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ svc-projects --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-projects --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects/target/projects.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-projects/13.1.0-m1/svc-projects-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-projects/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-projects/13.1.0-m1/svc-projects-13.1.0-m1.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/13.1.0-m1/svc-projects-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-projects/13.1.0-m1/svc-projects-13.1.0-m1.war (67 MB at 12 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-projects/13.1.0-m1/svc-projects-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-projects/13.1.0-m1/svc-projects-13.1.0-m1.pom (2.8 kB at 20 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 (387 B at 3.2 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 (422 B at 3.5 kB/s) [INFO] [INFO] -----------------< org.eclipse.sw360:svc-attachments >------------------ [INFO] Building svc-attachments 13.1.0-m1 [36/52] [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.tag/backend/svc/svc-attachments' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments [INFO] Storing buildNumber: fc6652c at timestamp: 1616580700148 [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.tag/backend/svc/svc-attachments' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ svc-attachments --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ svc-attachments --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-attachments:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-attachments/target/src-attachments-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ svc-attachments --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ svc-attachments --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ svc-attachments --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ svc-attachments --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ svc-attachments --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ svc-attachments --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ svc-attachments --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ svc-attachments --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-attachments] in [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments/target/attachments] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments/src/main/webapp] [INFO] Webapp assembled in [767 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments/target/attachments.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-attachments --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/svc/svc-attachments/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ svc-attachments --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-attachments --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments/target/attachments.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-attachments/13.1.0-m1/svc-attachments-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-attachments/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-attachments/13.1.0-m1/svc-attachments-13.1.0-m1.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/13.1.0-m1/svc-attachments-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-attachments/13.1.0-m1/svc-attachments-13.1.0-m1.war (67 MB at 13 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-attachments/13.1.0-m1/svc-attachments-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-attachments/13.1.0-m1/svc-attachments-13.1.0-m1.pom (2.8 kB at 29 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 (390 B at 2.0 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 (425 B at 4.0 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:svc-moderation >------------------ [INFO] Building svc-moderation 13.1.0-m1 [37/52] [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.tag/backend/svc/svc-moderation' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation [INFO] Storing buildNumber: fc6652c at timestamp: 1616580715123 [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.tag/backend/svc/svc-moderation' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ svc-moderation --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ svc-moderation --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-moderation:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-moderation/target/src-moderation-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ svc-moderation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ svc-moderation --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ svc-moderation --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ svc-moderation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ svc-moderation --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ svc-moderation --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ svc-moderation --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ svc-moderation --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-moderation] in [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation/target/moderation] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation/src/main/webapp] [INFO] Webapp assembled in [827 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation/target/moderation.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-moderation --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/svc/svc-moderation/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ svc-moderation --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-moderation --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation/target/moderation.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-moderation/13.1.0-m1/svc-moderation-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-moderation/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-moderation/13.1.0-m1/svc-moderation-13.1.0-m1.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/13.1.0-m1/svc-moderation-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-moderation/13.1.0-m1/svc-moderation-13.1.0-m1.war (67 MB at 12 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-moderation/13.1.0-m1/svc-moderation-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-moderation/13.1.0-m1/svc-moderation-13.1.0-m1.pom (2.8 kB at 14 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 (389 B at 2.7 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 (424 B at 4.1 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:svc-fossology >------------------- [INFO] Building svc-fossology 13.1.0-m1 [38/52] [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.tag/backend/svc/svc-fossology' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology [INFO] Storing buildNumber: fc6652c at timestamp: 1616580730338 [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.tag/backend/svc/svc-fossology' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ svc-fossology --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ svc-fossology --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-fossology:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-fossology/target/src-fossology-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ svc-fossology --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ svc-fossology --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ svc-fossology --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ svc-fossology --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ svc-fossology --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ svc-fossology --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ svc-fossology --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ svc-fossology --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-fossology] in [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology/target/fossology] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology/src/main/webapp] [INFO] Webapp assembled in [962 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology/target/fossology.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-fossology --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/svc/svc-fossology/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ svc-fossology --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-fossology --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology/target/fossology.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-fossology/13.1.0-m1/svc-fossology-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-fossology/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-fossology/13.1.0-m1/svc-fossology-13.1.0-m1.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/13.1.0-m1/svc-fossology-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-fossology/13.1.0-m1/svc-fossology-13.1.0-m1.war (73 MB at 9.9 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-fossology/13.1.0-m1/svc-fossology-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-fossology/13.1.0-m1/svc-fossology-13.1.0-m1.pom (2.8 kB at 34 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 (388 B at 4.9 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 (423 B at 2.3 kB/s) [INFO] [INFO] ---------------< org.eclipse.sw360:svc-vulnerabilities >---------------- [INFO] Building svc-vulnerabilities 13.1.0-m1 [39/52] [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.tag/backend/svc/svc-vulnerabilities' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities [INFO] Storing buildNumber: fc6652c at timestamp: 1616580749212 [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.tag/backend/svc/svc-vulnerabilities' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ svc-vulnerabilities --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ svc-vulnerabilities --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-vulnerabilities:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-vulnerabilities/target/src-vulnerabilities-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ svc-vulnerabilities --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ svc-vulnerabilities --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ svc-vulnerabilities --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ svc-vulnerabilities --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ svc-vulnerabilities --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ svc-vulnerabilities --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ svc-vulnerabilities --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ svc-vulnerabilities --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-vulnerabilities] in [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities/target/vulnerabilities] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities/src/main/webapp] [INFO] Webapp assembled in [1037 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities/target/vulnerabilities.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-vulnerabilities --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/svc/svc-vulnerabilities/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ svc-vulnerabilities --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-vulnerabilities --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities/target/vulnerabilities.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-vulnerabilities/13.1.0-m1/svc-vulnerabilities-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-vulnerabilities/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-vulnerabilities/13.1.0-m1/svc-vulnerabilities-13.1.0-m1.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/13.1.0-m1/svc-vulnerabilities-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vulnerabilities/13.1.0-m1/svc-vulnerabilities-13.1.0-m1.war (67 MB at 6.1 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vulnerabilities/13.1.0-m1/svc-vulnerabilities-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-vulnerabilities/13.1.0-m1/svc-vulnerabilities-13.1.0-m1.pom (2.8 kB at 34 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 (394 B at 5.0 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 (429 B at 1.5 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:svc-cvesearch >------------------- [INFO] Building svc-cvesearch 13.1.0-m1 [40/52] [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.tag/backend/svc/svc-cvesearch' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch [INFO] Storing buildNumber: fc6652c at timestamp: 1616580769925 [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.tag/backend/svc/svc-cvesearch' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ svc-cvesearch --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ svc-cvesearch --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-cvesearch:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-cvesearch/target/src-cvesearch-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ svc-cvesearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ svc-cvesearch --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ svc-cvesearch --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ svc-cvesearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ svc-cvesearch --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ svc-cvesearch --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ svc-cvesearch --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ svc-cvesearch --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-cvesearch] in [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch/target/cvesearch] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch/src/main/webapp] [INFO] Webapp assembled in [770 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch/target/cvesearch.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-cvesearch --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/svc/svc-cvesearch/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ svc-cvesearch --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-cvesearch --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch/target/cvesearch.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-cvesearch/13.1.0-m1/svc-cvesearch-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-cvesearch/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-cvesearch/13.1.0-m1/svc-cvesearch-13.1.0-m1.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/13.1.0-m1/svc-cvesearch-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-cvesearch/13.1.0-m1/svc-cvesearch-13.1.0-m1.war (67 MB at 6.0 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-cvesearch/13.1.0-m1/svc-cvesearch-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-cvesearch/13.1.0-m1/svc-cvesearch-13.1.0-m1.pom (2.9 kB at 44 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 (388 B at 4.7 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 (423 B at 4.4 kB/s) [INFO] [INFO] -----------------< org.eclipse.sw360:svc-licenseinfo >------------------ [INFO] Building svc-licenseinfo 13.1.0-m1 [41/52] [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.tag/backend/svc/svc-licenseinfo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo [INFO] Storing buildNumber: fc6652c at timestamp: 1616580791260 [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.tag/backend/svc/svc-licenseinfo' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ svc-licenseinfo --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ svc-licenseinfo --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-licenseinfo:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-licenseinfo/target/src-licenseinfo-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ svc-licenseinfo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ svc-licenseinfo --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ svc-licenseinfo --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ svc-licenseinfo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ svc-licenseinfo --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ svc-licenseinfo --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ svc-licenseinfo --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ svc-licenseinfo --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-licenseinfo] in [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo/target/licenseinfo] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo/src/main/webapp] [INFO] Webapp assembled in [925 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo/target/licenseinfo.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-licenseinfo --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/svc/svc-licenseinfo/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ svc-licenseinfo --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-licenseinfo --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo/target/licenseinfo.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-licenseinfo/13.1.0-m1/svc-licenseinfo-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-licenseinfo/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-licenseinfo/13.1.0-m1/svc-licenseinfo-13.1.0-m1.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/13.1.0-m1/svc-licenseinfo-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenseinfo/13.1.0-m1/svc-licenseinfo-13.1.0-m1.war (69 MB at 13 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenseinfo/13.1.0-m1/svc-licenseinfo-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-licenseinfo/13.1.0-m1/svc-licenseinfo-13.1.0-m1.pom (2.8 kB at 52 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 (390 B at 5.4 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 (425 B at 4.6 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:svc-schedule >------------------- [INFO] Building svc-schedule 13.1.0-m1 [42/52] [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.tag/backend/svc/svc-schedule' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule [INFO] Storing buildNumber: fc6652c at timestamp: 1616580806112 [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.tag/backend/svc/svc-schedule' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ svc-schedule --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ svc-schedule --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-schedule:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-schedule/target/src-schedule-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ svc-schedule --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ svc-schedule --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ svc-schedule --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ svc-schedule --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ svc-schedule --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ svc-schedule --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ svc-schedule --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ svc-schedule --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-schedule] in [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule/target/schedule] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule/src/main/webapp] [INFO] Webapp assembled in [578 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule/target/schedule.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-schedule --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/svc/svc-schedule/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ svc-schedule --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-schedule --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule/target/schedule.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-schedule/13.1.0-m1/svc-schedule-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-schedule/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-schedule/13.1.0-m1/svc-schedule-13.1.0-m1.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/13.1.0-m1/svc-schedule-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-schedule/13.1.0-m1/svc-schedule-13.1.0-m1.war (67 MB at 16 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-schedule/13.1.0-m1/svc-schedule-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-schedule/13.1.0-m1/svc-schedule-13.1.0-m1.pom (2.9 kB at 19 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 (387 B at 2.4 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 (422 B at 356 B/s) [INFO] [INFO] -------------------< org.eclipse.sw360:svc-wsimport >------------------- [INFO] Building svc-wsimport 13.1.0-m1 [43/52] [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.tag/backend/svc/svc-wsimport' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport [INFO] Storing buildNumber: fc6652c at timestamp: 1616580820974 [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.tag/backend/svc/svc-wsimport' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ svc-wsimport --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ svc-wsimport --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-wsimport:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-wsimport/target/src-wsimport-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ svc-wsimport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ svc-wsimport --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ svc-wsimport --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ svc-wsimport --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ svc-wsimport --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ svc-wsimport --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ svc-wsimport --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ svc-wsimport --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-wsimport] in [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport/target/wsimport] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport/src/main/webapp] [INFO] Webapp assembled in [640 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport/target/wsimport.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-wsimport --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/svc/svc-wsimport/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ svc-wsimport --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-wsimport --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport/target/wsimport.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-wsimport/13.1.0-m1/svc-wsimport-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-wsimport/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-wsimport/13.1.0-m1/svc-wsimport-13.1.0-m1.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/13.1.0-m1/svc-wsimport-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-wsimport/13.1.0-m1/svc-wsimport-13.1.0-m1.war (67 MB at 13 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-wsimport/13.1.0-m1/svc-wsimport-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-wsimport/13.1.0-m1/svc-wsimport-13.1.0-m1.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/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 (387 B at 401 B/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 (422 B at 3.3 kB/s) [INFO] [INFO] ------------------< org.eclipse.sw360:svc-changelogs >------------------ [INFO] Building svc-changelogs 13.1.0-m1 [44/52] [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.tag/backend/svc/svc-changelogs' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs [INFO] Storing buildNumber: fc6652c at timestamp: 1616580835970 [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.tag/backend/svc/svc-changelogs' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ svc-changelogs --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ svc-changelogs --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-changelogs:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-changelogs/target/src-changelogs-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ svc-changelogs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ svc-changelogs --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ svc-changelogs --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ svc-changelogs --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ svc-changelogs --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ svc-changelogs --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ svc-changelogs --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ svc-changelogs --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-changelogs] in [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs/target/changelogs] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs/src/main/webapp] [INFO] Webapp assembled in [888 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs/target/changelogs.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-changelogs --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/svc/svc-changelogs/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ svc-changelogs --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-changelogs --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs/target/changelogs.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-changelogs/13.1.0-m1/svc-changelogs-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-changelogs/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-changelogs/13.1.0-m1/svc-changelogs-13.1.0-m1.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/13.1.0-m1/svc-changelogs-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-changelogs/13.1.0-m1/svc-changelogs-13.1.0-m1.war (67 MB at 5.4 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-changelogs/13.1.0-m1/svc-changelogs-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-changelogs/13.1.0-m1/svc-changelogs-13.1.0-m1.pom (2.8 kB at 30 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 (389 B at 4.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 (424 B at 4.4 kB/s) [INFO] [INFO] --------------------< org.eclipse.sw360:svc-health >-------------------- [INFO] Building svc-health 13.1.0-m1 [45/52] [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.tag/backend/svc/svc-health' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health [INFO] Storing buildNumber: fc6652c at timestamp: 1616580858217 [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.tag/backend/svc/svc-health' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ svc-health --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ svc-health --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-common:13.1.0-m1:jar [INFO] Configured Artifact: org.eclipse.sw360:src-health:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health/target/classes with includes "" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src-common/target/src-common-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/backend/src/src-health/target/src-health-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health/target/classes with includes "" and excludes "**/*.java,**/*.class" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ svc-health --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ svc-health --- [INFO] No sources to compile [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ svc-health --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ svc-health --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ svc-health --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ svc-health --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ svc-health --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ svc-health --- [INFO] Packaging webapp [INFO] Assembling webapp [svc-health] in [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health/target/health] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health/src/main/webapp] [INFO] Webapp assembled in [664 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health/target/health.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ svc-health --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/backend/svc/svc-health/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ svc-health --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ svc-health --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health/target/health.war to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-health/13.1.0-m1/svc-health-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/backend/svc/svc-health/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/svc-health/13.1.0-m1/svc-health-13.1.0-m1.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/13.1.0-m1/svc-health-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-health/13.1.0-m1/svc-health-13.1.0-m1.war (67 MB at 6.3 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-health/13.1.0-m1/svc-health-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/svc-health/13.1.0-m1/svc-health-13.1.0-m1.pom (2.7 kB at 30 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 (385 B at 3.7 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 (420 B at 362 B/s) [INFO] [INFO] -----------------------< org.eclipse.sw360:rest >----------------------- [INFO] Building rest 13.1.0-m1 [46/52] [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.tag/rest' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/rest [INFO] Storing buildNumber: fc6652c at timestamp: 1616580879308 [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.tag/rest' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/rest [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ rest --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/rest/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/rest/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ rest --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/target/classes with includes "" and excludes "" [INFO] [INFO] --- flatten-maven-plugin:1.0.0:flatten (flatten) @ rest --- [INFO] Generating flattened POM of project org.eclipse.sw360:rest:pom:13.1.0-m1... [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ rest --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- jacoco-maven-plugin:0.8.4: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.tag/rest/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/rest/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/rest/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ rest --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rest --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/rest/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/rest/13.1.0-m1/rest-13.1.0-m1.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/13.1.0-m1/rest-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest/13.1.0-m1/rest-13.1.0-m1.pom (1.1 kB at 11 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 (379 B at 1.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 (414 B at 3.8 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:rest-common >-------------------- [INFO] Building rest-common 13.1.0-m1 [47/52] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-web/1.5.8.RELEASE/spring-boot-starter-web-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-web/1.5.8.RELEASE/spring-boot-starter-web-1.5.8.RELEASE.pom (1.7 kB at 5.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starters/1.5.8.RELEASE/spring-boot-starters-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starters/1.5.8.RELEASE/spring-boot-starters-1.5.8.RELEASE.pom (6.4 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-parent/1.5.8.RELEASE/spring-boot-parent-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-parent/1.5.8.RELEASE/spring-boot-parent-1.5.8.RELEASE.pom (28 kB at 224 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/1.5.8.RELEASE/spring-boot-starter-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/1.5.8.RELEASE/spring-boot-starter-1.5.8.RELEASE.pom (1.7 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/1.5.8.RELEASE/spring-boot-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/1.5.8.RELEASE/spring-boot-1.5.8.RELEASE.pom (10 kB at 240 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/4.3.12.RELEASE/spring-core-4.3.12.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/4.3.12.RELEASE/spring-core-4.3.12.RELEASE.pom (2.5 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/4.3.12.RELEASE/spring-context-4.3.12.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/4.3.12.RELEASE/spring-context-4.3.12.RELEASE.pom (5.0 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/4.3.12.RELEASE/spring-aop-4.3.12.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/4.3.12.RELEASE/spring-aop-4.3.12.RELEASE.pom (2.7 kB at 8.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/4.3.12.RELEASE/spring-beans-4.3.12.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/4.3.12.RELEASE/spring-beans-4.3.12.RELEASE.pom (2.5 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/4.3.12.RELEASE/spring-expression-4.3.12.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/4.3.12.RELEASE/spring-expression-4.3.12.RELEASE.pom (1.7 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/1.5.8.RELEASE/spring-boot-autoconfigure-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/1.5.8.RELEASE/spring-boot-autoconfigure-1.5.8.RELEASE.pom (21 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.17/snakeyaml-1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.17/snakeyaml-1.17.pom (28 kB at 364 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-tomcat/1.5.8.RELEASE/spring-boot-starter-tomcat-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-tomcat/1.5.8.RELEASE/spring-boot-starter-tomcat-1.5.8.RELEASE.pom (1.3 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-core/8.5.23/tomcat-embed-core-8.5.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-core/8.5.23/tomcat-embed-core-8.5.23.pom (1.6 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/tomcat-annotations-api/8.5.23/tomcat-annotations-api-8.5.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/tomcat-annotations-api/8.5.23/tomcat-annotations-api-8.5.23.pom (1.3 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-el/8.5.23/tomcat-embed-el-8.5.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-el/8.5.23/tomcat-embed-el-8.5.23.pom (1.3 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.23/tomcat-embed-websocket-8.5.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.23/tomcat-embed-websocket-8.5.23.pom (1.6 kB at 8.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/hibernate-validator/5.3.5.Final/hibernate-validator-5.3.5.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/hibernate-validator/5.3.5.Final/hibernate-validator-5.3.5.Final.pom (16 kB at 247 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/hibernate-validator-parent/5.3.5.Final/hibernate-validator-parent-5.3.5.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/hibernate-validator-parent/5.3.5.Final/hibernate-validator-parent-5.3.5.Final.pom (44 kB at 529 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.1.11.Final/arquillian-bom-1.1.11.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.1.11.Final/arquillian-bom-1.1.11.Final.pom (11 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.3/shrinkwrap-bom-1.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.3/shrinkwrap-bom-1.2.3.pom (4.0 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.0/shrinkwrap-resolver-bom-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/2.2.0/shrinkwrap-resolver-bom-2.2.0.pom (5.3 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-8/shrinkwrap-descriptors-bom-2.0.0-alpha-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0-alpha-8/shrinkwrap-descriptors-bom-2.0.0-alpha-8.pom (5.2 kB at 250 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.pom (5.9 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/15/jboss-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/15/jboss-parent-15.pom (32 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.3.1/classmate-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.3.1/classmate-1.3.1.pom (5.3 kB at 134 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 511 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/4.3.12.RELEASE/spring-web-4.3.12.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/4.3.12.RELEASE/spring-web-4.3.12.RELEASE.pom (8.0 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/4.3.12.RELEASE/spring-webmvc-4.3.12.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/4.3.12.RELEASE/spring-webmvc-4.3.12.RELEASE.pom (10.0 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-web/1.5.8.RELEASE/spring-boot-starter-web-1.5.8.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/4.3.12.RELEASE/spring-core-4.3.12.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/1.5.8.RELEASE/spring-boot-autoconfigure-1.5.8.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/1.5.8.RELEASE/spring-boot-1.5.8.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/1.5.8.RELEASE/spring-boot-starter-1.5.8.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-web/1.5.8.RELEASE/spring-boot-starter-web-1.5.8.RELEASE.jar (2.3 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.17/snakeyaml-1.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter/1.5.8.RELEASE/spring-boot-starter-1.5.8.RELEASE.jar (2.3 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-tomcat/1.5.8.RELEASE/spring-boot-starter-tomcat-1.5.8.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-autoconfigure/1.5.8.RELEASE/spring-boot-autoconfigure-1.5.8.RELEASE.jar (1.1 MB at 6.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/8.5.23/tomcat-embed-core-8.5.23.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/1.17/snakeyaml-1.17.jar (274 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/tomcat-annotations-api/8.5.23/tomcat-annotations-api-8.5.23.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/4.3.12.RELEASE/spring-core-4.3.12.RELEASE.jar (1.1 MB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-el/8.5.23/tomcat-embed-el-8.5.23.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-tomcat/1.5.8.RELEASE/spring-boot-starter-tomcat-1.5.8.RELEASE.jar (2.3 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.23/tomcat-embed-websocket-8.5.23.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot/1.5.8.RELEASE/spring-boot-1.5.8.RELEASE.jar (674 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/hibernate-validator/5.3.5.Final/hibernate-validator-5.3.5.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-el/8.5.23/tomcat-embed-el-8.5.23.jar (240 kB at 857 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-websocket/8.5.23/tomcat-embed-websocket-8.5.23.jar (249 kB at 760 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.3.1/classmate-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/tomcat-annotations-api/8.5.23/tomcat-annotations-api-8.5.23.jar (18 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/4.3.12.RELEASE/spring-web-4.3.12.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.3.1/classmate-1.3.1.jar (65 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/4.3.12.RELEASE/spring-aop-4.3.12.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/tomcat/embed/tomcat-embed-core/8.5.23/tomcat-embed-core-8.5.23.jar (3.1 MB at 7.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/4.3.12.RELEASE/spring-beans-4.3.12.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/4.3.12.RELEASE/spring-aop-4.3.12.RELEASE.jar (380 kB at 820 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/4.3.12.RELEASE/spring-context-4.3.12.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/4.3.12.RELEASE/spring-beans-4.3.12.RELEASE.jar (763 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/4.3.12.RELEASE/spring-webmvc-4.3.12.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/hibernate-validator/5.3.5.Final/hibernate-validator-5.3.5.Final.jar (726 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/4.3.12.RELEASE/spring-expression-4.3.12.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-web/4.3.12.RELEASE/spring-web-4.3.12.RELEASE.jar (823 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/4.3.12.RELEASE/spring-expression-4.3.12.RELEASE.jar (264 kB at 445 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-webmvc/4.3.12.RELEASE/spring-webmvc-4.3.12.RELEASE.jar (915 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/4.3.12.RELEASE/spring-context-4.3.12.RELEASE.jar (1.1 MB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar (67 kB at 47 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.tag/rest/rest-common' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/rest-common [INFO] Storing buildNumber: fc6652c at timestamp: 1616580884957 [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.tag/rest/rest-common' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/rest-common [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ rest-common --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/rest/rest-common/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/rest/rest-common/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ rest-common --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/rest-common/target/classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ rest-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ rest-common --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/rest-common/target/classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ rest-common --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/rest-common/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ rest-common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/rest/rest-common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ rest-common --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ rest-common --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ rest-common --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ rest-common --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/rest/rest-common/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/rest-common/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/rest-common/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/rest-common/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/rest/rest-common/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/rest/rest-common/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ rest-common --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/rest/rest-common/target/rest-common.jar' is disabled. [INFO] Jar '/home/jenkins/agent/workspace/sw360.deploy.tag/rest/rest-common/target/rest-common.jar' is already signed. The signature will be overwritten. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/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.tag/rest/rest-common/target/rest-common.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/rest-common/13.1.0-m1/rest-common-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/rest/rest-common/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/rest-common/13.1.0-m1/rest-common-13.1.0-m1.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/13.1.0-m1/rest-common-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest-common/13.1.0-m1/rest-common-13.1.0-m1.jar (15 kB at 35 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest-common/13.1.0-m1/rest-common-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/rest-common/13.1.0-m1/rest-common-13.1.0-m1.pom (1.6 kB at 7.8 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 (386 B at 1.9 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 (421 B at 2.2 kB/s) [INFO] [INFO] ---------------< org.eclipse.sw360:authorization-server >--------------- [INFO] Building authorization-server 13.1.0-m1 [48/52] [INFO] --------------------------------[ war ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom (5.9 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.3.4/classmate-1.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.3.4/classmate-1.3.4.pom (5.8 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-security/1.5.8.RELEASE/spring-boot-starter-security-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-security/1.5.8.RELEASE/spring-boot-starter-security-1.5.8.RELEASE.pom (1.7 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-logging/1.5.8.RELEASE/spring-boot-starter-logging-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-logging/1.5.8.RELEASE/spring-boot-starter-logging-1.5.8.RELEASE.pom (1.3 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.11/logback-classic-1.1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.11/logback-classic-1.1.11.pom (13 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.11/logback-parent-1.1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.11/logback-parent-1.1.11.pom (18 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.11/logback-core-1.1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.11/logback-core-1.1.11.pom (4.4 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.pom (986 B at 7.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/log4j-over-slf4j/1.7.25/log4j-over-slf4j-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/log4j-over-slf4j/1.7.25/log4j-over-slf4j-1.7.25.pom (1.1 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-config/4.2.3.RELEASE/spring-security-config-4.2.3.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-config/4.2.3.RELEASE/spring-security-config-4.2.3.RELEASE.pom (13 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/4.3.9.RELEASE/spring-framework-bom-4.3.9.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/4.3.9.RELEASE/spring-framework-bom-4.3.9.RELEASE.pom (5.1 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-core/4.2.3.RELEASE/spring-security-core-4.2.3.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-core/4.2.3.RELEASE/spring-security-core-4.2.3.RELEASE.pom (9.3 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-web/4.2.3.RELEASE/spring-security-web-4.2.3.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-web/4.2.3.RELEASE/spring-security-web-4.2.3.RELEASE.pom (8.1 kB at 100 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.0.14.RELEASE/spring-security-oauth2-2.0.14.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.0.14.RELEASE/spring-security-oauth2-2.0.14.RELEASE.pom (6.2 kB at 59 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.0.14.RELEASE/spring-security-oauth-parent-2.0.14.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.0.14.RELEASE/spring-security-oauth-parent-2.0.14.RELEASE.pom (16 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom (1.5 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom (1.3 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-jwt/1.0.8.RELEASE/spring-security-jwt-1.0.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-jwt/1.0.8.RELEASE/spring-security-jwt-1.0.8.RELEASE.pom (5.2 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.56/bcpkix-jdk15on-1.56.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.56/bcpkix-jdk15on-1.56.pom (1.5 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.pom (1.2 kB at 385 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-devtools/1.5.8.RELEASE/spring-boot-devtools-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-devtools/1.5.8.RELEASE/spring-boot-devtools-1.5.8.RELEASE.pom (5.8 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-test/1.5.8.RELEASE/spring-boot-starter-test-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-test/1.5.8.RELEASE/spring-boot-starter-test-1.5.8.RELEASE.pom (3.1 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-test/1.5.8.RELEASE/spring-boot-test-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/1.5.8.RELEASE/spring-boot-test-1.5.8.RELEASE.pom (5.1 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/1.5.8.RELEASE/spring-boot-test-autoconfigure-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/1.5.8.RELEASE/spring-boot-test-autoconfigure-1.5.8.RELEASE.pom (5.7 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.2.0/json-path-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.2.0/json-path-2.2.0.pom (2.4 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.2.1/json-smart-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.2.1/json-smart-2.2.1.pom (12 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/1.1/accessors-smart-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/1.1/accessors-smart-1.1.pom (2.1 kB at 8.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/minidev-parent/2.2/minidev-parent-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/minidev-parent/2.2/minidev-parent-2.2.pom (9.1 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom (1.9 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (5.5 kB at 2.7 MB/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 165 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 248 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 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom (1.3 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.1/objenesis-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.1/objenesis-2.1.pom (2.5 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.1/objenesis-parent-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.1/objenesis-parent-2.1.pom (17 kB at 522 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 2.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.4.0/jsonassert-1.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.4.0/jsonassert-1.4.0.pom (5.2 kB at 72 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 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/4.3.12.RELEASE/spring-test-4.3.12.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/4.3.12.RELEASE/spring-test-4.3.12.RELEASE.pom (8.2 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-test/4.2.3.RELEASE/spring-security-test-4.2.3.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-test/4.2.3.RELEASE/spring-security-test-4.2.3.RELEASE.pom (5.9 kB at 100 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 62 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 33 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 439 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.pom (4.6 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.1/all-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.1/all-1.2.1.pom (18 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.2/project-1.0.2.pom (12 kB at 322 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 43 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 13 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 458 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.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 62 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 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.pom (2.8 kB at 2.6 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.2/jaxb-txw-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-txw-parent/2.3.2/jaxb-txw-parent-2.3.2.pom (1.1 kB at 19 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 14 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 345 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 82 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 105 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 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-core/1.1.3.RELEASE/spring-restdocs-core-1.1.3.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-core/1.1.3.RELEASE/spring-restdocs-core-1.1.3.RELEASE.pom (4.5 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/4.2.5.RELEASE/spring-framework-bom-4.2.5.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/4.2.5.RELEASE/spring-framework-bom-4.2.5.RELEASE.pom (5.1 kB at 111 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 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-mockmvc/1.1.3.RELEASE/spring-restdocs-mockmvc-1.1.3.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-mockmvc/1.1.3.RELEASE/spring-restdocs-mockmvc-1.1.3.RELEASE.pom (4.9 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/projectlombok/lombok/1.18.2/lombok-1.18.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/projectlombok/lombok/1.18.2/lombok-1.18.2.pom (1.6 kB at 6.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.9.9/joda-time-2.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.9.9/joda-time-2.9.9.pom (35 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-web/4.2.3.RELEASE/spring-security-web-4.2.3.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-config/4.2.3.RELEASE/spring-security-config-4.2.3.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-security/1.5.8.RELEASE/spring-boot-starter-security-1.5.8.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-security/1.5.8.RELEASE/spring-boot-starter-security-1.5.8.RELEASE.jar (2.3 kB at 44 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.0.14.RELEASE/spring-security-oauth2-2.0.14.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.jar (66 kB at 815 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-core/4.2.3.RELEASE/spring-security-core-4.2.3.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.3.4/classmate-1.3.4.jar (65 kB at 415 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-config/4.2.3.RELEASE/spring-security-config-4.2.3.RELEASE.jar (588 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-core/4.2.3.RELEASE/spring-security-core-4.2.3.RELEASE.jar (400 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-jwt/1.0.8.RELEASE/spring-security-jwt-1.0.8.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/oauth/spring-security-oauth2/2.0.14.RELEASE/spring-security-oauth2-2.0.14.RELEASE.jar (475 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.56/bcpkix-jdk15on-1.56.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-web/4.2.3.RELEASE/spring-security-web-4.2.3.RELEASE.jar (384 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-jwt/1.0.8.RELEASE/spring-security-jwt-1.0.8.RELEASE.jar (33 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-devtools/1.5.8.RELEASE/spring-boot-devtools-1.5.8.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar (781 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-test/1.5.8.RELEASE/spring-boot-starter-test-1.5.8.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar (232 kB at 483 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test/1.5.8.RELEASE/spring-boot-test-1.5.8.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-test/1.5.8.RELEASE/spring-boot-starter-test-1.5.8.RELEASE.jar (2.7 kB at 4.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/1.5.8.RELEASE/spring-boot-test-autoconfigure-1.5.8.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-devtools/1.5.8.RELEASE/spring-boot-devtools-1.5.8.RELEASE.jar (216 kB at 383 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jayway/jsonpath/json-path/2.2.0/json-path-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.jar (3.4 MB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.2.1/json-smart-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk15on/1.56/bcpkix-jdk15on-1.56.jar (685 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/1.1/accessors-smart-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-test-autoconfigure/1.5.8.RELEASE/spring-boot-test-autoconfigure-1.5.8.RELEASE.jar (123 kB at 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar (53 kB at 81 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/org/springframework/boot/spring-boot-test/1.5.8.RELEASE/spring-boot-test-1.5.8.RELEASE.jar (146 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/json-smart/2.2.1/json-smart-2.2.1.jar (121 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.1/objenesis-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/minidev/accessors-smart/1.1/accessors-smart-1.1.jar (81 kB at 96 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/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.1/objenesis-2.1.jar (42 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/skyscreamer/jsonassert/1.4.0/jsonassert-1.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar (53 kB at 59 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/com/jayway/jsonpath/json-path/2.2.0/json-path-2.2.0.jar (207 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/4.3.12.RELEASE/spring-test-4.3.12.RELEASE.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 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-test/4.2.3.RELEASE/spring-security-test-4.2.3.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar (1.2 MB at 1.1 MB/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/skyscreamer/jsonassert/1.4.0/jsonassert-1.4.0.jar (29 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.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 98 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/com/vaadin/external/google/android-json/0.0.20131108.vaadin1/android-json-0.0.20131108.vaadin1.jar (18 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/1.2.1/jakarta.activation-api-1.2.1.jar (44 kB at 35 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/org/springframework/security/spring-security-test/4.2.3.RELEASE/spring-security-test-4.2.3.RELEASE.jar (49 kB at 39 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/glassfish/jaxb/txw2/2.3.2/txw2-2.3.2.jar (72 kB at 55 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/com/sun/istack/istack-commons-runtime/3.0.8/istack-commons-runtime-3.0.8.jar (27 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-core/1.1.3.RELEASE/spring-restdocs-core-1.1.3.RELEASE.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 28 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.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 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-mockmvc/1.1.3.RELEASE/spring-restdocs-mockmvc-1.1.3.RELEASE.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 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/projectlombok/lombok/1.18.2/lombok-1.18.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-mockmvc/1.1.3.RELEASE/spring-restdocs-mockmvc-1.1.3.RELEASE.jar (18 kB at 12 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.jar [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.jar (17 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.9.9/joda-time-2.9.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-core/1.1.3.RELEASE/spring-restdocs-core-1.1.3.RELEASE.jar (243 kB at 167 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/4.3.12.RELEASE/spring-test-4.3.12.RELEASE.jar (602 kB at 411 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/projectlombok/lombok/1.18.2/lombok-1.18.2.jar (1.7 MB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.9.9/joda-time-2.9.9.jar (634 kB at 352 kB/s) [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 418 kB/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.tag/rest/authorization-server' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server [INFO] Storing buildNumber: fc6652c at timestamp: 1616580901989 [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.tag/rest/authorization-server' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ authorization-server --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ authorization-server --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/target/classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ authorization-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ authorization-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/target/classes [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ authorization-server --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ authorization-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ authorization-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/target/test-classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/src/test/java/org/eclipse/sw360/rest/authserver/IntegrationTestBase.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/src/test/java/org/eclipse/sw360/rest/authserver/IntegrationTestBase.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ authorization-server --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ authorization-server --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ authorization-server --- [INFO] Packaging webapp [INFO] Assembling webapp [authorization-server] in [/home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/target/authorization] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/src/main/webapp] [INFO] Webapp assembled in [1570 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/target/authorization.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ authorization-server --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ authorization-server --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ authorization-server --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/target/authorization.war to /home/jenkins/.m2/repository/org/eclipse/sw360/authorization-server/13.1.0-m1/authorization-server-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/rest/authorization-server/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/authorization-server/13.1.0-m1/authorization-server-13.1.0-m1.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/13.1.0-m1/authorization-server-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/authorization-server/13.1.0-m1/authorization-server-13.1.0-m1.war (34 MB at 11 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/authorization-server/13.1.0-m1/authorization-server-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/authorization-server/13.1.0-m1/authorization-server-13.1.0-m1.pom (4.7 kB at 56 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 (395 B at 6.4 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 (430 B at 3.0 kB/s) [INFO] [INFO] -----------------< org.eclipse.sw360:resource-server >------------------ [INFO] Building resource-server 13.1.0-m1 [49/52] [INFO] --------------------------------[ war ]--------------------------------- [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.pom (7.7 kB at 126 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/25/maven-plugins-25.pom (9.6 kB at 3.2 MB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.7/maven-resources-plugin-2.7.jar (31 kB at 414 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.pom (18 kB at 131 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctor-maven-plugin/1.5.6/asciidoctor-maven-plugin-1.5.6.jar (55 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-actuator/1.5.8.RELEASE/spring-boot-starter-actuator-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-actuator/1.5.8.RELEASE/spring-boot-starter-actuator-1.5.8.RELEASE.pom (1.2 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-actuator/1.5.8.RELEASE/spring-boot-actuator-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator/1.5.8.RELEASE/spring-boot-actuator-1.5.8.RELEASE.pom (11 kB at 249 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/1.5.8.RELEASE/spring-boot-starter-data-rest-1.5.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-data-rest/1.5.8.RELEASE/spring-boot-starter-data-rest-1.5.8.RELEASE.pom (2.1 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-rest-webmvc/2.6.8.RELEASE/spring-data-rest-webmvc-2.6.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-webmvc/2.6.8.RELEASE/spring-data-rest-webmvc-2.6.8.RELEASE.pom (3.4 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-parent/2.6.8.RELEASE/spring-data-rest-parent-2.6.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-parent/2.6.8.RELEASE/spring-data-rest-parent-2.6.8.RELEASE.pom (3.3 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/build/spring-data-parent/1.9.8.RELEASE/spring-data-parent-1.9.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/build/spring-data-parent/1.9.8.RELEASE/spring-data-parent-1.9.8.RELEASE.pom (25 kB at 471 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-core/2.6.8.RELEASE/spring-data-rest-core-2.6.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-core/2.6.8.RELEASE/spring-data-rest-core-2.6.8.RELEASE.pom (2.1 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/4.3.12.RELEASE/spring-tx-4.3.12.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/4.3.12.RELEASE/spring-tx-4.3.12.RELEASE.pom (3.2 kB at 9.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/hateoas/spring-hateoas/0.23.0.RELEASE/spring-hateoas-0.23.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/hateoas/spring-hateoas/0.23.0.RELEASE/spring-hateoas-0.23.0.RELEASE.pom (19 kB at 310 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-commons/1.13.8.RELEASE/spring-data-commons-1.13.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-commons/1.13.8.RELEASE/spring-data-commons-1.13.8.RELEASE.pom (8.1 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE.pom (1.4 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin/1.2.0.RELEASE/spring-plugin-1.2.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin/1.2.0.RELEASE/spring-plugin-1.2.0.RELEASE.pom (5.7 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/evo-inflector/1.2.2/evo-inflector-1.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/evo-inflector/1.2.2/evo-inflector-1.2.2.pom (1.8 kB at 4.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/parent/1.14/parent-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/parent/1.14/parent-1.14.pom (16 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-hal-browser/2.6.8.RELEASE/spring-data-rest-hal-browser-2.6.8.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-hal-browser/2.6.8.RELEASE/spring-data-rest-hal-browser-2.6.8.RELEASE.pom (5.4 kB at 4.0 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 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-actuator/1.5.8.RELEASE/spring-boot-starter-actuator-1.5.8.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-core/2.6.8.RELEASE/spring-data-rest-core-2.6.8.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-webmvc/2.6.8.RELEASE/spring-data-rest-webmvc-2.6.8.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-data-rest/1.5.8.RELEASE/spring-boot-starter-data-rest-1.5.8.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator/1.5.8.RELEASE/spring-boot-actuator-1.5.8.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-actuator/1.5.8.RELEASE/spring-boot-starter-actuator-1.5.8.RELEASE.jar (2.3 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/4.3.12.RELEASE/spring-tx-4.3.12.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-starter-data-rest/1.5.8.RELEASE/spring-boot-starter-data-rest-1.5.8.RELEASE.jar (2.5 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/hateoas/spring-hateoas/0.23.0.RELEASE/spring-hateoas-0.23.0.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/4.3.12.RELEASE/spring-tx-4.3.12.RELEASE.jar (267 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-webmvc/2.6.8.RELEASE/spring-data-rest-webmvc-2.6.8.RELEASE.jar (313 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-commons/1.13.8.RELEASE/spring-data-commons-1.13.8.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/boot/spring-boot-actuator/1.5.8.RELEASE/spring-boot-actuator-1.5.8.RELEASE.jar (558 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/evo-inflector/1.2.2/evo-inflector-1.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/hateoas/spring-hateoas/0.23.0.RELEASE/spring-hateoas-0.23.0.RELEASE.jar (201 kB at 466 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-hal-browser/2.6.8.RELEASE/spring-data-rest-hal-browser-2.6.8.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/atteo/evo-inflector/1.2.2/evo-inflector-1.2.2.jar (13 kB at 28 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/javax/activation/activation/1.1.1/activation-1.1.1.jar (69 kB at 143 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-hal-browser/2.6.8.RELEASE/spring-data-rest-hal-browser-2.6.8.RELEASE.jar (370 kB at 752 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-commons/1.13.8.RELEASE/spring-data-commons-1.13.8.RELEASE.jar (784 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/data/spring-data-rest-core/2.6.8.RELEASE/spring-data-rest-core-2.6.8.RELEASE.jar (130 kB at 107 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/plugin/spring-plugin-core/1.2.0.RELEASE/spring-plugin-core-1.2.0.RELEASE.jar (20 kB at 15 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.tag/rest/resource-server' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server [INFO] Storing buildNumber: fc6652c at timestamp: 1616580930886 [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.tag/rest/resource-server' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ resource-server --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-resources) @ resource-server --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ resource-server --- [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom (6.5 kB at 155 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.pom (4.0 kB at 84 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar [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.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar [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.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar [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.jar (239 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar (44 kB at 223 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.3/maven-shared-utils-0.3.jar (155 kB at 716 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ resource-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/main/java/org/eclipse/sw360/rest/resourceserver/project/ProjectController.java: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/main/java/org/eclipse/sw360/rest/resourceserver/project/ProjectController.java uses or overrides a deprecated API. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/main/java/org/eclipse/sw360/rest/resourceserver/project/ProjectController.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/main/java/org/eclipse/sw360/rest/resourceserver/project/ProjectController.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/main/java/org/eclipse/sw360/rest/resourceserver/project/ProjectController.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-dependency-plugin:2.10:unpack (add-build-configuration-test-resources) @ resource-server --- [INFO] Configured Artifact: org.eclipse.sw360:build-configuration:13.1.0-m1:test-jar [INFO] Unpacking /home/jenkins/agent/workspace/sw360.deploy.tag/build-configuration/target/build-configuration-13.1.0-m1-tests.jar to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/test-classes with includes "" and excludes "" [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ resource-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ resource-server --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/test-classes [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/test/java/org/eclipse/sw360/rest/resourceserver/TestHelper.java: Some input files use or override a deprecated API. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/test/java/org/eclipse/sw360/rest/resourceserver/TestHelper.java: Recompile with -Xlint:deprecation for details. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/test/java/org/eclipse/sw360/rest/resourceserver/SW360RestHealthIndicatorTest.java: Some input files use unchecked or unsafe operations. [WARNING] /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/test/java/org/eclipse/sw360/rest/resourceserver/SW360RestHealthIndicatorTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ resource-server --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ resource-server --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- asciidoctor-maven-plugin:1.5.6:process-asciidoc (generate-docs) @ resource-server --- [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.0.RELEASE/spring-restdocs-asciidoctor-2.0.0.RELEASE.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.0.RELEASE/spring-restdocs-asciidoctor-2.0.0.RELEASE.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.0.RELEASE/spring-restdocs-asciidoctor-2.0.0.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.0.RELEASE/spring-restdocs-asciidoctor-2.0.0.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.0.RELEASE/spring-restdocs-asciidoctor-2.0.0.RELEASE.pom (5.3 kB at 20 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/springframework/spring-framework-bom/5.0.2.RELEASE/spring-framework-bom-5.0.2.RELEASE.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/springframework/spring-framework-bom/5.0.2.RELEASE/spring-framework-bom-5.0.2.RELEASE.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/springframework/spring-framework-bom/5.0.2.RELEASE/spring-framework-bom-5.0.2.RELEASE.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.0.2.RELEASE/spring-framework-bom-5.0.2.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.0.2.RELEASE/spring-framework-bom-5.0.2.RELEASE.pom (5.3 kB at 61 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.pom (8.3 kB at 117 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/jruby-artifacts/1.7.26/jruby-artifacts-1.7.26.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/jruby-artifacts/1.7.26/jruby-artifacts-1.7.26.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/jruby-artifacts/1.7.26/jruby-artifacts-1.7.26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/1.7.26/jruby-artifacts-1.7.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-artifacts/1.7.26/jruby-artifacts-1.7.26.pom (3.5 kB at 32 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/jruby-parent/1.7.26/jruby-parent-1.7.26.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/jruby-parent/1.7.26/jruby-parent-1.7.26.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/jruby-parent/1.7.26/jruby-parent-1.7.26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/1.7.26/jruby-parent-1.7.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-parent/1.7.26/jruby-parent-1.7.26.pom (24 kB at 396 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [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 65 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [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 31 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 88 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.pom (2.2 kB at 10 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/beust/jcommander/1.35/jcommander-1.35.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/beust/jcommander/1.35/jcommander-1.35.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/beust/jcommander/1.35/jcommander-1.35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.35/jcommander-1.35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.35/jcommander-1.35.pom (7.2 kB at 18 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/sonatype/oss/oss-parent/3/oss-parent-3.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/sonatype/oss/oss-parent/3/oss-parent-3.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/sonatype/oss/oss-parent/3/oss-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/3/oss-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/3/oss-parent-3.pom (3.4 kB at 35 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.pom (1.7 kB at 25 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-parent/4.0.38.Final/netty-parent-4.0.38.Final.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-parent/4.0.38.Final/netty-parent-4.0.38.Final.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-parent/4.0.38.Final/netty-parent-4.0.38.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.0.38.Final/netty-parent-4.0.38.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.0.38.Final/netty-parent-4.0.38.Final.pom (45 kB at 522 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.pom (2.2 kB at 19 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.pom (1.4 kB at 15 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.pom (1.4 kB at 11 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.pom (6.8 kB at 35 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.pom (2.4 kB at 69 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 11 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 128 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.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.7/doxia-sink-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 22 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 7.0 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 15 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 14 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 18 kB/s) [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.0.RELEASE/spring-restdocs-asciidoctor-2.0.0.RELEASE.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.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/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/com/beust/jcommander/1.35/jcommander-1.35.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/xmlunit/xmlunit/1.5/xmlunit-1.5.jar [INFO] Downloading from spring-snapshots: https://repo.spring.io/snapshot/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.0.RELEASE/spring-restdocs-asciidoctor-2.0.0.RELEASE.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/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/com/beust/jcommander/1.35/jcommander-1.35.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/xmlunit/xmlunit/1.5/xmlunit-1.5.jar [INFO] Downloading from spring-milestones: https://repo.spring.io/milestone/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.0.RELEASE/spring-restdocs-asciidoctor-2.0.0.RELEASE.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.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/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/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/com/beust/jcommander/1.35/jcommander-1.35.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/xmlunit/xmlunit/1.5/xmlunit-1.5.jar [INFO] Downloading from repo.eclipse.org: https://repo.eclipse.org/content/repositories/cbi/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.0.RELEASE/spring-restdocs-asciidoctor-2.0.0.RELEASE.jar [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] 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/restdocs/spring-restdocs-asciidoctor/2.0.0.RELEASE/spring-restdocs-asciidoctor-2.0.0.RELEASE.jar (6.0 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.jar (77 kB at 582 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.35/jcommander-1.35.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.23/plexus-utils-3.0.23.jar (247 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.35/jcommander-1.35.jar (61 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.0.38.Final/netty-codec-http-4.0.38.Final.jar (453 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/asciidoctor/asciidoctorj/1.5.6/asciidoctorj-1.5.6.jar (762 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.0.38.Final/netty-codec-4.0.38.Final.jar (148 kB at 422 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.0.38.Final/netty-buffer-4.0.38.Final.jar (221 kB at 594 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.0.38.Final/netty-transport-4.0.38.Final.jar (367 kB at 960 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.7/doxia-sink-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.0.38.Final/netty-common-4.0.38.Final.jar (511 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar (167 kB at 406 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.0.38.Final/netty-handler-4.0.38.Final.jar (294 kB at 566 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 22 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 21 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.7/doxia-module-xhtml-1.7.jar (17 kB at 32 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 144 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jruby/jruby-complete/1.7.26/jruby-complete-1.7.26.jar (24 MB at 6.9 MB/s) io/console on JRuby shells out to stty for most operations [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources asciidoctor: WARNING: api-guide.adoc: line 106: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_headers/response-headers.adoc asciidoctor: WARNING: api-guide.adoc: line 114: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_error_internal_error/response-fields.adoc asciidoctor: WARNING: api-guide.adoc: line 119: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_error_internal_error/http-response.adoc asciidoctor: WARNING: api-guide.adoc: line 222: id assigned to section already in use: token-request asciidoctor: WARNING: api-guide.adoc: line 279: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_index/response-fields.adoc asciidoctor: WARNING: api-guide.adoc: line 283: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_index/http-response.adoc asciidoctor: WARNING: api-guide.adoc: line 288: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_index/links.adoc asciidoctor: WARNING: users.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_users/response-fields.adoc asciidoctor: WARNING: users.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_users/curl-request.adoc asciidoctor: WARNING: users.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_users/http-response.adoc asciidoctor: WARNING: users.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_users/links.adoc asciidoctor: WARNING: users.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_user/response-fields.adoc asciidoctor: WARNING: users.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_user/curl-request.adoc asciidoctor: WARNING: users.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_user/http-response.adoc asciidoctor: WARNING: users.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_user/links.adoc asciidoctor: WARNING: projects.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects/http-response.adoc asciidoctor: WARNING: projects.adoc: line 35: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects/links.adoc asciidoctor: WARNING: projects.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 53: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/http-response.adoc asciidoctor: WARNING: projects.adoc: line 56: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/links.adoc asciidoctor: WARNING: projects.adoc: line 65: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 68: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 71: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 74: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/http-response.adoc asciidoctor: WARNING: projects.adoc: line 77: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/links.adoc asciidoctor: WARNING: projects.adoc: line 86: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 89: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 92: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 95: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/http-response.adoc asciidoctor: WARNING: projects.adoc: line 98: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/links.adoc asciidoctor: WARNING: projects.adoc: line 107: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 110: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 113: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 116: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/http-response.adoc asciidoctor: WARNING: projects.adoc: line 119: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/links.adoc asciidoctor: WARNING: projects.adoc: line 128: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 131: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 134: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 137: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/http-response.adoc asciidoctor: WARNING: projects.adoc: line 140: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/links.adoc asciidoctor: WARNING: projects.adoc: line 151: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_external-ids/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 154: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_external-ids/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 157: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_external-ids/http-response.adoc asciidoctor: WARNING: projects.adoc: line 166: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_attachment_info/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 169: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_attachment_info/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 172: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_attachment_info/http-response.adoc asciidoctor: WARNING: projects.adoc: line 215: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_project/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 218: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_project/http-response.adoc asciidoctor: WARNING: projects.adoc: line 227: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_attachment/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 230: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_attachment/http-response.adoc asciidoctor: WARNING: projects.adoc: line 239: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 242: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 245: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project/http-response.adoc asciidoctor: WARNING: projects.adoc: line 248: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project/links.adoc asciidoctor: WARNING: projects.adoc: line 258: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 261: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 264: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases/http-response.adoc asciidoctor: WARNING: projects.adoc: line 267: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases/links.adoc asciidoctor: WARNING: projects.adoc: line 275: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 278: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 281: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 284: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/http-response.adoc asciidoctor: WARNING: projects.adoc: line 287: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/links.adoc asciidoctor: WARNING: projects.adoc: line 297: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases_transitive/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 300: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases_transitive/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 303: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases_transitive/http-response.adoc asciidoctor: WARNING: projects.adoc: line 306: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases_transitive/links.adoc asciidoctor: WARNING: projects.adoc: line 316: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases_ecc_information/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 319: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases_ecc_information/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 322: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases_ecc_information/http-response.adoc asciidoctor: WARNING: projects.adoc: line 325: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases_ecc_information/links.adoc asciidoctor: WARNING: projects.adoc: line 334: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_project/request-fields.adoc asciidoctor: WARNING: projects.adoc: line 337: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_project/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 340: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_project/http-response.adoc asciidoctor: WARNING: projects.adoc: line 349: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_project/request-fields.adoc asciidoctor: WARNING: projects.adoc: line 352: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_project/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 355: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_project/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 358: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_project/http-response.adoc asciidoctor: WARNING: projects.adoc: line 366: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_link_releases/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 369: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_link_releases/http-response.adoc asciidoctor: WARNING: projects.adoc: line 377: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_patch_releases/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 380: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_patch_releases/http-response.adoc asciidoctor: WARNING: projects.adoc: line 388: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_download_license_info/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 391: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_download_license_info/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 394: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_download_license_info/http-response.adoc asciidoctor: WARNING: projects.adoc: line 402: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_project/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 405: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_project/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 408: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_project/http-response.adoc asciidoctor: WARNING: projects.adoc: line 416: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachment_usage_for_project/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 419: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachment_usage_for_project/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 422: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachment_usage_for_project/http-response.adoc asciidoctor: WARNING: projects.adoc: line 430: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 433: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 436: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 439: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/http-response.adoc asciidoctor: WARNING: projects.adoc: line 442: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/links.adoc asciidoctor: WARNING: projects.adoc: line 451: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_project_vulnerabilities/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 454: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_project_vulnerabilities/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 457: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_project_vulnerabilities/http-response.adoc asciidoctor: WARNING: projects.adoc: line 460: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_project_vulnerabilities/links.adoc asciidoctor: WARNING: components.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components/response-fields.adoc asciidoctor: WARNING: components.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components/curl-request.adoc asciidoctor: WARNING: components.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components/http-response.adoc asciidoctor: WARNING: components.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components/links.adoc asciidoctor: WARNING: components.adoc: line 40: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_with_fields/response-fields.adoc asciidoctor: WARNING: components.adoc: line 43: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_with_fields/curl-request.adoc asciidoctor: WARNING: components.adoc: line 46: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_with_fields/http-response.adoc asciidoctor: WARNING: components.adoc: line 49: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_with_fields/links.adoc asciidoctor: WARNING: components.adoc: line 59: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_name/response-fields.adoc asciidoctor: WARNING: components.adoc: line 62: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_name/curl-request.adoc asciidoctor: WARNING: components.adoc: line 65: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_name/http-response.adoc asciidoctor: WARNING: components.adoc: line 68: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_name/links.adoc asciidoctor: WARNING: components.adoc: line 78: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_type/response-fields.adoc asciidoctor: WARNING: components.adoc: line 81: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_type/curl-request.adoc asciidoctor: WARNING: components.adoc: line 84: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_type/http-response.adoc asciidoctor: WARNING: components.adoc: line 87: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_type/links.adoc asciidoctor: WARNING: components.adoc: line 96: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component/response-fields.adoc asciidoctor: WARNING: components.adoc: line 99: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component/curl-request.adoc asciidoctor: WARNING: components.adoc: line 102: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component/http-response.adoc asciidoctor: WARNING: components.adoc: line 105: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component/links.adoc asciidoctor: WARNING: components.adoc: line 116: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_external-ids/response-fields.adoc asciidoctor: WARNING: components.adoc: line 119: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_external-ids/curl-request.adoc asciidoctor: WARNING: components.adoc: line 122: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_external-ids/http-response.adoc asciidoctor: WARNING: components.adoc: line 131: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component_attachment_info/response-fields.adoc asciidoctor: WARNING: components.adoc: line 134: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component_attachment_info/curl-request.adoc asciidoctor: WARNING: components.adoc: line 137: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component_attachment_info/http-response.adoc asciidoctor: WARNING: components.adoc: line 179: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_component/curl-request.adoc asciidoctor: WARNING: components.adoc: line 182: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_component/http-response.adoc asciidoctor: WARNING: components.adoc: line 191: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component_attachment/curl-request.adoc asciidoctor: WARNING: components.adoc: line 194: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component_attachment/http-response.adoc asciidoctor: WARNING: components.adoc: line 208: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_component_attachment/curl-request.adoc asciidoctor: WARNING: components.adoc: line 211: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_component_attachment/http-response.adoc asciidoctor: WARNING: components.adoc: line 225: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_component/request-fields.adoc asciidoctor: WARNING: components.adoc: line 228: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_component/curl-request.adoc asciidoctor: WARNING: components.adoc: line 231: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_component/http-response.adoc asciidoctor: WARNING: components.adoc: line 240: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_component/response-fields.adoc asciidoctor: WARNING: components.adoc: line 243: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_component/curl-request.adoc asciidoctor: WARNING: components.adoc: line 246: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_component/http-response.adoc asciidoctor: WARNING: components.adoc: line 249: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_component/links.adoc asciidoctor: WARNING: components.adoc: line 258: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_components/response-fields.adoc asciidoctor: WARNING: components.adoc: line 261: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_components/curl-request.adoc asciidoctor: WARNING: components.adoc: line 264: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_components/http-response.adoc asciidoctor: WARNING: components.adoc: line 272: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_components/response-fields.adoc asciidoctor: WARNING: components.adoc: line 275: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_components/curl-request.adoc asciidoctor: WARNING: components.adoc: line 278: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_components/http-response.adoc asciidoctor: WARNING: releases.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases/http-response.adoc asciidoctor: WARNING: releases.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases/links.adoc asciidoctor: WARNING: releases.adoc: line 42: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_all_details/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 45: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_all_details/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 48: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_all_details/http-response.adoc asciidoctor: WARNING: releases.adoc: line 51: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_all_details/links.adoc asciidoctor: WARNING: releases.adoc: line 60: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_with_fields/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 63: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_with_fields/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 66: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_with_fields/http-response.adoc asciidoctor: WARNING: releases.adoc: line 69: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_with_fields/links.adoc asciidoctor: WARNING: releases.adoc: line 79: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_name/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 82: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_name/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 85: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_name/http-response.adoc asciidoctor: WARNING: releases.adoc: line 88: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_name/links.adoc asciidoctor: WARNING: releases.adoc: line 99: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_external-ids/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 102: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_external-ids/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 105: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_external-ids/http-response.adoc asciidoctor: WARNING: releases.adoc: line 113: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_sha1/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 116: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_sha1/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 119: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_sha1/http-response.adoc asciidoctor: WARNING: releases.adoc: line 122: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_sha1/links.adoc asciidoctor: WARNING: releases.adoc: line 132: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_attachment_info/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 135: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_attachment_info/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 138: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_attachment_info/http-response.adoc asciidoctor: WARNING: releases.adoc: line 181: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_release/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 184: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_release/http-response.adoc asciidoctor: WARNING: releases.adoc: line 193: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_attachment/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 196: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_attachment/http-response.adoc asciidoctor: WARNING: releases.adoc: line 210: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_release_attachment/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 213: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_release_attachment/http-response.adoc asciidoctor: WARNING: releases.adoc: line 228: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_trigger_fossology_process/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 231: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_trigger_fossology_process/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 234: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_trigger_fossology_process/http-response.adoc asciidoctor: WARNING: releases.adoc: line 242: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_check_fossology_process_status/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 245: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_check_fossology_process_status/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 248: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_check_fossology_process_status/http-response.adoc asciidoctor: WARNING: releases.adoc: line 256: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 259: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 262: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release/http-response.adoc asciidoctor: WARNING: releases.adoc: line 265: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release/links.adoc asciidoctor: WARNING: releases.adoc: line 274: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_release/request-fields.adoc asciidoctor: WARNING: releases.adoc: line 277: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_release/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 280: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_release/http-response.adoc asciidoctor: WARNING: releases.adoc: line 289: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_release/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 292: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_release/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 295: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_release/http-response.adoc asciidoctor: WARNING: releases.adoc: line 298: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_release/links.adoc asciidoctor: WARNING: releases.adoc: line 307: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_releases/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 310: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_releases/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 313: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_releases/http-response.adoc asciidoctor: WARNING: releases.adoc: line 321: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_release/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 324: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_release/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 327: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_release/http-response.adoc asciidoctor: WARNING: attachments.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachment/response-fields.adoc asciidoctor: WARNING: attachments.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachment/curl-request.adoc asciidoctor: WARNING: attachments.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachment/http-response.adoc asciidoctor: WARNING: attachments.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachment/links.adoc asciidoctor: WARNING: attachments.adoc: line 40: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachments_by_sha1/response-fields.adoc asciidoctor: WARNING: attachments.adoc: line 43: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachments_by_sha1/curl-request.adoc asciidoctor: WARNING: attachments.adoc: line 46: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachments_by_sha1/http-response.adoc asciidoctor: WARNING: attachments.adoc: line 49: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachments_by_sha1/links.adoc asciidoctor: WARNING: vendors.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vendors/response-fields.adoc asciidoctor: WARNING: vendors.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vendors/curl-request.adoc asciidoctor: WARNING: vendors.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vendors/http-response.adoc asciidoctor: WARNING: vendors.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vendors/links.adoc asciidoctor: WARNING: vendors.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vendor/response-fields.adoc asciidoctor: WARNING: vendors.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vendor/curl-request.adoc asciidoctor: WARNING: vendors.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vendor/http-response.adoc asciidoctor: WARNING: vendors.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vendor/links.adoc asciidoctor: WARNING: licenses.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_licenses/response-fields.adoc asciidoctor: WARNING: licenses.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_licenses/curl-request.adoc asciidoctor: WARNING: licenses.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_licenses/http-response.adoc asciidoctor: WARNING: licenses.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_licenses/links.adoc asciidoctor: WARNING: licenses.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_license/response-fields.adoc asciidoctor: WARNING: licenses.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_license/curl-request.adoc asciidoctor: WARNING: licenses.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_license/http-response.adoc asciidoctor: WARNING: licenses.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_license/links.adoc asciidoctor: WARNING: vulnerabilities.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vulnerabilities/response-fields.adoc asciidoctor: WARNING: vulnerabilities.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vulnerabilities/curl-request.adoc asciidoctor: WARNING: vulnerabilities.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vulnerabilities/http-response.adoc asciidoctor: WARNING: vulnerabilities.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vulnerabilities/links.adoc asciidoctor: WARNING: vulnerabilities.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vulnerability/response-fields.adoc asciidoctor: WARNING: vulnerabilities.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vulnerability/curl-request.adoc asciidoctor: WARNING: vulnerabilities.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vulnerability/http-response.adoc asciidoctor: WARNING: vulnerabilities.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vulnerability/links.adoc asciidoctor: WARNING: health.adoc: line 38: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_health/curl-request.adoc asciidoctor: WARNING: health.adoc: line 43: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_health/response-fields.adoc asciidoctor: WARNING: health.adoc: line 46: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_health/http-response.adoc asciidoctor: WARNING: health.adoc: line 51: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_health_unhealthy/response-fields.adoc asciidoctor: WARNING: health.adoc: line 54: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_health_unhealthy/http-response.adoc asciidoctor: WARNING: search.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_searchresult/request-parameters.adoc asciidoctor: WARNING: search.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_searchresult/response-fields.adoc asciidoctor: WARNING: search.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_searchresult/curl-request.adoc asciidoctor: WARNING: search.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_searchresult/http-response.adoc asciidoctor: WARNING: search.adoc: line 35: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_searchresult/links.adoc asciidoctor: WARNING: changeLogs.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/request-parameters.adoc asciidoctor: WARNING: changeLogs.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/response-fields.adoc asciidoctor: WARNING: changeLogs.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/curl-request.adoc asciidoctor: WARNING: changeLogs.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/http-response.adoc asciidoctor: WARNING: changeLogs.adoc: line 35: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/links.adoc [INFO] Rendered /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/docs/asciidoc/api-guide.adoc asciidoctor: WARNING: attachments.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachment/response-fields.adoc asciidoctor: WARNING: attachments.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachment/curl-request.adoc asciidoctor: WARNING: attachments.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachment/http-response.adoc asciidoctor: WARNING: attachments.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachment/links.adoc asciidoctor: WARNING: attachments.adoc: line 40: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachments_by_sha1/response-fields.adoc asciidoctor: WARNING: attachments.adoc: line 43: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachments_by_sha1/curl-request.adoc asciidoctor: WARNING: attachments.adoc: line 46: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachments_by_sha1/http-response.adoc asciidoctor: WARNING: attachments.adoc: line 49: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachments_by_sha1/links.adoc [INFO] Rendered /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/docs/asciidoc/attachments.adoc asciidoctor: WARNING: changeLogs.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/request-parameters.adoc asciidoctor: WARNING: changeLogs.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/response-fields.adoc asciidoctor: WARNING: changeLogs.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/curl-request.adoc asciidoctor: WARNING: changeLogs.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/http-response.adoc asciidoctor: WARNING: changeLogs.adoc: line 35: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_changelog_by_documentid/links.adoc [INFO] Rendered /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/docs/asciidoc/changeLogs.adoc asciidoctor: WARNING: components.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components/response-fields.adoc asciidoctor: WARNING: components.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components/curl-request.adoc asciidoctor: WARNING: components.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components/http-response.adoc asciidoctor: WARNING: components.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components/links.adoc asciidoctor: WARNING: components.adoc: line 40: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_with_fields/response-fields.adoc asciidoctor: WARNING: components.adoc: line 43: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_with_fields/curl-request.adoc asciidoctor: WARNING: components.adoc: line 46: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_with_fields/http-response.adoc asciidoctor: WARNING: components.adoc: line 49: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_with_fields/links.adoc asciidoctor: WARNING: components.adoc: line 59: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_name/response-fields.adoc asciidoctor: WARNING: components.adoc: line 62: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_name/curl-request.adoc asciidoctor: WARNING: components.adoc: line 65: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_name/http-response.adoc asciidoctor: WARNING: components.adoc: line 68: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_name/links.adoc asciidoctor: WARNING: components.adoc: line 78: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_type/response-fields.adoc asciidoctor: WARNING: components.adoc: line 81: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_type/curl-request.adoc asciidoctor: WARNING: components.adoc: line 84: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_type/http-response.adoc asciidoctor: WARNING: components.adoc: line 87: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_type/links.adoc asciidoctor: WARNING: components.adoc: line 96: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component/response-fields.adoc asciidoctor: WARNING: components.adoc: line 99: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component/curl-request.adoc asciidoctor: WARNING: components.adoc: line 102: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component/http-response.adoc asciidoctor: WARNING: components.adoc: line 105: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component/links.adoc asciidoctor: WARNING: components.adoc: line 116: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_external-ids/response-fields.adoc asciidoctor: WARNING: components.adoc: line 119: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_external-ids/curl-request.adoc asciidoctor: WARNING: components.adoc: line 122: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_components_by_external-ids/http-response.adoc asciidoctor: WARNING: components.adoc: line 131: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component_attachment_info/response-fields.adoc asciidoctor: WARNING: components.adoc: line 134: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component_attachment_info/curl-request.adoc asciidoctor: WARNING: components.adoc: line 137: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component_attachment_info/http-response.adoc asciidoctor: WARNING: components.adoc: line 179: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_component/curl-request.adoc asciidoctor: WARNING: components.adoc: line 182: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_component/http-response.adoc asciidoctor: WARNING: components.adoc: line 191: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component_attachment/curl-request.adoc asciidoctor: WARNING: components.adoc: line 194: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_component_attachment/http-response.adoc asciidoctor: WARNING: components.adoc: line 208: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_component_attachment/curl-request.adoc asciidoctor: WARNING: components.adoc: line 211: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_component_attachment/http-response.adoc asciidoctor: WARNING: components.adoc: line 225: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_component/request-fields.adoc asciidoctor: WARNING: components.adoc: line 228: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_component/curl-request.adoc asciidoctor: WARNING: components.adoc: line 231: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_component/http-response.adoc asciidoctor: WARNING: components.adoc: line 240: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_component/response-fields.adoc asciidoctor: WARNING: components.adoc: line 243: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_component/curl-request.adoc asciidoctor: WARNING: components.adoc: line 246: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_component/http-response.adoc asciidoctor: WARNING: components.adoc: line 249: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_component/links.adoc asciidoctor: WARNING: components.adoc: line 258: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_components/response-fields.adoc asciidoctor: WARNING: components.adoc: line 261: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_components/curl-request.adoc asciidoctor: WARNING: components.adoc: line 264: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_components/http-response.adoc asciidoctor: WARNING: components.adoc: line 272: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_components/response-fields.adoc asciidoctor: WARNING: components.adoc: line 275: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_components/curl-request.adoc asciidoctor: WARNING: components.adoc: line 278: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_components/http-response.adoc [INFO] Rendered /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/docs/asciidoc/components.adoc asciidoctor: WARNING: health.adoc: line 38: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_health/curl-request.adoc asciidoctor: WARNING: health.adoc: line 43: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_health/response-fields.adoc asciidoctor: WARNING: health.adoc: line 46: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_health/http-response.adoc asciidoctor: WARNING: health.adoc: line 51: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_health_unhealthy/response-fields.adoc asciidoctor: WARNING: health.adoc: line 54: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_health_unhealthy/http-response.adoc [INFO] Rendered /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/docs/asciidoc/health.adoc [INFO] Rendered /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/docs/asciidoc/index.adoc asciidoctor: WARNING: licenses.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_licenses/response-fields.adoc asciidoctor: WARNING: licenses.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_licenses/curl-request.adoc asciidoctor: WARNING: licenses.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_licenses/http-response.adoc asciidoctor: WARNING: licenses.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_licenses/links.adoc asciidoctor: WARNING: licenses.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_license/response-fields.adoc asciidoctor: WARNING: licenses.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_license/curl-request.adoc asciidoctor: WARNING: licenses.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_license/http-response.adoc asciidoctor: WARNING: licenses.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_license/links.adoc [INFO] Rendered /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/docs/asciidoc/licenses.adoc asciidoctor: WARNING: projects.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects/http-response.adoc asciidoctor: WARNING: projects.adoc: line 35: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects/links.adoc asciidoctor: WARNING: projects.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 53: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/http-response.adoc asciidoctor: WARNING: projects.adoc: line 56: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_with_all_details/links.adoc asciidoctor: WARNING: projects.adoc: line 65: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 68: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 71: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 74: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/http-response.adoc asciidoctor: WARNING: projects.adoc: line 77: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_name/links.adoc asciidoctor: WARNING: projects.adoc: line 86: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 89: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 92: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 95: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/http-response.adoc asciidoctor: WARNING: projects.adoc: line 98: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_type/links.adoc asciidoctor: WARNING: projects.adoc: line 107: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 110: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 113: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 116: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/http-response.adoc asciidoctor: WARNING: projects.adoc: line 119: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_group/links.adoc asciidoctor: WARNING: projects.adoc: line 128: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 131: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 134: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 137: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/http-response.adoc asciidoctor: WARNING: projects.adoc: line 140: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_tag/links.adoc asciidoctor: WARNING: projects.adoc: line 151: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_external-ids/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 154: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_external-ids/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 157: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_by_external-ids/http-response.adoc asciidoctor: WARNING: projects.adoc: line 166: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_attachment_info/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 169: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_attachment_info/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 172: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_attachment_info/http-response.adoc asciidoctor: WARNING: projects.adoc: line 215: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_project/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 218: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_project/http-response.adoc asciidoctor: WARNING: projects.adoc: line 227: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_attachment/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 230: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_attachment/http-response.adoc asciidoctor: WARNING: projects.adoc: line 239: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 242: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 245: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project/http-response.adoc asciidoctor: WARNING: projects.adoc: line 248: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project/links.adoc asciidoctor: WARNING: projects.adoc: line 258: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 261: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 264: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases/http-response.adoc asciidoctor: WARNING: projects.adoc: line 267: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases/links.adoc asciidoctor: WARNING: projects.adoc: line 275: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 278: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 281: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 284: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/http-response.adoc asciidoctor: WARNING: projects.adoc: line 287: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_projects_releases/links.adoc asciidoctor: WARNING: projects.adoc: line 297: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases_transitive/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 300: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases_transitive/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 303: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases_transitive/http-response.adoc asciidoctor: WARNING: projects.adoc: line 306: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases_transitive/links.adoc asciidoctor: WARNING: projects.adoc: line 316: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases_ecc_information/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 319: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases_ecc_information/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 322: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases_ecc_information/http-response.adoc asciidoctor: WARNING: projects.adoc: line 325: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_releases_ecc_information/links.adoc asciidoctor: WARNING: projects.adoc: line 334: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_project/request-fields.adoc asciidoctor: WARNING: projects.adoc: line 337: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_project/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 340: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_project/http-response.adoc asciidoctor: WARNING: projects.adoc: line 349: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_project/request-fields.adoc asciidoctor: WARNING: projects.adoc: line 352: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_project/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 355: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_project/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 358: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_project/http-response.adoc asciidoctor: WARNING: projects.adoc: line 366: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_link_releases/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 369: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_link_releases/http-response.adoc asciidoctor: WARNING: projects.adoc: line 377: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_patch_releases/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 380: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_patch_releases/http-response.adoc asciidoctor: WARNING: projects.adoc: line 388: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_download_license_info/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 391: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_download_license_info/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 394: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_download_license_info/http-response.adoc asciidoctor: WARNING: projects.adoc: line 402: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_project/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 405: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_project/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 408: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_project/http-response.adoc asciidoctor: WARNING: projects.adoc: line 416: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachment_usage_for_project/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 419: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachment_usage_for_project/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 422: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_attachment_usage_for_project/http-response.adoc asciidoctor: WARNING: projects.adoc: line 430: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/request-parameters.adoc asciidoctor: WARNING: projects.adoc: line 433: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 436: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 439: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/http-response.adoc asciidoctor: WARNING: projects.adoc: line 442: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_project_vulnerabilities/links.adoc asciidoctor: WARNING: projects.adoc: line 451: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_project_vulnerabilities/response-fields.adoc asciidoctor: WARNING: projects.adoc: line 454: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_project_vulnerabilities/curl-request.adoc asciidoctor: WARNING: projects.adoc: line 457: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_project_vulnerabilities/http-response.adoc asciidoctor: WARNING: projects.adoc: line 460: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_project_vulnerabilities/links.adoc [INFO] Rendered /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/docs/asciidoc/projects.adoc asciidoctor: WARNING: releases.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases/http-response.adoc asciidoctor: WARNING: releases.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases/links.adoc asciidoctor: WARNING: releases.adoc: line 42: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_all_details/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 45: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_all_details/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 48: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_all_details/http-response.adoc asciidoctor: WARNING: releases.adoc: line 51: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_all_details/links.adoc asciidoctor: WARNING: releases.adoc: line 60: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_with_fields/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 63: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_with_fields/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 66: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_with_fields/http-response.adoc asciidoctor: WARNING: releases.adoc: line 69: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_with_fields/links.adoc asciidoctor: WARNING: releases.adoc: line 79: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_name/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 82: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_name/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 85: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_name/http-response.adoc asciidoctor: WARNING: releases.adoc: line 88: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_name/links.adoc asciidoctor: WARNING: releases.adoc: line 99: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_external-ids/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 102: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_external-ids/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 105: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_external-ids/http-response.adoc asciidoctor: WARNING: releases.adoc: line 113: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_sha1/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 116: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_sha1/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 119: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_sha1/http-response.adoc asciidoctor: WARNING: releases.adoc: line 122: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_releases_by_sha1/links.adoc asciidoctor: WARNING: releases.adoc: line 132: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_attachment_info/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 135: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_attachment_info/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 138: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_attachment_info/http-response.adoc asciidoctor: WARNING: releases.adoc: line 181: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_release/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 184: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_upload_attachment_to_release/http-response.adoc asciidoctor: WARNING: releases.adoc: line 193: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_attachment/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 196: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release_attachment/http-response.adoc asciidoctor: WARNING: releases.adoc: line 210: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_release_attachment/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 213: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_release_attachment/http-response.adoc asciidoctor: WARNING: releases.adoc: line 228: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_trigger_fossology_process/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 231: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_trigger_fossology_process/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 234: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_trigger_fossology_process/http-response.adoc asciidoctor: WARNING: releases.adoc: line 242: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_check_fossology_process_status/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 245: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_check_fossology_process_status/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 248: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_check_fossology_process_status/http-response.adoc asciidoctor: WARNING: releases.adoc: line 256: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 259: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 262: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release/http-response.adoc asciidoctor: WARNING: releases.adoc: line 265: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_release/links.adoc asciidoctor: WARNING: releases.adoc: line 274: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_release/request-fields.adoc asciidoctor: WARNING: releases.adoc: line 277: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_release/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 280: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_create_release/http-response.adoc asciidoctor: WARNING: releases.adoc: line 289: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_release/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 292: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_release/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 295: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_release/http-response.adoc asciidoctor: WARNING: releases.adoc: line 298: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_update_release/links.adoc asciidoctor: WARNING: releases.adoc: line 307: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_releases/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 310: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_releases/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 313: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_delete_releases/http-response.adoc asciidoctor: WARNING: releases.adoc: line 321: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_release/response-fields.adoc asciidoctor: WARNING: releases.adoc: line 324: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_release/curl-request.adoc asciidoctor: WARNING: releases.adoc: line 327: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_usedbyresource_for_release/http-response.adoc [INFO] Rendered /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/docs/asciidoc/releases.adoc asciidoctor: WARNING: search.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_searchresult/request-parameters.adoc asciidoctor: WARNING: search.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_searchresult/response-fields.adoc asciidoctor: WARNING: search.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_searchresult/curl-request.adoc asciidoctor: WARNING: search.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_searchresult/http-response.adoc asciidoctor: WARNING: search.adoc: line 35: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_searchresult/links.adoc [INFO] Rendered /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/docs/asciidoc/search.adoc asciidoctor: WARNING: users.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_users/response-fields.adoc asciidoctor: WARNING: users.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_users/curl-request.adoc asciidoctor: WARNING: users.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_users/http-response.adoc asciidoctor: WARNING: users.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_users/links.adoc asciidoctor: WARNING: users.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_user/response-fields.adoc asciidoctor: WARNING: users.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_user/curl-request.adoc asciidoctor: WARNING: users.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_user/http-response.adoc asciidoctor: WARNING: users.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_user/links.adoc [INFO] Rendered /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/docs/asciidoc/users.adoc asciidoctor: WARNING: vendors.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vendors/response-fields.adoc asciidoctor: WARNING: vendors.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vendors/curl-request.adoc asciidoctor: WARNING: vendors.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vendors/http-response.adoc asciidoctor: WARNING: vendors.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vendors/links.adoc asciidoctor: WARNING: vendors.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vendor/response-fields.adoc asciidoctor: WARNING: vendors.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vendor/curl-request.adoc asciidoctor: WARNING: vendors.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vendor/http-response.adoc asciidoctor: WARNING: vendors.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vendor/links.adoc [INFO] Rendered /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/docs/asciidoc/vendors.adoc asciidoctor: WARNING: vulnerabilities.adoc: line 23: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vulnerabilities/response-fields.adoc asciidoctor: WARNING: vulnerabilities.adoc: line 26: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vulnerabilities/curl-request.adoc asciidoctor: WARNING: vulnerabilities.adoc: line 29: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vulnerabilities/http-response.adoc asciidoctor: WARNING: vulnerabilities.adoc: line 32: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vulnerabilities/links.adoc asciidoctor: WARNING: vulnerabilities.adoc: line 41: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vulnerability/response-fields.adoc asciidoctor: WARNING: vulnerabilities.adoc: line 44: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vulnerability/curl-request.adoc asciidoctor: WARNING: vulnerabilities.adoc: line 47: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vulnerability/http-response.adoc asciidoctor: WARNING: vulnerabilities.adoc: line 50: include file not found: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/generated-snippets/should_document_get_vulnerability/links.adoc [INFO] Rendered /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/docs/asciidoc/vulnerabilities.adoc [INFO] [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-resources) @ resource-server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 19 resources [INFO] [INFO] --- maven-war-plugin:2.2:war (default-war) @ resource-server --- [INFO] Packaging webapp [INFO] Assembling webapp [resource-server] in [/home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/resource] [INFO] Processing war project [INFO] Copying webapp resources [/home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/main/webapp] [INFO] Webapp assembled in [628 msecs] [INFO] Building war: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/resource.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- jgiven-maven-plugin:0.9.4:report (default) @ resource-server --- [INFO] JGiven HTML report source directory: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ resource-server --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ resource-server --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/target/resource.war to /home/jenkins/.m2/repository/org/eclipse/sw360/resource-server/13.1.0-m1/resource-server-13.1.0-m1.war [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/rest/resource-server/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/resource-server/13.1.0-m1/resource-server-13.1.0-m1.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/13.1.0-m1/resource-server-13.1.0-m1.war [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/resource-server/13.1.0-m1/resource-server-13.1.0-m1.war (39 MB at 5.6 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/resource-server/13.1.0-m1/resource-server-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/resource-server/13.1.0-m1/resource-server-13.1.0-m1.pom (7.0 kB at 92 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 (390 B at 3.8 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 (425 B at 3.0 kB/s) [INFO] [INFO] ---------------------< org.eclipse.sw360:clients >---------------------- [INFO] Building clients 13.1.0-m1 [50/52] [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.tag/clients' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/clients [INFO] Storing buildNumber: fc6652c at timestamp: 1616580999932 [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.tag/clients' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/clients [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ clients --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/clients/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/clients/target/home -Xms64m -Xmx128m -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:13.1.0-m1... [INFO] [INFO] --- jacoco-maven-plugin:0.8.4: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.tag/clients/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/clients/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/clients/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/clients/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/clients/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/clients/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ clients --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ clients --- [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/clients/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/clients/13.1.0-m1/clients-13.1.0-m1.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/13.1.0-m1/clients-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/clients/13.1.0-m1/clients-13.1.0-m1.pom (865 B at 4.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 (382 B at 4.4 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 (417 B at 2.8 kB/s) [INFO] [INFO] -------------------< org.eclipse.sw360:http-support >------------------- [INFO] Building http-support 13.1.0-m1 [51/52] [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 68 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 2.2 MB/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 8.8 MB/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 1.1 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 53 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 26 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 93 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 85 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 42 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 24 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 386 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.pom (10 kB at 246 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 587 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 195 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 202 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 44 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 1.3 MB/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 83 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 95 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 41 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 75 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 35 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 64 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 35 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 3.9 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 38 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 40 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 267 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 3.8 MB/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 2.8 MB/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 3.0 MB/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 32 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 35 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 53 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 125 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 265 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 269 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 82 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 202 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 169 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 245 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 48 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 58 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 139 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 68 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 8.4 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 21 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 62 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 8.8 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 7.0 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 28 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 7.2 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 21 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 7.5 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 40 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 65 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 26 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 15 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 31 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 126 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 19 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/1.3.61/kotlin-stdlib-1.3.61.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] 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/1.9.10/byte-buddy-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 756 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.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 558 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/net/bytebuddy/byte-buddy-agent/1.9.10/byte-buddy-agent-1.9.10.jar (43 kB at 86 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/jetbrains/kotlin/kotlin-stdlib/1.3.61/kotlin-stdlib-1.3.61.jar (1.3 MB at 1.9 MB/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/org/mockito/mockito-core/2.28.2/mockito-core-2.28.2.jar (591 kB at 830 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/net/bytebuddy/byte-buddy/1.9.10/byte-buddy-1.9.10.jar (3.3 MB at 4.4 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-server/9.4.20.v20190813/jetty-server-9.4.20.v20190813.jar (657 kB at 822 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-http/9.4.20.v20190813/jetty-http-9.4.20.v20190813.jar (208 kB at 251 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-servlets/9.4.20.v20190813/jetty-servlets-9.4.20.v20190813.jar (101 kB at 100 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-security/9.4.20.v20190813/jetty-security-9.4.20.v20190813.jar (117 kB at 115 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-servlet/9.4.20.v20190813/jetty-servlet-9.4.20.v20190813.jar (128 kB at 125 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/com/github/tomakehurst/wiremock-jre8/2.26.0/wiremock-jre8-2.26.0.jar (3.2 MB at 2.9 MB/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 23 kB/s) [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 138 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] 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-util/9.4.20.v20190813/jetty-util-9.4.20.v20190813.jar (539 kB at 441 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/javax/xml/bind/jaxb-api/2.3.0/jaxb-api-2.3.0.jar (126 kB at 97 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/org/xmlunit/xmlunit-core/2.6.2/xmlunit-core-2.6.2.jar (168 kB at 128 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/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar (767 kB at 543 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.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 89 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 6.3 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/eclipse/jetty/jetty-webapp/9.4.20.v20190813/jetty-webapp-9.4.20.v20190813.jar (138 kB at 93 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/net/minidev/json-smart/2.3/json-smart-2.3.jar (120 kB at 80 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/com/jayway/jsonpath/json-path/2.4.0/json-path-2.4.0.jar (223 kB at 148 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/net/minidev/accessors-smart/1.2/accessors-smart-1.2.jar (30 kB at 19 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/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 70 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/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar (78 kB at 46 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/4.1.2/handlebars-4.1.2.jar (926 kB at 539 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/com/flipkart/zjsonpatch/zjsonpatch/0.4.4/zjsonpatch-0.4.4.jar (30 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-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-helpers/4.1.2/handlebars-helpers-4.1.2.jar (12 kB at 6.9 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/org/eclipse/jetty/http2/http2-server/9.4.20.v20190813/http2-server-9.4.20.v20190813.jar (59 kB at 34 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 41 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-hpack/9.4.20.v20190813/http2-hpack-9.4.20.v20190813.jar (50 kB at 27 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/jetty-alpn-conscrypt-server/9.4.20.v20190813/jetty-alpn-conscrypt-server-9.4.20.v20190813.jar (17 kB at 9.4 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-server/9.4.20.v20190813/jetty-alpn-server-9.4.20.v20190813.jar (18 kB at 9.2 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-client/9.4.20.v20190813/jetty-alpn-client-9.4.20.v20190813.jar (17 kB at 8.2 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 91 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/net/javacrumbs/json-unit/json-unit-core/2.12.0/json-unit-core-2.12.0.jar (128 kB at 61 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/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 3.4 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/hamcrest/hamcrest-core/2.1/hamcrest-core-2.1.jar (1.2 kB at 537 B/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/2.1/hamcrest-2.1.jar (123 kB at 57 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.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 7.9 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/org/slf4j/slf4j-simple/1.7.30/slf4j-simple-1.7.30.jar (15 kB at 6.8 kB/s) [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 27 kB/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.2 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.tag/clients/http-support' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/clients/http-support [INFO] Storing buildNumber: fc6652c at timestamp: 1616581010002 [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.tag/clients/http-support' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/clients/http-support [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ http-support --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/clients/http-support/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/clients/http-support/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ http-support --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ http-support --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/clients/http-support/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ http-support --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ http-support --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/clients/http-support/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ http-support --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ http-support --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ http-support --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/clients/http-support/target/http-support-13.1.0-m1.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 98 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 44 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 97 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 89 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 101 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 149 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 792 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 25 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 364 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 155 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 358 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 119 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 111 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 1.1 MB/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-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/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/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/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/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/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-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] 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-api/3.0.0-M4/surefire-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-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.jar (14 kB at 63 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/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar (36 kB at 120 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-booter/3.0.0-M4/surefire-booter-3.0.0-M4.jar (317 kB at 1.0 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/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.jar (804 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.jar (14 kB at 35 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/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 142 kB/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 264 kB/s) [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 697 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 649 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 93 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 366 kB/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.tag/clients/http-support/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/clients/http-support/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/clients/http-support/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/clients/http-support/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/clients/http-support/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/clients/http-support/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ http-support --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/clients/http-support/target/http-support-13.1.0-m1.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/clients/http-support/target/http-support-13.1.0-m1.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.tag/clients/http-support/target/http-support-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/http-support/13.1.0-m1/http-support-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/clients/http-support/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/http-support/13.1.0-m1/http-support-13.1.0-m1.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/13.1.0-m1/http-support-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/http-support/13.1.0-m1/http-support-13.1.0-m1.jar (32 kB at 111 kB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/http-support/13.1.0-m1/http-support-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/http-support/13.1.0-m1/http-support-13.1.0-m1.pom (1.8 kB at 14 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 (387 B at 1.8 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 (422 B at 3.4 kB/s) [INFO] [INFO] ----------------------< org.eclipse.sw360:client >---------------------- [INFO] Building client 13.1.0-m1 [52/52] [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 195 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 197 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 435 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 59 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] 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 93 kB/s) [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 215 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 2.4 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.tag/clients/client' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/clients/client [INFO] Storing buildNumber: fc6652c at timestamp: 1616581020835 [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.tag/clients/client' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/sw360.deploy.tag/clients/client [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:prepare-agent (default) @ client --- [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.4/org.jacoco.agent-0.8.4-runtime.jar=destfile=/home/jenkins/agent/workspace/sw360.deploy.tag/clients/client/target/jacoco.exec,excludes=org/xmlsoap/schemas/**:org/apache/ws/commons/schema/** -Dcatalina.home=/home/jenkins/agent/workspace/sw360.deploy.tag/clients/client/target/home -Xms64m -Xmx128m -XX:MaxPermSize=512m [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sw360.deploy.tag/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:13.1.0-m1... [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/clients/client/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ client --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ client --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/sw360.deploy.tag/clients/client/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ client --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco-maven-plugin:0.8.4:report (report) @ client --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ client --- [INFO] Building jar: /home/jenkins/agent/workspace/sw360.deploy.tag/clients/client/target/client-13.1.0-m1.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.tag/clients/client/target/jgiven-reports/json [INFO] JGiven HTML report output directory: /home/jenkins/agent/workspace/sw360.deploy.tag/clients/client/target/jgiven-reports/html [INFO] Generating HTML reports to /home/jenkins/agent/workspace/sw360.deploy.tag/clients/client/target/jgiven-reports/html... [INFO] Generating HTML5 report to /home/jenkins/agent/workspace/sw360.deploy.tag/clients/client/target/jgiven-reports/html/index.html [INFO] Cannot read /home/jenkins/agent/workspace/sw360.deploy.tag/clients/client/src/test/resources/jgiven/custom.js, skipping [INFO] ------------------------------------------------------------------- [INFO] Generated JGiven HTML reports to directory /home/jenkins/agent/workspace/sw360.deploy.tag/clients/client/target/jgiven-reports/html [INFO] ------------------------------------------------------------------- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.5:sign (sign) @ client --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/sw360.deploy.tag/clients/client/target/client-13.1.0-m1.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/sw360.deploy.tag/clients/client/target/client-13.1.0-m1.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.tag/clients/client/target/client-13.1.0-m1.jar to /home/jenkins/.m2/repository/org/eclipse/sw360/client/13.1.0-m1/client-13.1.0-m1.jar [INFO] Installing /home/jenkins/agent/workspace/sw360.deploy.tag/clients/client/.flattened-pom.xml to /home/jenkins/.m2/repository/org/eclipse/sw360/client/13.1.0-m1/client-13.1.0-m1.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/13.1.0-m1/client-13.1.0-m1.jar [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/client/13.1.0-m1/client-13.1.0-m1.jar (162 kB at 1.1 MB/s) [INFO] Uploading to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/client/13.1.0-m1/client-13.1.0-m1.pom [INFO] Uploaded to repo.eclipse.org: https://repo.eclipse.org/content/repositories/sw360-releases/org/eclipse/sw360/client/13.1.0-m1/client-13.1.0-m1.pom (2.2 kB at 16 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 (381 B at 1.9 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 (416 B at 2.1 kB/s) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for sw360 13.1.0-m1: [INFO] [INFO] sw360 .............................................. SUCCESS [01:14 min] [INFO] build-configuration ................................ SUCCESS [ 19.809 s] [INFO] libraries .......................................... SUCCESS [ 28.973 s] [INFO] datahandler ........................................ SUCCESS [02:53 min] [INFO] commonIO ........................................... SUCCESS [ 7.018 s] [INFO] exporters .......................................... SUCCESS [ 41.401 s] [INFO] backend ............................................ SUCCESS [ 1.574 s] [INFO] src-common ......................................... SUCCESS [ 20.026 s] [INFO] backend-src ........................................ SUCCESS [ 0.752 s] [INFO] src-attachments .................................... SUCCESS [ 5.427 s] [INFO] src-components ..................................... SUCCESS [ 5.505 s] [INFO] src-vendors ........................................ SUCCESS [ 4.760 s] [INFO] importers .......................................... SUCCESS [ 5.693 s] [INFO] log4j-osgi-support ................................. SUCCESS [ 18.769 s] [INFO] src-licenses ....................................... SUCCESS [ 4.134 s] [INFO] src-users .......................................... SUCCESS [ 4.059 s] [INFO] src-search ......................................... SUCCESS [ 5.352 s] [INFO] src-projects ....................................... SUCCESS [ 3.818 s] [INFO] src-moderation ..................................... SUCCESS [ 5.283 s] [INFO] src-fossology ...................................... SUCCESS [ 9.095 s] [INFO] src-vulnerabilities ................................ SUCCESS [ 4.159 s] [INFO] src-licenseinfo .................................... SUCCESS [ 7.888 s] [INFO] src-cvesearch ...................................... SUCCESS [ 5.627 s] [INFO] src-schedule ....................................... SUCCESS [ 5.098 s] [INFO] src-wsimport ....................................... SUCCESS [ 3.707 s] [INFO] src-changelogs ..................................... SUCCESS [ 3.496 s] [INFO] src-health ......................................... SUCCESS [ 4.171 s] [INFO] svc-common ......................................... SUCCESS [ 5.059 s] [INFO] backend-svc ........................................ SUCCESS [ 0.988 s] [INFO] svc-licenses ....................................... SUCCESS [ 18.077 s] [INFO] svc-users .......................................... SUCCESS [ 15.876 s] [INFO] svc-vendors ........................................ SUCCESS [ 16.672 s] [INFO] svc-search ......................................... SUCCESS [ 17.041 s] [INFO] svc-components ..................................... SUCCESS [ 17.701 s] [INFO] svc-projects ....................................... SUCCESS [ 15.871 s] [INFO] svc-attachments .................................... SUCCESS [ 14.709 s] [INFO] svc-moderation ..................................... SUCCESS [ 15.446 s] [INFO] svc-fossology ...................................... SUCCESS [ 18.911 s] [INFO] svc-vulnerabilities ................................ SUCCESS [ 20.713 s] [INFO] svc-cvesearch ...................................... SUCCESS [ 21.272 s] [INFO] svc-licenseinfo .................................... SUCCESS [ 14.894 s] [INFO] svc-schedule ....................................... SUCCESS [ 14.883 s] [INFO] svc-wsimport ....................................... SUCCESS [ 14.996 s] [INFO] svc-changelogs ..................................... SUCCESS [ 22.247 s] [INFO] svc-health ......................................... SUCCESS [ 21.094 s] [INFO] rest ............................................... SUCCESS [ 0.509 s] [INFO] rest-common ........................................ SUCCESS [ 8.523 s] [INFO] authorization-server ............................... SUCCESS [ 33.519 s] [INFO] resource-server .................................... SUCCESS [01:18 min] [INFO] clients ............................................ SUCCESS [ 0.611 s] [INFO] http-support ....................................... SUCCESS [ 18.506 s] [INFO] client ............................................. SUCCESS [ 9.772 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16:22 min [INFO] Finished at: 2021-03-24T10:17:08Z [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