Started by user Scott M Stark Running as Scott M Stark Agent basic-nknpp is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-nknpp" namespace: "cdi" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.cdi.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-nknpp" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-nknpp" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.cdi.svc.cluster.local/cdi/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-cdi" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-nknpp (basic) in workspace /home/jenkins/agent/workspace/DropStagingRepo The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning repository https://github.com/jakartaee/cdi > git init /home/jenkins/agent/workspace/DropStagingRepo # timeout=10 Fetching upstream changes from https://github.com/jakartaee/cdi > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --tags --force --progress -- https://github.com/jakartaee/cdi +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/jakartaee/cdi # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/4.0^{commit} # timeout=10 Checking out Revision 85c41ebb869ccd3d80dc21c3e3d3b36534172e67 (refs/remotes/origin/4.0) > git config core.sparsecheckout # timeout=10 > git checkout -f 85c41ebb869ccd3d80dc21c3e3d3b36534172e67 # timeout=10 Commit message: "[maven-release-plugin] prepare for next development iteration" > git rev-list --no-walk 85c41ebb869ccd3d80dc21c3e3d3b36534172e67 # timeout=10 [DropStagingRepo] $ /bin/sh -xe /tmp/jenkins12514760533896347968.sh + TOOLS_PREFIX=/opt/tools + JAVA_PREFIX=/opt/tools/java/oracle + MVN_HOME=/opt/tools/apache-maven/latest + JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest + PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + MVN_EXTRA='--batch-mode -Poss-release -Pstaging' + NEXUS_PLUGIN=org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7 + NEXUS_PLUGIN_PARAMS='-DnexusUrl=https://jakarta.oss.sonatype.org/ -DserverId=ossrh' + echo 'Repo list' Repo list + [[ false = \t\r\u\e ]] + echo 'Dropping jakartaenterprise-1100' Dropping jakartaenterprise-1100 + '[' Xjakartaenterprise-1100 = X ']' + echo 'Dropping staging repo jakartaenterprise-1100' Dropping staging repo jakartaenterprise-1100 + mvn -X --batch-mode -Poss-release -Pstaging -DsonatypeOssDistMgmtStagingUrl=https://jakarta.oss.sonatype.org/content/repositories/staging/ nexus-staging:rc-drop -DstagingRepositoryId=jakartaenterprise-1100 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [DEBUG] Created new class realm maven.api [DEBUG] Importing foreign packages into class realm maven.api [DEBUG] Imported: javax.annotation.* < plexus.core [DEBUG] Imported: javax.annotation.security.* < plexus.core [DEBUG] Imported: javax.inject.* < plexus.core [DEBUG] Imported: org.apache.maven.* < plexus.core [DEBUG] Imported: org.apache.maven.artifact < plexus.core [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [DEBUG] Imported: org.apache.maven.cli < plexus.core [DEBUG] Imported: org.apache.maven.configuration < plexus.core [DEBUG] Imported: org.apache.maven.exception < plexus.core [DEBUG] Imported: org.apache.maven.execution < plexus.core [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [DEBUG] Imported: org.apache.maven.graph < plexus.core [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [DEBUG] Imported: org.apache.maven.model < plexus.core [DEBUG] Imported: org.apache.maven.monitor < plexus.core [DEBUG] Imported: org.apache.maven.plugin < plexus.core [DEBUG] Imported: org.apache.maven.profiles < plexus.core [DEBUG] Imported: org.apache.maven.project < plexus.core [DEBUG] Imported: org.apache.maven.reporting < plexus.core [DEBUG] Imported: org.apache.maven.repository < plexus.core [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [DEBUG] Imported: org.apache.maven.settings < plexus.core [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [DEBUG] Imported: org.apache.maven.usability < plexus.core [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [DEBUG] Imported: org.codehaus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [DEBUG] Imported: org.eclipse.aether.* < plexus.core [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [DEBUG] Imported: org.eclipse.aether.util < plexus.core [DEBUG] Imported: org.eclipse.aether.version < plexus.core [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [DEBUG] Imported: org.slf4j.* < plexus.core [DEBUG] Imported: org.slf4j.event.* < plexus.core [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [DEBUG] Imported: org.slf4j.spi.* < plexus.core [DEBUG] Populating class realm maven.api [DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [INFO] Error stacktraces are turned on. [DEBUG] Message scheme: plain [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [DEBUG] Using local repository at /home/jenkins/.m2/repository [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [INFO] Scanning for projects... [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local' [DEBUG] Resolving artifact org.eclipse.ee4j:project:pom:1.0.6 from [sonatype-nexus-staging (${sonatypeOssDistMgmtStagingUrl}, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.eclipse.ee4j:project:pom:1.0.6 from [sonatype-nexus-staging (${sonatypeOssDistMgmtStagingUrl}, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Could not obtain transporter factory for sonatype-nexus-staging (${sonatypeOssDistMgmtStagingUrl}, default, releases) org.eclipse.aether.transfer.NoTransporterException: Unsupported transport protocol at org.eclipse.aether.transport.http.HttpTransporter. (HttpTransporter.java:162) at org.eclipse.aether.transport.http.HttpTransporterFactory.newInstance (HttpTransporterFactory.java:95) at org.eclipse.aether.internal.impl.DefaultTransporterProvider.newTransporter (DefaultTransporterProvider.java:94) at org.eclipse.aether.connector.basic.BasicRepositoryConnector. (BasicRepositoryConnector.java:128) at org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory.newInstance (BasicRepositoryConnectorFactory.java:172) at org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider.newRepositoryConnector (DefaultRepositoryConnectorProvider.java:122) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:536) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:449) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:261) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:243) at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:278) at org.apache.maven.project.ProjectModelResolver.resolveModel (ProjectModelResolver.java:172) at org.apache.maven.project.ProjectModelResolver.resolveModel (ProjectModelResolver.java:218) at org.apache.maven.model.building.DefaultModelBuilder.readParentExternally (DefaultModelBuilder.java:1009) at org.apache.maven.model.building.DefaultModelBuilder.readParent (DefaultModelBuilder.java:801) at org.apache.maven.model.building.DefaultModelBuilder.build (DefaultModelBuilder.java:327) at org.apache.maven.model.building.DefaultModelBuilder.build (DefaultModelBuilder.java:243) at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:447) at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:410) at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:367) at org.apache.maven.graph.DefaultGraphBuilder.collectProjects (DefaultGraphBuilder.java:349) at org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenReactor (DefaultGraphBuilder.java:340) at org.apache.maven.graph.DefaultGraphBuilder.build (DefaultGraphBuilder.java:76) at org.apache.maven.DefaultMaven.buildGraph (DefaultMaven.java:448) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:197) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [DEBUG] Could not obtain transporter factory for sonatype-nexus-staging (${sonatypeOssDistMgmtStagingUrl}, default, releases) org.eclipse.aether.transfer.NoTransporterException: Unsupported transport protocol at org.eclipse.aether.transport.file.FileTransporter. (FileTransporter.java:45) at org.eclipse.aether.transport.file.FileTransporterFactory.newInstance (FileTransporterFactory.java:69) at org.eclipse.aether.internal.impl.DefaultTransporterProvider.newTransporter (DefaultTransporterProvider.java:94) at org.eclipse.aether.connector.basic.BasicRepositoryConnector. (BasicRepositoryConnector.java:128) at org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory.newInstance (BasicRepositoryConnectorFactory.java:172) at org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider.newRepositoryConnector (DefaultRepositoryConnectorProvider.java:122) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:536) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:449) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:261) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:243) at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:278) at org.apache.maven.project.ProjectModelResolver.resolveModel (ProjectModelResolver.java:172) at org.apache.maven.project.ProjectModelResolver.resolveModel (ProjectModelResolver.java:218) at org.apache.maven.model.building.DefaultModelBuilder.readParentExternally (DefaultModelBuilder.java:1009) at org.apache.maven.model.building.DefaultModelBuilder.readParent (DefaultModelBuilder.java:801) at org.apache.maven.model.building.DefaultModelBuilder.build (DefaultModelBuilder.java:327) at org.apache.maven.model.building.DefaultModelBuilder.build (DefaultModelBuilder.java:243) at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:447) at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:410) at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:367) at org.apache.maven.graph.DefaultGraphBuilder.collectProjects (DefaultGraphBuilder.java:349) at org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenReactor (DefaultGraphBuilder.java:340) at org.apache.maven.graph.DefaultGraphBuilder.build (DefaultGraphBuilder.java:76) at org.apache.maven.DefaultMaven.buildGraph (DefaultMaven.java:448) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:197) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [DEBUG] Could not obtain transporter factory for sonatype-nexus-staging (${sonatypeOssDistMgmtStagingUrl}, default, releases) org.eclipse.aether.transfer.NoTransporterException: Unsupported transport protocol at org.eclipse.aether.transport.wagon.WagonTransporter. (WagonTransporter.java:121) at org.eclipse.aether.transport.wagon.WagonTransporterFactory.newInstance (WagonTransporterFactory.java:115) at org.eclipse.aether.internal.impl.DefaultTransporterProvider.newTransporter (DefaultTransporterProvider.java:94) at org.eclipse.aether.connector.basic.BasicRepositoryConnector. (BasicRepositoryConnector.java:128) at org.eclipse.aether.connector.basic.BasicRepositoryConnectorFactory.newInstance (BasicRepositoryConnectorFactory.java:172) at org.eclipse.aether.internal.impl.DefaultRepositoryConnectorProvider.newRepositoryConnector (DefaultRepositoryConnectorProvider.java:122) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.performDownloads (DefaultArtifactResolver.java:536) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve (DefaultArtifactResolver.java:449) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts (DefaultArtifactResolver.java:261) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifact (DefaultArtifactResolver.java:243) at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifact (DefaultRepositorySystem.java:278) at org.apache.maven.project.ProjectModelResolver.resolveModel (ProjectModelResolver.java:172) at org.apache.maven.project.ProjectModelResolver.resolveModel (ProjectModelResolver.java:218) at org.apache.maven.model.building.DefaultModelBuilder.readParentExternally (DefaultModelBuilder.java:1009) at org.apache.maven.model.building.DefaultModelBuilder.readParent (DefaultModelBuilder.java:801) at org.apache.maven.model.building.DefaultModelBuilder.build (DefaultModelBuilder.java:327) at org.apache.maven.model.building.DefaultModelBuilder.build (DefaultModelBuilder.java:243) at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:447) at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:410) at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:367) at org.apache.maven.graph.DefaultGraphBuilder.collectProjects (DefaultGraphBuilder.java:349) at org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenReactor (DefaultGraphBuilder.java:340) at org.apache.maven.graph.DefaultGraphBuilder.build (DefaultGraphBuilder.java:76) at org.apache.maven.DefaultMaven.buildGraph (DefaultMaven.java:448) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:197) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:498) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom.lastUpdated' [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [DEBUG] Resolving artifact org.sonatype.plugins:nexus-staging-maven-plugin:pom:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.plugins:nexus-staging-maven-plugin:pom:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.maven:nexus-staging:pom:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.nexus.maven:nexus-staging:pom:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-staging/1.6.8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.maven:nexus-maven-plugins:pom:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.nexus.maven:nexus-maven-plugins:pom:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.buildsupport:public-parent:pom:6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.buildsupport:public-parent:pom:6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.buildsupport:buildsupport:pom:6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.buildsupport:buildsupport:pom:6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.maven:nexus-common:pom:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.nexus.maven:nexus-common:pom:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-sec-dispatcher:pom:1.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:12 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:12 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.plexus:plexus-cipher:pom:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-cipher:pom:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:15 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:15 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/15/spice-parent-15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/15/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/15/spice-parent-15.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:5 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:5 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom.lastUpdated' [DEBUG] Resolving artifact com.google.guava:guava:pom:14.0.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.guava:guava:pom:14.0.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.pom.lastUpdated' [DEBUG] Resolving artifact com.google.guava:guava-parent:pom:14.0.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.guava:guava-parent:pom:14.0.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava-parent/14.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.oss:oss-parent:pom:7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.oss:oss-parent:pom:7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/7/oss-parent-7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/7/oss-parent-7.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus:nexus-client-core:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.nexus:nexus-client-core:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus:nexus-components:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.nexus:nexus-components:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/nexus-components/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus:nexus-parent:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.nexus:nexus-parent:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/nexus-parent/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.buildsupport:public-parent:pom:9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.buildsupport:public-parent:pom:9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.buildsupport:buildsupport:pom:9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.buildsupport:buildsupport:pom:9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-all:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-all:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-commons:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-commons:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-db:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-db:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-gwt:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-gwt:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-httpclient:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-httpclient:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-insight:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-insight:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-maven:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-maven:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-messaging:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-messaging:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-shiro:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-shiro:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-bouncycastle:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-bouncycastle:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-jetty:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-jetty:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-goodies:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-goodies:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-groovy:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-groovy:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-guice:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-guice:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-logging:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-logging:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-osgi:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-osgi:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-other:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-other:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-plexus:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-plexus:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-rest:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-rest:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-testing:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-testing:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-metrics:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-metrics:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.plugins:nexus-restlet1x-model:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.plugins:nexus-restlet1x-model:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.plugins:nexus-plugins-restlet1x:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.plugins:nexus-plugins-restlet1x:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.nexus.plugins:nexus-plugins:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.nexus.plugins:nexus-plugins:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:3.0.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-model:pom:3.0.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven:pom:3.0.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven:pom:3.0.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/3.0.4/maven-3.0.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/3.0.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/3.0.4/maven-3.0.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:21 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:21 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/21/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [DEBUG] Resolving artifact org.apache:apache:pom:10 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache:apache:pom:10 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/10/apache-10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/10/apache-10.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:1.7.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:pom:1.7.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:1.7.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.slf4j:slf4j-parent:pom:1.7.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom.lastUpdated' [DEBUG] Resolving artifact com.google.code.findbugs:jsr305:pom:2.0.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.google.code.findbugs:jsr305:pom:2.0.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom.lastUpdated' [DEBUG] Resolving artifact com.intellij:annotations:pom:9.0.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.intellij:annotations:pom:9.0.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/intellij/annotations/9.0.4/annotations-9.0.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/intellij/annotations/9.0.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/intellij/annotations/9.0.4/annotations-9.0.4.pom.lastUpdated' [DEBUG] Resolving artifact commons-io:commons-io:pom:2.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact commons-io:commons-io:pom:2.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:25 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:25 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/25/commons-parent-25.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/25/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/25/commons-parent-25.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/9/apache-9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/9/apache-9.pom.lastUpdated' [DEBUG] Resolving artifact com.thoughtworks.xstream:xstream:pom:1.4.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.thoughtworks.xstream:xstream:pom:1.4.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom.lastUpdated' [DEBUG] Resolving artifact com.thoughtworks.xstream:xstream-parent:pom:1.4.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.thoughtworks.xstream:xstream-parent:pom:1.4.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream-parent/1.4.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus:codehaus-parent:pom:3 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.codehaus:codehaus-parent:pom:3 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/codehaus-parent/3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus-snapshots (http://nexus.codehaus.org/snapshots/). [DEBUG] Resolving artifact xmlpull:xmlpull:pom:1.1.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact xmlpull:xmlpull:pom:1.1.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/xmlpull/xmlpull/1.1.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom.lastUpdated' [DEBUG] Resolving artifact xpp3:xpp3_min:pom:1.1.4c from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact xpp3:xpp3_min:pom:1.1.4c from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/xpp3/xpp3_min/1.1.4c/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom.lastUpdated' [DEBUG] Resolving artifact joda-time:joda-time:pom:2.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact joda-time:joda-time:pom:2.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/joda-time/joda-time/2.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.pom.lastUpdated' [DEBUG] Resolving artifact commons-lang:commons-lang:pom:2.6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact commons-lang:commons-lang:pom:2.6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-lang/commons-lang/2.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:17 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:17 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/17/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/17/commons-parent-17.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/7/apache-7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/7/apache-7.pom.lastUpdated' [DEBUG] Resolving artifact commons-beanutils:commons-beanutils-core:pom:1.8.3 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact commons-beanutils:commons-beanutils-core:pom:1.8.3 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/4/apache-4.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/4/apache-4.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository). [DEBUG] Resolving artifact org.sonatype.sisu.siesta:siesta-client:pom:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.sisu.siesta:siesta-client:pom:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.sisu.siesta:siesta:pom:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.sisu.siesta:siesta:pom:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.buildsupport:public-parent:pom:5 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.buildsupport:public-parent:pom:5 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.buildsupport:buildsupport:pom:5 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.buildsupport:buildsupport:pom:5 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.sisu.siesta:siesta-common:pom:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.sisu.siesta:siesta-common:pom:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom.lastUpdated' [DEBUG] Resolving artifact javax.ws.rs:jsr311-api:pom:1.1.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact javax.ws.rs:jsr311-api:pom:1.1.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom.lastUpdated' [DEBUG] Resolving artifact com.sun.jersey:jersey-core:pom:1.17.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.sun.jersey:jersey-core:pom:1.17.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/jersey-core/1.17.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom.lastUpdated' [DEBUG] Resolving artifact com.sun.jersey:jersey-project:pom:1.17.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.sun.jersey:jersey-project:pom:1.17.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/jersey-project/1.17.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for repository.jboss.org (http://repository.jboss.org/nexus/content/groups/public/). [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for eclipselink.repository (http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/rt/eclipselink/maven.repo). [DEBUG] Resolving artifact net.java:jvnet-parent:pom:1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)] [DEBUG] Resolving artifact net.java:jvnet-parent:pom:1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/jvnet-parent/1/jvnet-parent-1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/jvnet-parent/1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/net/java/jvnet-parent/1/jvnet-parent-1.pom.lastUpdated' [DEBUG] Resolving artifact javax.validation:validation-api:pom:1.1.0.Final from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact javax.validation:validation-api:pom:1.1.0.Final from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/validation/validation-api/1.1.0.Final/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom.lastUpdated' [DEBUG] Resolving artifact com.sun.jersey:jersey-client:pom:1.17.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.sun.jersey:jersey-client:pom:1.17.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/jersey-client/1.17.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom.lastUpdated' [DEBUG] Resolving artifact com.sun.jersey.contribs:jersey-apache-client4:pom:1.17.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.sun.jersey.contribs:jersey-apache-client4:pom:1.17.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom.lastUpdated' [DEBUG] Resolving artifact com.sun.jersey.contribs:jersey-contribs:pom:1.17.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.sun.jersey.contribs:jersey-contribs:pom:1.17.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-contribs/1.17.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient:pom:4.3.5 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient:pom:4.3.5 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.3.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-client:pom:4.3.5 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-client:pom:4.3.5 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.3.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom.lastUpdated' [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for spy (http://files.couchbase.com/maven2/). [DEBUG] Resolving artifact org.apache.httpcomponents:project:pom:7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.httpcomponents:project:pom:7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/project/7/project-7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/project/7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/project/7/project-7.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:13 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:13 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/13/apache-13.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/13/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/13/apache-13.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore:pom:4.3.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore:pom:4.3.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.3.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-core:pom:4.3.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcomponents-core:pom:4.3.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.3.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom.lastUpdated' [DEBUG] Resolving artifact commons-codec:commons-codec:pom:1.6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact commons-codec:commons-codec:pom:1.6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:22 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache.commons:commons-parent:pom:22 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked), jvnet-nexus-snapshots (https://maven.java.net/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/22/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/commons/commons-parent/22/commons-parent-22.pom.lastUpdated' [DEBUG] Resolving artifact org.slf4j:jcl-over-slf4j:pom:1.7.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.slf4j:jcl-over-slf4j:pom:1.7.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.sisu.siesta:siesta-jackson:pom:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.sisu.siesta:siesta-jackson:pom:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-jackson/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom.lastUpdated' [DEBUG] Resolving artifact com.fasterxml.jackson.core:jackson-annotations:pom:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.core:jackson-annotations:pom:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom.lastUpdated' [DEBUG] Resolving artifact com.fasterxml:oss-parent:pom:11 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.fasterxml:oss-parent:pom:11 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/oss-parent/11/oss-parent-11.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/oss-parent/11/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/oss-parent/11/oss-parent-11.pom.lastUpdated' [DEBUG] Resolving artifact com.fasterxml.jackson.core:jackson-core:pom:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.core:jackson-core:pom:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom.lastUpdated' [DEBUG] Resolving artifact com.fasterxml:oss-parent:pom:12 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.fasterxml:oss-parent:pom:12 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/oss-parent/12/oss-parent-12.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/oss-parent/12/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/oss-parent/12/oss-parent-12.pom.lastUpdated' [DEBUG] Resolving artifact com.fasterxml.jackson.core:jackson-databind:pom:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.core:jackson-databind:pom:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom.lastUpdated' [DEBUG] Resolving artifact com.fasterxml.jackson.core:jackson-annotations:pom:2.3.0 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.core:jackson-annotations:pom:2.3.0 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom.lastUpdated' [DEBUG] Resolving artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:pom:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:pom:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom.lastUpdated' [DEBUG] Resolving artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-providers:pom:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-providers:pom:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom.lastUpdated' [DEBUG] Resolving artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:pom:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:pom:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom.lastUpdated' [DEBUG] Resolving artifact com.fasterxml.jackson.module:jackson-module-jaxb-annotations:pom:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.module:jackson-module-jaxb-annotations:pom:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom.lastUpdated' [DEBUG] Resolving artifact javax.inject:javax.inject:pom:1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact javax.inject:javax.inject:pom:1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/inject/javax.inject/1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.spice.zapper:spice-zapper:pom:1.3 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.spice.zapper:spice-zapper:pom:1.3 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom.lastUpdated' [DEBUG] Resolving artifact org.fusesource.hawtbuf:hawtbuf-proto:pom:1.9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.fusesource.hawtbuf:hawtbuf-proto:pom:1.9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-proto/1.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom.lastUpdated' [DEBUG] Resolving artifact org.fusesource.hawtbuf:hawtbuf-project:pom:1.9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.fusesource.hawtbuf:hawtbuf-project:pom:1.9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-project/1.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom.lastUpdated' [DEBUG] Resolving artifact org.fusesource:fusesource-pom:pom:1.9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.fusesource:fusesource-pom:pom:1.9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/fusesource-pom/1.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom.lastUpdated' [DEBUG] Resolving artifact org.fusesource.hawtbuf:hawtbuf:pom:1.9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.fusesource.hawtbuf:hawtbuf:pom:1.9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf/1.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.0.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:pom:3.0.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:3.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:3.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:17 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.spice:spice-parent:pom:17 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:10 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.forge:forge-parent:pom:10 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.15 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:pom:1.15 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom.lastUpdated' [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:3.0.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus:pom:3.0.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.aether:aether-api:pom:1.13.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.aether:aether-api:pom:1.13.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.13.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom.lastUpdated' [DEBUG] Resolving artifact org.sonatype.aether:aether:pom:1.13.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.aether:aether:pom:1.13.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether/1.13.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom.lastUpdated' [DEBUG] Resolving artifact ch.qos.logback:logback-core:pom:1.1.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact ch.qos.logback:logback-core:pom:1.1.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom.lastUpdated' [DEBUG] Resolving artifact ch.qos.logback:logback-parent:pom:1.1.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact ch.qos.logback:logback-parent:pom:1.1.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/qos/logback/logback-parent/1.1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom.lastUpdated' [DEBUG] Resolving artifact ch.qos.logback:logback-classic:pom:1.1.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact ch.qos.logback:logback-classic:pom:1.1.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom.lastUpdated' [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=696630, ConflictMarker.markTime=836207, ConflictMarker.nodeCount=84, ConflictIdSorter.graphTime=403590, ConflictIdSorter.topsortTime=283693, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5939907, ConflictResolver.conflictItemCount=71, DfDependencyCollector.collectTime=5910218854, DfDependencyCollector.transformTime=9873676} [DEBUG] org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8 [DEBUG] org.sonatype.nexus.maven:nexus-common:jar:1.6.8:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile (version managed from default) (exclusions managed from default) [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default) [DEBUG] com.google.guava:guava:jar:14.0.1:compile [DEBUG] org.sonatype.nexus:nexus-client-core:jar:2.14.3-02:compile (exclusions managed from default) [DEBUG] org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02:compile [DEBUG] org.apache.maven:maven-model:jar:3.0.4:compile (version managed from default) [DEBUG] org.slf4j:slf4j-api:jar:1.7.7:compile (version managed from default) [DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile [DEBUG] com.intellij:annotations:jar:9.0.4:compile (version managed from default) [DEBUG] commons-io:commons-io:jar:2.4:compile [DEBUG] com.thoughtworks.xstream:xstream:jar:1.4.7:compile (version managed from default) [DEBUG] xmlpull:xmlpull:jar:1.1.3.1:compile [DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile [DEBUG] joda-time:joda-time:jar:2.2:compile [DEBUG] commons-lang:commons-lang:jar:2.6:compile [DEBUG] commons-beanutils:commons-beanutils-core:jar:1.8.3:compile (version managed from default) (exclusions managed from default) [DEBUG] org.sonatype.sisu.siesta:siesta-client:jar:1.7:compile [DEBUG] org.sonatype.sisu.siesta:siesta-common:jar:1.7:compile [DEBUG] javax.ws.rs:jsr311-api:jar:1.1.1:compile [DEBUG] com.sun.jersey:jersey-core:jar:1.17.1:compile [DEBUG] javax.validation:validation-api:jar:1.1.0.Final:compile [DEBUG] com.sun.jersey:jersey-client:jar:1.17.1:compile [DEBUG] com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1:compile [DEBUG] org.sonatype.sisu.siesta:siesta-jackson:jar:1.7:compile [DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5:compile (version managed from default) (exclusions managed from default) [DEBUG] commons-codec:commons-codec:jar:1.6:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2:compile (version managed from default) [DEBUG] org.slf4j:jcl-over-slf4j:jar:1.7.7:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile (version managed from default) [DEBUG] org.sonatype.spice.zapper:spice-zapper:jar:1.3:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.15:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.13.1:compile [DEBUG] ch.qos.logback:logback-core:jar:1.1.2:runtime [DEBUG] ch.qos.logback:logback-classic:jar:1.1.2:runtime [DEBUG] Resolving artifact org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.nexus.maven:nexus-common:jar:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-cipher:jar:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.guava:guava:jar:14.0.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.nexus:nexus-client-core:jar:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-model:jar:3.0.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:jar:1.7.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.google.code.findbugs:jsr305:jar:2.0.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.intellij:annotations:jar:9.0.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact commons-io:commons-io:jar:2.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.thoughtworks.xstream:xstream:jar:1.4.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact xmlpull:xmlpull:jar:1.1.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact xpp3:xpp3_min:jar:1.1.4c from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact joda-time:joda-time:jar:2.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact commons-lang:commons-lang:jar:2.6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact commons-beanutils:commons-beanutils-core:jar:1.8.3 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.sisu.siesta:siesta-client:jar:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.sisu.siesta:siesta-common:jar:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact javax.ws.rs:jsr311-api:jar:1.1.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.sun.jersey:jersey-core:jar:1.17.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact javax.validation:validation-api:jar:1.1.0.Final from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.sun.jersey:jersey-client:jar:1.17.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.sisu.siesta:siesta-jackson:jar:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.core:jackson-core:jar:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.core:jackson-databind:jar:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient:jar:4.3.5 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact commons-codec:commons-codec:jar:1.6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore:jar:4.3.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.slf4j:jcl-over-slf4j:jar:1.7.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact javax.inject:javax.inject:jar:1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.spice.zapper:spice-zapper:jar:1.3 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.fusesource.hawtbuf:hawtbuf:jar:1.9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:3.0.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.15 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.aether:aether-api:jar:1.13.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact ch.qos.logback:logback-core:jar:1.1.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact ch.qos.logback:logback-classic:jar:1.1.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.nexus.maven:nexus-common:jar:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.plexus:plexus-cipher:jar:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact com.google.guava:guava:jar:14.0.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.nexus:nexus-client-core:jar:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache.maven:maven-model:jar:3.0.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.slf4j:slf4j-api:jar:1.7.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.google.code.findbugs:jsr305:jar:2.0.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.intellij:annotations:jar:9.0.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact commons-io:commons-io:jar:2.4 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.thoughtworks.xstream:xstream:jar:1.4.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact xmlpull:xmlpull:jar:1.1.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact xpp3:xpp3_min:jar:1.1.4c from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact joda-time:joda-time:jar:2.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact commons-lang:commons-lang:jar:2.6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact commons-beanutils:commons-beanutils-core:jar:1.8.3 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.sisu.siesta:siesta-client:jar:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.sisu.siesta:siesta-common:jar:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact javax.ws.rs:jsr311-api:jar:1.1.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.sun.jersey:jersey-core:jar:1.17.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact javax.validation:validation-api:jar:1.1.0.Final from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.sun.jersey:jersey-client:jar:1.17.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.sisu.siesta:siesta-jackson:jar:1.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.core:jackson-core:jar:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.core:jackson-databind:jar:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, default, snapshots)] [DEBUG] Resolving artifact com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpclient:jar:4.3.5 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact commons-codec:commons-codec:jar:1.6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots), maven-default-http-blocker (http://0.0.0.0/, default, releases+snapshots, blocked)] [DEBUG] Resolving artifact org.apache.httpcomponents:httpcore:jar:4.3.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.slf4j:jcl-over-slf4j:jar:1.7.7 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact javax.inject:javax.inject:jar:1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)] [DEBUG] Resolving artifact org.sonatype.spice.zapper:spice-zapper:jar:1.3 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.fusesource.hawtbuf:hawtbuf:jar:1.9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-utils:jar:3.0.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.codehaus.plexus:plexus-interpolation:jar:1.15 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.sonatype.aether:aether-api:jar:1.13.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact ch.qos.logback:logback-core:jar:1.1.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact ch.qos.logback:logback-classic:jar:1.1.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/intellij/annotations/9.0.4/annotations-9.0.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/guava/guava/14.0.1/guava-14.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/intellij/annotations/9.0.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/intellij/annotations/9.0.4/annotations-9.0.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.4/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-io/commons-io/2.4/commons-io-2.4.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/xmlpull/xmlpull/1.1.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/xpp3/xpp3_min/1.1.4c/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/joda-time/joda-time/2.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/joda-time/joda-time/2.2/joda-time-2.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-lang/commons-lang/2.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/jersey-core/1.17.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/validation/validation-api/1.1.0.Final/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/jersey-client/1.17.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-jackson/1.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.3.5/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/commons-codec/commons-codec/1.6/commons-codec-1.6.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.3.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/inject/javax.inject/1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-proto/1.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf/1.9/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.13.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar.lastUpdated' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.1.2/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar.lastUpdated' [DEBUG] Created new class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Importing foreign packages into class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Imported: < maven.api [DEBUG] Populating class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Included: org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8 [DEBUG] Included: org.sonatype.nexus.maven:nexus-common:jar:1.6.8 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.7 [DEBUG] Included: com.google.guava:guava:jar:14.0.1 [DEBUG] Included: org.sonatype.nexus:nexus-client-core:jar:2.14.3-02 [DEBUG] Included: org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02 [DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1 [DEBUG] Included: com.intellij:annotations:jar:9.0.4 [DEBUG] Included: commons-io:commons-io:jar:2.4 [DEBUG] Included: com.thoughtworks.xstream:xstream:jar:1.4.7 [DEBUG] Included: xmlpull:xmlpull:jar:1.1.3.1 [DEBUG] Included: xpp3:xpp3_min:jar:1.1.4c [DEBUG] Included: joda-time:joda-time:jar:2.2 [DEBUG] Included: commons-lang:commons-lang:jar:2.6 [DEBUG] Included: commons-beanutils:commons-beanutils-core:jar:1.8.3 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-client:jar:1.7 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-common:jar:1.7 [DEBUG] Included: javax.ws.rs:jsr311-api:jar:1.1.1 [DEBUG] Included: com.sun.jersey:jersey-core:jar:1.17.1 [DEBUG] Included: javax.validation:validation-api:jar:1.1.0.Final [DEBUG] Included: com.sun.jersey:jersey-client:jar:1.17.1 [DEBUG] Included: com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-jackson:jar:1.7 [DEBUG] Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.core:jackson-core:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.core:jackson-databind:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1 [DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.3.5 [DEBUG] Included: commons-codec:commons-codec:jar:1.6 [DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.3.2 [DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.7.7 [DEBUG] Included: org.sonatype.spice.zapper:spice-zapper:jar:1.3 [DEBUG] Included: org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9 [DEBUG] Included: org.fusesource.hawtbuf:hawtbuf:jar:1.9 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.8 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.15 [DEBUG] Included: ch.qos.logback:logback-core:jar:1.1.2 [DEBUG] Included: ch.qos.logback:logback-classic:jar:1.1.2 [DEBUG] Extension realms for project jakarta.enterprise:jakarta.enterprise.cdi-parent:pom:4.0.2-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]] [DEBUG] Created new class realm project>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.2-SNAPSHOT [DEBUG] Populating class realm project>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.2-SNAPSHOT [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.2-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project org.eclipse.ee4j:project:pom:1.0.6: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.2-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=224159, ConflictMarker.markTime=132897, ConflictMarker.nodeCount=84, ConflictIdSorter.graphTime=77246, ConflictIdSorter.topsortTime=32395, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=13092474, ConflictResolver.conflictItemCount=71, DfDependencyCollector.collectTime=9734027, DfDependencyCollector.transformTime=13606617} [DEBUG] org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8 [DEBUG] org.sonatype.nexus.maven:nexus-common:jar:1.6.8:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile (version managed from default) (exclusions managed from default) [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default) [DEBUG] com.google.guava:guava:jar:14.0.1:compile [DEBUG] org.sonatype.nexus:nexus-client-core:jar:2.14.3-02:compile (exclusions managed from default) [DEBUG] org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02:compile [DEBUG] org.apache.maven:maven-model:jar:3.0.4:compile (version managed from default) [DEBUG] org.slf4j:slf4j-api:jar:1.7.7:compile (version managed from default) [DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile [DEBUG] com.intellij:annotations:jar:9.0.4:compile (version managed from default) [DEBUG] commons-io:commons-io:jar:2.4:compile [DEBUG] com.thoughtworks.xstream:xstream:jar:1.4.7:compile (version managed from default) [DEBUG] xmlpull:xmlpull:jar:1.1.3.1:compile [DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile [DEBUG] joda-time:joda-time:jar:2.2:compile [DEBUG] commons-lang:commons-lang:jar:2.6:compile [DEBUG] commons-beanutils:commons-beanutils-core:jar:1.8.3:compile (version managed from default) (exclusions managed from default) [DEBUG] org.sonatype.sisu.siesta:siesta-client:jar:1.7:compile [DEBUG] org.sonatype.sisu.siesta:siesta-common:jar:1.7:compile [DEBUG] javax.ws.rs:jsr311-api:jar:1.1.1:compile [DEBUG] com.sun.jersey:jersey-core:jar:1.17.1:compile [DEBUG] javax.validation:validation-api:jar:1.1.0.Final:compile [DEBUG] com.sun.jersey:jersey-client:jar:1.17.1:compile [DEBUG] com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1:compile [DEBUG] org.sonatype.sisu.siesta:siesta-jackson:jar:1.7:compile [DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5:compile (version managed from default) (exclusions managed from default) [DEBUG] commons-codec:commons-codec:jar:1.6:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2:compile (version managed from default) [DEBUG] org.slf4j:jcl-over-slf4j:jar:1.7.7:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile (version managed from default) [DEBUG] org.sonatype.spice.zapper:spice-zapper:jar:1.3:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.15:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.13.1:compile [DEBUG] ch.qos.logback:logback-core:jar:1.1.2:runtime [DEBUG] ch.qos.logback:logback-classic:jar:1.1.2:runtime [DEBUG] Extension realms for project jakarta.enterprise:jakarta.enterprise.cdi-spec-doc:pom:4.0.2-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.2-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project jakarta.enterprise:jakarta.enterprise.lang-model:jar:4.0.2-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]] [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[project>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.2-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [DEBUG] Extension realms for project jakarta.enterprise:jakarta.enterprise.cdi-api:jar:4.0.2-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]] [DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[project>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.2-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]] [WARNING] [WARNING] Some problems were encountered while building the effective model for jakarta.enterprise:jakarta.enterprise.cdi-spec-doc:pom:4.0.2-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 185, column 29 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 197, column 29 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 164, column 29 [WARNING] [WARNING] Some problems were encountered while building the effective model for jakarta.enterprise:jakarta.enterprise.lang-model:jar:4.0.2-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 185, column 29 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 164, column 29 [WARNING] [WARNING] Some problems were encountered while building the effective model for jakarta.enterprise:jakarta.enterprise.cdi-api:jar:4.0.2-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 185, column 29 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 164, column 29 [WARNING] [WARNING] Some problems were encountered while building the effective model for jakarta.enterprise:jakarta.enterprise.cdi-parent:pom:4.0.2-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 185, column 29 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 197, column 29 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 164, column 29 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] Inspecting build with total of 4 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 4 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] jakarta.enterprise.cdi-parent [pom] [INFO] jakarta.enterprise.cdi-spec-doc [pom] [INFO] CDI Language Model [jar] [INFO] CDI APIs [jar] [DEBUG] Could not find metadata org.apache.maven.plugins:maven-enforcer-plugin/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Could not find metadata org.apache.maven.plugins:maven-enforcer-plugin/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/resolver-status.properties' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/resolver-status.properties' [DEBUG] Could not find metadata org.apache.maven.plugins:maven-enforcer-plugin/maven-metadata.xml in sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/) [DEBUG] Resolving artifact org.apache.maven.plugins:maven-enforcer-plugin:pom:3.4.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-enforcer-plugin:pom:3.4.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.enforcer:enforcer:pom:3.4.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.enforcer:enforcer:pom:3.4.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer/3.4.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer/3.4.1/enforcer-3.4.1.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:40 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:40 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/40/maven-parent-40.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/40/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/40/maven-parent-40.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:30 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:30 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/30/apache-30.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/30/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/30/apache-30.pom.lastUpdated' [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.10.0 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.junit:junit-bom:pom:5.10.0 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.10.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-enforcer-plugin:jar:3.4.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-enforcer-plugin:jar:3.4.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.4.1/maven-enforcer-plugin-3.4.1.jar.lastUpdated' [DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-enforcer-plugin to 3.4.1 from repository eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases) [DEBUG] Could not find metadata org.apache.maven.plugins:maven-source-plugin/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Could not find metadata org.apache.maven.plugins:maven-source-plugin/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/resolver-status.properties' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/resolver-status.properties' [DEBUG] Could not find metadata org.apache.maven.plugins:maven-source-plugin/maven-metadata.xml in sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/) [DEBUG] Resolving artifact org.apache.maven.plugins:maven-source-plugin:pom:3.3.0 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-source-plugin:pom:3.3.0 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:39 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:39 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/39/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:39 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:39 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/39/maven-parent-39.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/39/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/39/maven-parent-39.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:29 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:29 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/29/apache-29.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/29/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/29/apache-29.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-source-plugin:jar:3.3.0 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-source-plugin:jar:3.3.0 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.3.0/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.3.0/maven-source-plugin-3.3.0.jar.lastUpdated' [DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-source-plugin to 3.3.0 from repository eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases) [DEBUG] Could not find metadata org.apache.maven.plugins:maven-javadoc-plugin/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Could not find metadata org.apache.maven.plugins:maven-javadoc-plugin/maven-metadata.xml in local (/home/jenkins/.m2/repository) [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/resolver-status.properties' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/resolver-status.properties' [DEBUG] Could not find metadata org.apache.maven.plugins:maven-javadoc-plugin/maven-metadata.xml in sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/) [DEBUG] Resolving artifact org.apache.maven.plugins:maven-javadoc-plugin:pom:3.6.3 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-javadoc-plugin:pom:3.6.3 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:41 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:41 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/41/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/41/maven-plugins-41.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:41 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:41 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/41/maven-parent-41.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/41/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/41/maven-parent-41.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:31 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Resolving artifact org.apache:apache:pom:31 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/31/apache-31.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/31/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/31/apache-31.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-javadoc-plugin:jar:3.6.3 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-javadoc-plugin:jar:3.6.3 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.6.3/maven-javadoc-plugin-3.6.3.jar.lastUpdated' [DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-javadoc-plugin to 3.6.3 from repository eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases) [DEBUG] Resolving plugin prefix nexus-staging from [org.apache.maven.plugins, org.codehaus.mojo] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-gpg-plugin:pom:1.6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-gpg-plugin:pom:1.6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:27 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:27 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:26 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:26 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom.lastUpdated' [DEBUG] Resolving artifact org.apache:apache:pom:16 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Resolving artifact org.apache:apache:pom:16 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/16/apache-16.pom.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/16/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/16/apache-16.pom.lastUpdated' [DEBUG] Resolving artifact org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Resolving artifact org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar.lastUpdated' [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories' [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar.lastUpdated' [DEBUG] Resolved plugin prefix nexus-staging to org.sonatype.plugins:nexus-staging-maven-plugin from POM jakarta.enterprise:jakarta.enterprise.cdi-parent:pom:4.0.2-SNAPSHOT [DEBUG] === REACTOR BUILD PLAN ================================================ [DEBUG] Project: jakarta.enterprise:jakarta.enterprise.cdi-parent:pom:4.0.2-SNAPSHOT [DEBUG] Tasks: [nexus-staging:rc-drop] [DEBUG] Style: Aggregating [DEBUG] ======================================================================= [INFO] [INFO] ----------< jakarta.enterprise:jakarta.enterprise.cdi-parent >---------- [INFO] Building jakarta.enterprise.cdi-parent 4.0.2-SNAPSHOT [1/4] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [DEBUG] Resolving plugin prefix nexus-staging from [org.apache.maven.plugins, org.codehaus.mojo] [DEBUG] Resolved plugin prefix nexus-staging to org.sonatype.plugins:nexus-staging-maven-plugin from POM jakarta.enterprise:jakarta.enterprise.cdi-parent:pom:4.0.2-SNAPSHOT [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [DEBUG] === PROJECT BUILD PLAN ================================================ [DEBUG] Project: jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.2-SNAPSHOT [DEBUG] Dependencies (collect): [] [DEBUG] Dependencies (resolve): [] [DEBUG] Repositories (dependencies): [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] Repositories (plugins) : [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [DEBUG] ----------------------------------------------------------------------- [DEBUG] Goal: org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop (default-cli) [DEBUG] Style: Regular [DEBUG] Configuration: ${altStagingDirectory} ${autoDropAfterRelease} false ${detectBuildFailures} ${keepStagingRepositoryOnCloseRuleFailure} https://jakarta.oss.sonatype.org/ ossrh ${maven.wagon.http.ssl.allowall} ${maven.wagon.http.ssl.insecure} ${stagingDescription} ${stagingProgressPauseDurationSeconds} ${stagingProgressTimeoutMinutes} ${stagingRepositoryId} [DEBUG] ======================================================================= [INFO] [INFO] --- nexus-staging:1.6.8:rc-drop (default-cli) @ jakarta.enterprise.cdi-parent --- [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=358991, ConflictMarker.markTime=188261, ConflictMarker.nodeCount=84, ConflictIdSorter.graphTime=131249, ConflictIdSorter.topsortTime=55998, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=2201697, ConflictResolver.conflictItemCount=71, DfDependencyCollector.collectTime=11371118, DfDependencyCollector.transformTime=2968444} [DEBUG] org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8 [DEBUG] org.sonatype.nexus.maven:nexus-common:jar:1.6.8:compile [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile (version managed from default) (exclusions managed from default) [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default) [DEBUG] com.google.guava:guava:jar:14.0.1:compile [DEBUG] org.sonatype.nexus:nexus-client-core:jar:2.14.3-02:compile (exclusions managed from default) [DEBUG] org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02:compile [DEBUG] org.apache.maven:maven-model:jar:3.0.4:compile (version managed from default) [DEBUG] org.slf4j:slf4j-api:jar:1.7.7:compile (version managed from default) [DEBUG] com.google.code.findbugs:jsr305:jar:2.0.1:compile [DEBUG] com.intellij:annotations:jar:9.0.4:compile (version managed from default) [DEBUG] commons-io:commons-io:jar:2.4:compile [DEBUG] com.thoughtworks.xstream:xstream:jar:1.4.7:compile (version managed from default) [DEBUG] xmlpull:xmlpull:jar:1.1.3.1:compile [DEBUG] xpp3:xpp3_min:jar:1.1.4c:compile [DEBUG] joda-time:joda-time:jar:2.2:compile [DEBUG] commons-lang:commons-lang:jar:2.6:compile [DEBUG] commons-beanutils:commons-beanutils-core:jar:1.8.3:compile (version managed from default) (exclusions managed from default) [DEBUG] org.sonatype.sisu.siesta:siesta-client:jar:1.7:compile [DEBUG] org.sonatype.sisu.siesta:siesta-common:jar:1.7:compile [DEBUG] javax.ws.rs:jsr311-api:jar:1.1.1:compile [DEBUG] com.sun.jersey:jersey-core:jar:1.17.1:compile [DEBUG] javax.validation:validation-api:jar:1.1.0.Final:compile [DEBUG] com.sun.jersey:jersey-client:jar:1.17.1:compile [DEBUG] com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1:compile [DEBUG] org.sonatype.sisu.siesta:siesta-jackson:jar:1.7:compile [DEBUG] com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1:compile [DEBUG] com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1:compile [DEBUG] org.apache.httpcomponents:httpclient:jar:4.3.5:compile (version managed from default) (exclusions managed from default) [DEBUG] commons-codec:commons-codec:jar:1.6:compile [DEBUG] org.apache.httpcomponents:httpcore:jar:4.3.2:compile (version managed from default) [DEBUG] org.slf4j:jcl-over-slf4j:jar:1.7.7:compile (version managed from default) [DEBUG] javax.inject:javax.inject:jar:1:compile (version managed from default) [DEBUG] org.sonatype.spice.zapper:spice-zapper:jar:1.3:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9:compile [DEBUG] org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.8:compile [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.15:compile [DEBUG] org.sonatype.aether:aether-api:jar:1.13.1:compile [DEBUG] ch.qos.logback:logback-core:jar:1.1.2:runtime [DEBUG] ch.qos.logback:logback-classic:jar:1.1.2:runtime [DEBUG] Created new class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Importing foreign packages into class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Imported: < project>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.2-SNAPSHOT [DEBUG] Populating class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8 [DEBUG] Included: org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8 [DEBUG] Included: org.sonatype.nexus.maven:nexus-common:jar:1.6.8 [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.7 [DEBUG] Included: com.google.guava:guava:jar:14.0.1 [DEBUG] Included: org.sonatype.nexus:nexus-client-core:jar:2.14.3-02 [DEBUG] Included: org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02 [DEBUG] Included: com.google.code.findbugs:jsr305:jar:2.0.1 [DEBUG] Included: com.intellij:annotations:jar:9.0.4 [DEBUG] Included: commons-io:commons-io:jar:2.4 [DEBUG] Included: com.thoughtworks.xstream:xstream:jar:1.4.7 [DEBUG] Included: xmlpull:xmlpull:jar:1.1.3.1 [DEBUG] Included: xpp3:xpp3_min:jar:1.1.4c [DEBUG] Included: joda-time:joda-time:jar:2.2 [DEBUG] Included: commons-lang:commons-lang:jar:2.6 [DEBUG] Included: commons-beanutils:commons-beanutils-core:jar:1.8.3 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-client:jar:1.7 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-common:jar:1.7 [DEBUG] Included: javax.ws.rs:jsr311-api:jar:1.1.1 [DEBUG] Included: com.sun.jersey:jersey-core:jar:1.17.1 [DEBUG] Included: javax.validation:validation-api:jar:1.1.0.Final [DEBUG] Included: com.sun.jersey:jersey-client:jar:1.17.1 [DEBUG] Included: com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1 [DEBUG] Included: org.sonatype.sisu.siesta:siesta-jackson:jar:1.7 [DEBUG] Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.core:jackson-core:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.core:jackson-databind:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1 [DEBUG] Included: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1 [DEBUG] Included: org.apache.httpcomponents:httpclient:jar:4.3.5 [DEBUG] Included: commons-codec:commons-codec:jar:1.6 [DEBUG] Included: org.apache.httpcomponents:httpcore:jar:4.3.2 [DEBUG] Included: org.slf4j:jcl-over-slf4j:jar:1.7.7 [DEBUG] Included: org.sonatype.spice.zapper:spice-zapper:jar:1.3 [DEBUG] Included: org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9 [DEBUG] Included: org.fusesource.hawtbuf:hawtbuf:jar:1.9 [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.8 [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.15 [DEBUG] Included: ch.qos.logback:logback-core:jar:1.1.2 [DEBUG] Included: ch.qos.logback:logback-classic:jar:1.1.2 [DEBUG] Loading mojo org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop from plugin realm ClassRealm[plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922] [DEBUG] Configuring mojo execution 'org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop:default-cli' with basic configurator --> [DEBUG] (f) autoDropAfterRelease = true [DEBUG] (f) autoReleaseAfterClose = false [DEBUG] (f) detectBuildFailures = true [DEBUG] (f) mavenSession = org.apache.maven.execution.MavenSession@6ca8fcf3 [DEBUG] (f) mojoExecution = org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop {execution: default-cli} [DEBUG] (f) nexusUrl = https://jakarta.oss.sonatype.org/ [DEBUG] (f) offline = false [DEBUG] (f) pluginArtifactId = nexus-staging-maven-plugin [DEBUG] (f) pluginGroupId = org.sonatype.plugins [DEBUG] (f) pluginVersion = 1.6.8 [DEBUG] (f) serverId = ossrh [DEBUG] (f) sslAllowAll = false [DEBUG] (f) sslInsecure = false [DEBUG] (f) stagingProgressPauseDurationSeconds = 3 [DEBUG] (f) stagingProgressTimeoutMinutes = 5 [DEBUG] (f) stagingRepositoryId = jakartaenterprise-1100 [DEBUG] -- end configuration -- [DEBUG] Parameters{pluginGav='org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8', deferredDirectoryRoot=/home/jenkins/agent/workspace/DropStagingRepo/target/nexus-staging/deferred, stagingDirectoryRoot=/home/jenkins/agent/workspace/DropStagingRepo/target/nexus-staging/staging, nexusUrl='https://jakarta.oss.sonatype.org/', serverId='ossrh', keepStagingRepositoryOnCloseRuleFailure=false, keepStagingRepositoryOnFailure=false, skipStagingRepositoryClose=false, autoReleaseAfterClose=false, autoDropAfterRelease=true, stagingProfileId='null', stagingRepositoryId='null', stagingActionMessages=org.sonatype.nexus.maven.staging.StagingActionMessages@4a901445, tags=null, stagingProgressTimeoutMinutes=5, stagingProgressPauseDurationSeconds=3, sslInsecure=false, sslAllowAll=false} [INFO] + Using server credentials "ossrh" from Maven settings. [DEBUG] Client created for media-type application/xml; charset=UTF-8 and connection (url=https://jakarta.oss.sonatype.org:443/,authc=UsernamePasswordAuthenticationInfo[username=3xeyxD7z, password=****],sslCertificateValidation=STRICT,sslCertificateHostnameValidation=LAX) Mar 07, 2024 6:33:17 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 1 * Client out-bound request 1 > GET https://jakarta.oss.sonatype.org:443/service/local/status 1 > Content-Type: application/xml; charset=UTF-8 1 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:33:17 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 1 * Client in-bound response 1 < 200 1 < Date: Thu, 07 Mar 2024 18:33:17 GMT 1 < Content-Type: application/xml; charset=UTF-8 1 < Content-Length: 1341 1 < Connection: keep-alive 1 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 1 < X-Frame-Options: SAMEORIGIN 1 < X-Content-Type-Options: nosniff 1 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 1 < Nexus Repository Manager Nexus Repository Manager 2.15.1-02<br>License expires in <span style="color: rgb(255, 0, 0);">25 days</span>. <a href="http://links.sonatype.com/products/nexus/pro/store" target="new">Renew Now</a>. 2.15.1-02 2.15.1-02 Professional PRO http://links.sonatype.com/products/nexus/pro/attributions http://links.sonatype.com/products/nexus/pro/store http://links.sonatype.com/products/nexus/pro/eula STARTED 2023-12-07 21:56:38.391 UTC 2023-12-07 21:56:44.178 UTC 2023-12-07 21:56:44.178 UTC false false false https://jakarta.oss.sonatype.org true false false [DEBUG] Connected, received NexusStatus [appName=Nexus Repository Manager, version=2.15.1-02, editionShort=PRO] [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" Mar 07, 2024 6:33:17 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 2 * Client out-bound request 2 > GET https://jakarta.oss.sonatype.org:443/service/local/status 2 > Content-Type: application/xml; charset=UTF-8 2 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:33:17 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 2 * Client in-bound response 2 < 200 2 < Date: Thu, 07 Mar 2024 18:33:17 GMT 2 < Content-Type: application/xml; charset=UTF-8 2 < Content-Length: 1341 2 < Connection: keep-alive 2 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 2 < X-Frame-Options: SAMEORIGIN 2 < X-Content-Type-Options: nosniff 2 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 2 < Nexus Repository Manager Nexus Repository Manager 2.15.1-02<br>License expires in <span style="color: rgb(255, 0, 0);">25 days</span>. <a href="http://links.sonatype.com/products/nexus/pro/store" target="new">Renew Now</a>. 2.15.1-02 2.15.1-02 Professional PRO http://links.sonatype.com/products/nexus/pro/attributions http://links.sonatype.com/products/nexus/pro/store http://links.sonatype.com/products/nexus/pro/eula STARTED 2023-12-07 21:56:38.391 UTC 2023-12-07 21:56:44.178 UTC 2023-12-07 21:56:44.178 UTC false false false https://jakarta.oss.sonatype.org true false false [DEBUG] Using staging v3 service [DEBUG] Using progressTimeoutMinutes=5, progressPauseDurationSeconds=3 [INFO] RC-Dropping staging repository with IDs=[jakartaenterprise-1100] Mar 07, 2024 6:33:17 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 3 * Client out-bound request 3 > POST https://jakarta.oss.sonatype.org:443/service/local/staging/bulk/drop 3 > Content-Type: application/xml; charset=UTF-8 3 > Accept: application/xml; charset=UTF-8 jakartaenterprise-1100jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.2-SNAPSHOTfalse Mar 07, 2024 6:33:17 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 3 * Client in-bound response 3 < 201 3 < Date: Thu, 07 Mar 2024 18:33:17 GMT 3 < Content-Length: 0 3 < Connection: keep-alive 3 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 3 < X-Frame-Options: SAMEORIGIN 3 < X-Content-Type-Options: nosniff 3 < [DEBUG] Monitoring transition of repositories: jakartaenterprise-1100 [DEBUG] START [DEBUG] TICK at 60.35 μs [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:33:17 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 4 * Client out-bound request 4 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 4 > Content-Type: application/xml; charset=UTF-8 4 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:33:18 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 4 * Client in-bound response 4 < 200 4 < Date: Thu, 07 Mar 2024 18:33:18 GMT 4 < Content-Type: application/xml; charset=UTF-8 4 < Content-Length: 1120 4 < Connection: keep-alive 4 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 4 < X-Frame-Options: SAMEORIGIN 4 < X-Content-Type-Options: nosniff 4 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 4 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-02T00:04:32.720Z Sat Mar 02 00:04:32 UTC 2024 1709337872720 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 239.1 ms [DEBUG] TICK at 3.239 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:33:21 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 5 * Client out-bound request 5 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 5 > Content-Type: application/xml; charset=UTF-8 5 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:33:21 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 5 * Client in-bound response 5 < 200 5 < Date: Thu, 07 Mar 2024 18:33:21 GMT 5 < Content-Type: application/xml; charset=UTF-8 5 < Content-Length: 1120 5 < Connection: keep-alive 5 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 5 < X-Frame-Options: SAMEORIGIN 5 < X-Content-Type-Options: nosniff 5 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 5 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 3.446 s [DEBUG] TICK at 6.446 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:33:24 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 6 * Client out-bound request 6 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 6 > Content-Type: application/xml; charset=UTF-8 6 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:33:24 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 6 * Client in-bound response 6 < 200 6 < Date: Thu, 07 Mar 2024 18:33:24 GMT 6 < Content-Type: application/xml; charset=UTF-8 6 < Content-Length: 1120 6 < Connection: keep-alive 6 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 6 < X-Frame-Options: SAMEORIGIN 6 < X-Content-Type-Options: nosniff 6 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 6 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 6.650 s [DEBUG] TICK at 9.650 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:33:27 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 7 * Client out-bound request 7 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 7 > Content-Type: application/xml; charset=UTF-8 7 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:33:27 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 7 * Client in-bound response 7 < 200 7 < Date: Thu, 07 Mar 2024 18:33:27 GMT 7 < Content-Type: application/xml; charset=UTF-8 7 < Content-Length: 1120 7 < Connection: keep-alive 7 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 7 < X-Frame-Options: SAMEORIGIN 7 < X-Content-Type-Options: nosniff 7 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 7 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 9.849 s [DEBUG] TICK at 12.85 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:33:30 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 8 * Client out-bound request 8 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 8 > Content-Type: application/xml; charset=UTF-8 8 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:33:30 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 8 * Client in-bound response 8 < 200 8 < Date: Thu, 07 Mar 2024 18:33:30 GMT 8 < Content-Type: application/xml; charset=UTF-8 8 < Content-Length: 1120 8 < Connection: keep-alive 8 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 8 < X-Frame-Options: SAMEORIGIN 8 < X-Content-Type-Options: nosniff 8 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 8 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 13.04 s [DEBUG] TICK at 16.04 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:33:33 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 9 * Client out-bound request 9 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 9 > Content-Type: application/xml; charset=UTF-8 9 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:33:34 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 9 * Client in-bound response 9 < 200 9 < Date: Thu, 07 Mar 2024 18:33:34 GMT 9 < Content-Type: application/xml; charset=UTF-8 9 < Content-Length: 1120 9 < Connection: keep-alive 9 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 9 < X-Frame-Options: SAMEORIGIN 9 < X-Content-Type-Options: nosniff 9 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 9 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 16.25 s [DEBUG] TICK at 19.25 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:33:37 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 10 * Client out-bound request 10 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 10 > Content-Type: application/xml; charset=UTF-8 10 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:33:37 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 10 * Client in-bound response 10 < 200 10 < Date: Thu, 07 Mar 2024 18:33:37 GMT 10 < Content-Type: application/xml; charset=UTF-8 10 < Content-Length: 1120 10 < Connection: keep-alive 10 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 10 < X-Frame-Options: SAMEORIGIN 10 < X-Content-Type-Options: nosniff 10 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 10 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 19.45 s [DEBUG] TICK at 22.45 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:33:40 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 11 * Client out-bound request 11 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 11 > Content-Type: application/xml; charset=UTF-8 11 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:33:40 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 11 * Client in-bound response 11 < 200 11 < Date: Thu, 07 Mar 2024 18:33:40 GMT 11 < Content-Type: application/xml; charset=UTF-8 11 < Content-Length: 1120 11 < Connection: keep-alive 11 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 11 < X-Frame-Options: SAMEORIGIN 11 < X-Content-Type-Options: nosniff 11 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 11 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 22.65 s [DEBUG] TICK at 25.65 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:33:43 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 12 * Client out-bound request 12 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 12 > Content-Type: application/xml; charset=UTF-8 12 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:33:43 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 12 * Client in-bound response 12 < 200 12 < Date: Thu, 07 Mar 2024 18:33:43 GMT 12 < Content-Type: application/xml; charset=UTF-8 12 < Content-Length: 1120 12 < Connection: keep-alive 12 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 12 < X-Frame-Options: SAMEORIGIN 12 < X-Content-Type-Options: nosniff 12 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 12 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 25.85 s [DEBUG] TICK at 28.85 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:33:46 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 13 * Client out-bound request 13 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 13 > Content-Type: application/xml; charset=UTF-8 13 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:33:46 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 13 * Client in-bound response 13 < 200 13 < Date: Thu, 07 Mar 2024 18:33:46 GMT 13 < Content-Type: application/xml; charset=UTF-8 13 < Content-Length: 1120 13 < Connection: keep-alive 13 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 13 < X-Frame-Options: SAMEORIGIN 13 < X-Content-Type-Options: nosniff 13 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 13 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 29.05 s [DEBUG] TICK at 32.05 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:33:49 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 14 * Client out-bound request 14 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 14 > Content-Type: application/xml; charset=UTF-8 14 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:33:50 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 14 * Client in-bound response 14 < 200 14 < Date: Thu, 07 Mar 2024 18:33:50 GMT 14 < Content-Type: application/xml; charset=UTF-8 14 < Content-Length: 1120 14 < Connection: keep-alive 14 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 14 < X-Frame-Options: SAMEORIGIN 14 < X-Content-Type-Options: nosniff 14 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 14 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 32.25 s [DEBUG] TICK at 35.25 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:33:53 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 15 * Client out-bound request 15 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 15 > Content-Type: application/xml; charset=UTF-8 15 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:33:53 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 15 * Client in-bound response 15 < 200 15 < Date: Thu, 07 Mar 2024 18:33:53 GMT 15 < Content-Type: application/xml; charset=UTF-8 15 < Content-Length: 1120 15 < Connection: keep-alive 15 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 15 < X-Frame-Options: SAMEORIGIN 15 < X-Content-Type-Options: nosniff 15 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 15 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 35.45 s [DEBUG] TICK at 38.45 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:33:56 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 16 * Client out-bound request 16 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 16 > Content-Type: application/xml; charset=UTF-8 16 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:33:56 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 16 * Client in-bound response 16 < 200 16 < Date: Thu, 07 Mar 2024 18:33:56 GMT 16 < Content-Type: application/xml; charset=UTF-8 16 < Content-Length: 1120 16 < Connection: keep-alive 16 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 16 < X-Frame-Options: SAMEORIGIN 16 < X-Content-Type-Options: nosniff 16 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 16 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 38.65 s [DEBUG] TICK at 41.65 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:33:59 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 17 * Client out-bound request 17 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 17 > Content-Type: application/xml; charset=UTF-8 17 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:33:59 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 17 * Client in-bound response 17 < 200 17 < Date: Thu, 07 Mar 2024 18:33:59 GMT 17 < Content-Type: application/xml; charset=UTF-8 17 < Content-Length: 1120 17 < Connection: keep-alive 17 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 17 < X-Frame-Options: SAMEORIGIN 17 < X-Content-Type-Options: nosniff 17 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 17 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 41.86 s [DEBUG] TICK at 44.86 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:34:02 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 18 * Client out-bound request 18 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 18 > Content-Type: application/xml; charset=UTF-8 18 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:34:02 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 18 * Client in-bound response 18 < 200 18 < Date: Thu, 07 Mar 2024 18:34:02 GMT 18 < Content-Type: application/xml; charset=UTF-8 18 < Content-Length: 1120 18 < Connection: keep-alive 18 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 18 < X-Frame-Options: SAMEORIGIN 18 < X-Content-Type-Options: nosniff 18 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 18 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 45.08 s [DEBUG] TICK at 48.08 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:34:05 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 19 * Client out-bound request 19 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 19 > Content-Type: application/xml; charset=UTF-8 19 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:34:06 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 19 * Client in-bound response 19 < 200 19 < Date: Thu, 07 Mar 2024 18:34:06 GMT 19 < Content-Type: application/xml; charset=UTF-8 19 < Content-Length: 1120 19 < Connection: keep-alive 19 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 19 < X-Frame-Options: SAMEORIGIN 19 < X-Content-Type-Options: nosniff 19 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 19 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 48.28 s [DEBUG] TICK at 51.28 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:34:09 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 20 * Client out-bound request 20 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 20 > Content-Type: application/xml; charset=UTF-8 20 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:34:09 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 20 * Client in-bound response 20 < 200 20 < Date: Thu, 07 Mar 2024 18:34:09 GMT 20 < Content-Type: application/xml; charset=UTF-8 20 < Content-Length: 1120 20 < Connection: keep-alive 20 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 20 < X-Frame-Options: SAMEORIGIN 20 < X-Content-Type-Options: nosniff 20 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 20 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 51.48 s [DEBUG] TICK at 54.48 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:34:12 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 21 * Client out-bound request 21 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 21 > Content-Type: application/xml; charset=UTF-8 21 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:34:12 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 21 * Client in-bound response 21 < 200 21 < Date: Thu, 07 Mar 2024 18:34:12 GMT 21 < Content-Type: application/xml; charset=UTF-8 21 < Content-Length: 1120 21 < Connection: keep-alive 21 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 21 < X-Frame-Options: SAMEORIGIN 21 < X-Content-Type-Options: nosniff 21 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 21 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 54.68 s [DEBUG] TICK at 57.68 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:34:15 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 22 * Client out-bound request 22 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 22 > Content-Type: application/xml; charset=UTF-8 22 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:34:15 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 22 * Client in-bound response 22 < 200 22 < Date: Thu, 07 Mar 2024 18:34:15 GMT 22 < Content-Type: application/xml; charset=UTF-8 22 < Content-Length: 1120 22 < Connection: keep-alive 22 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 22 < X-Frame-Options: SAMEORIGIN 22 < X-Content-Type-Options: nosniff 22 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 22 < 3ce2ebe2284e jakarta.enterprise repository jakartaenterprise-1100 closed release cdi-bot Nexus-Client/2.15.1-02 198.41.30.213 https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1100 2024-03-02T00:04:18.557Z Sat Mar 02 00:04:18 UTC 2024 1709337858557 2024-03-07T18:33:18.342Z Thu Mar 07 18:33:18 UTC 2024 1709836398342 jakarta.enterprise:jakarta.enterprise.cdi-parent:4.1.0 maven2 releases Releases 0 true [DEBUG] PAUSE at 57.88 s [DEBUG] TICK at 60.88 s [DEBUG] Checking repository: jakartaenterprise-1100 Mar 07, 2024 6:34:18 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 23 * Client out-bound request 23 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1100 23 > Content-Type: application/xml; charset=UTF-8 23 > Accept: application/xml; charset=UTF-8 Mar 07, 2024 6:34:18 PM com.sun.jersey.api.client.filter.LoggingFilter log INFO: 23 * Client in-bound response 23 < 404 23 < Date: Thu, 07 Mar 2024 18:34:18 GMT 23 < Content-Type: application/xml; charset=UTF-8 23 < Content-Length: 153 23 < Connection: keep-alive 23 < Server: Nexus/2.15.1-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8 23 < X-Frame-Options: SAMEORIGIN 23 < X-Content-Type-Options: nosniff 23 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept 23 < * No such repository: jakartaenterprise-1100 [DEBUG] Repository was removed; stop watching it [DEBUG] jakartaenterprise-1100 REMOVED [DEBUG] STOP after 60.91 s [INFO] Dropped [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for jakarta.enterprise.cdi-parent 4.0.2-SNAPSHOT: [INFO] [INFO] jakarta.enterprise.cdi-parent ...................... SUCCESS [01:02 min] [INFO] jakarta.enterprise.cdi-spec-doc .................... SKIPPED [INFO] CDI Language Model ................................. SKIPPED [INFO] CDI APIs ........................................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:11 min [INFO] Finished at: 2024-03-07T18:34:18Z [INFO] ------------------------------------------------------------------------ [DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [DEBUG] Shutting down 'file-lock' factory [DEBUG] Shutting down 'rwlock-local' factory [DEBUG] Shutting down 'semaphore-local' factory [DEBUG] Shutting down 'noop' factory + exit 0 Finished: SUCCESS