Started by user Lukas Jungmann Rebuilds build #83 Running as Lukas Jungmann Agent basic-sgfd2 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-sgfd2" namespace: "metro" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.metro.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-sgfd2" - 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-sgfd2" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.metro.svc.cluster.local/metro/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99" 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-metro" 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-sgfd2 (basic) in workspace /home/jenkins/agent/workspace/jax-ws-release [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-Lmn1Gnn6hUAP/agent.49 SSH_AGENT_PID=51 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/jax-ws-release@tmp/private_key_3472354815286152169.key (/home/jenkins/agent/workspace/jax-ws-release@tmp/private_key_3472354815286152169.key) [ssh-agent] Using credentials eclipse-metro-bot (GitHub bot SSH) The recommended git tool is: NONE using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse-ee4j/metro-jax-ws.git > git init /home/jenkins/agent/workspace/jax-ws-release # timeout=10 Fetching upstream changes from git@github.com:eclipse-ee4j/metro-jax-ws.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot SSH [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/jax-ws-release@tmp/jenkins-gitclient-ssh12815266363864877416.key Verifying host key using manually-configured host key entries > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/metro-jax-ws.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse-ee4j/metro-jax-ws.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 915493487c976323c2e8cd6b8604e2a550d61f93 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 915493487c976323c2e8cd6b8604e2a550d61f93 # timeout=10 Commit message: "support osgi mediator spec" > git rev-list --no-walk 63c0714366fd556da7f7a999e81fa2032b4e8070 # timeout=10 [jax-ws-release] $ /bin/bash -ex /tmp/jenkins10459296703936144467.sh + TOOLS_PREFIX=/opt/tools + MVN_HOME=/opt/tools/apache-maven/latest + PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-17/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + export MAVEN_SKIP_RC=true + MAVEN_SKIP_RC=true + export 'JDK_JAVA_OPTIONS=--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED' + JDK_JAVA_OPTIONS='--add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED' + VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.7 + HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:3.1.0 + BUILD_DIR=/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri + cd /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri + grep '' pom.xml + grep SNAPSHOT 4.0.2-SNAPSHOT 4.0.2-SNAPSHOT ++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Pstaging -Dexpression=project.version ++ grep -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$' + SNAPSHOT_VERSION=4.0.2-SNAPSHOT + '[' -z 4.0.2 ']' + '[' -z 4.0.3-SNAPSHOT ']' + RELEASE_TAG=4.0.2 + RELEASE_BRANCH=4.0.2-RELEASE + echo 'Current version: 4.0.2-SNAPSHOT' Current version: 4.0.2-SNAPSHOT + echo 'Release version: 4.0.2' Release version: 4.0.2 + echo 'Next version: 4.0.3-SNAPSHOT' Next version: 4.0.3-SNAPSHOT + echo 'Release branch: 4.0.2-RELEASE' Release branch: 4.0.2-RELEASE + echo 'Release tag: 4.0.2' Release tag: 4.0.2 + '[' -z 4.0.2-SNAPSHOT -o -z 4.0.2 -o -z 4.0.3-SNAPSHOT ']' + '[' false = true ']' + MVN_DEPLOY_ARGS=deploy ++ git remote + GIT_ORIGIN=origin + echo '-[ Prepare branch ]-------------------------------------------------------------' -[ Prepare branch ]------------------------------------------------------------- ++ git branch -r ++ grep origin/4.0.2-RELEASE + [[ -n '' ]] + echo '-[ Release tag cleanup ]--------------------------------------------------------' -[ Release tag cleanup ]-------------------------------------------------------- ++ git ls-remote --tags origin ++ grep '4.0.2$' + [[ -n '' ]] + cd /home/jenkins/agent/workspace/jax-ws-release + git branch --delete 4.0.2-RELEASE error: branch '4.0.2-RELEASE' not found. + git checkout -b 4.0.2-RELEASE Switched to a new branch '4.0.2-RELEASE' + git tag --delete 4.0.2 error: tag '4.0.2' not found. + git config --global user.email jaxb-impl-bot@eclipse.org + git config --global user.name 'Eclipse JAXBimpl Bot' + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: key A7C6AFD280CA7CF0: 1 signature not checked due to a missing key gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key A7C6AFD280CA7CF0: public key "Eclipse Metro " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key A7C6AFD280CA7CF0: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 gpg: no ultimately trusted keys found ++ gpg --list-keys --with-colons ++ awk -F: '/fpr:/ {print $10}' ++ sort -u + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key B506C29E4B7EF88CE0F0E6D3A7C6AFD280CA7CF0 trust Secret subkeys are available. pub rsa4096/A7C6AFD280CA7CF0 created: 2018-10-03 expires: 2028-10-02 usage: SCEA trust: unknown validity: unknown ssb rsa4096/B6D3FC494798E478 created: 2018-10-03 expires: 2028-10-02 usage: S [ unknown] (1). Eclipse Metro pub rsa4096/A7C6AFD280CA7CF0 created: 2018-10-03 expires: 2028-10-02 usage: SCEA trust: unknown validity: unknown ssb rsa4096/B6D3FC494798E478 created: 2018-10-03 expires: 2028-10-02 usage: S [ unknown] (1). Eclipse Metro Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/A7C6AFD280CA7CF0 created: 2018-10-03 expires: 2028-10-02 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/B6D3FC494798E478 created: 2018-10-03 expires: 2028-10-02 usage: S [ unknown] (1). Eclipse Metro Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key E725C3877939E8FFEA7E3C44B6D3FC494798E478 trust Secret subkeys are available. gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: next trustdb check due at 2028-10-02 pub rsa4096/A7C6AFD280CA7CF0 created: 2018-10-03 expires: 2028-10-02 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/B6D3FC494798E478 created: 2018-10-03 expires: 2028-10-02 usage: S [ultimate] (1). Eclipse Metro pub rsa4096/A7C6AFD280CA7CF0 created: 2018-10-03 expires: 2028-10-02 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/B6D3FC494798E478 created: 2018-10-03 expires: 2028-10-02 usage: S [ultimate] (1). Eclipse Metro Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/A7C6AFD280CA7CF0 created: 2018-10-03 expires: 2028-10-02 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/B6D3FC494798E478 created: 2018-10-03 expires: 2028-10-02 usage: S [ultimate] (1). Eclipse Metro + cd /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri ++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.artifactId -Pstaging ++ grep -Ev '(^\[)' NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED + ARTIFACT_ID=project ++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.1.0:evaluate -Dexpression=project.groupId -Pstaging ++ grep -Ev '(^\[)' NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED + GROUP_ID=com.sun.xml.ws + STAGING_DESC=com.sun.xml.ws:project:4.0.2 ++ echo com.sun.xml.ws:project:4.0.2 ++ sed -e 's/\./\\\./g' + STAGING_KEY='com\.sun\.xml\.ws:project:4\.0\.2' + echo '-[ Set release version ]--------------------------------------------------------' -[ Set release version ]-------------------------------------------------------- + mvn -V -U -C -B -Pstaging -DnewVersion=4.0.2 -DparentVersion=4.0.2 -DprocessAllModules=true -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.7:set org.codehaus.mojo:versions-maven-plugin:2.7:update-parent NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] JAX-WS RI Bill-of-Materials (BOM) [pom] [INFO] JAX-WS RI Bill-of-Materials (BOM) Extensions [pom] [INFO] WS-Policy Implementation [jar] [INFO] Jakarta XML Web Services Implementation [pom] [INFO] JAX-WS RI Runtime (rt) [jar] [INFO] JAX-WS RI Fast Infoset Support (rt-fi) [jar] [INFO] JAX-WS RI HTTP SPI (httpspi-servlet) [jar] [INFO] JAX-WS RI Servlet Support (servlet) [jar] [INFO] JAX-WS RI Bundles [pom] [INFO] JAX-WS RI Runtime (jaxws-rt) [jar] [INFO] JAX-WS RI Runtime [pom] [INFO] JAX-WS RI Tools (wscompile) [jar] [INFO] JAX-WS RI Tools (jaxws-tools) [jar] [INFO] JAX-WS RI Tools [pom] [INFO] JAX-WS RI Eclipselink Plugin [jar] [INFO] JAX-WS RI Eclipselink SDO Plugin [jar] [INFO] JAX-WS RI Local-Transport Implementation [jar] [INFO] JAX-WS RI Async-Client-Transport Implementation [jar] [INFO] JAX-WS RI Maven Plugin [maven-plugin] [INFO] JAX-WS RI Extras [pom] [INFO] JAX-WS RI Tests [pom] [INFO] WS Test Framework Utilities (JAX-WS) [jar] [INFO] JAX-WS RI Documentation [pom] [INFO] JAX-WS RI Release Documentation [pom] [INFO] JAX-WS RI Samples [pom] [INFO] JAX-WS RI Standalone Zipped Bundle [pom] [INFO] JAX-WS RI Unit Tests [pom] [INFO] JAX-WS RI WWW Help files [pom] [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.pom (17 kB at 304 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 2.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.7/versions-maven-plugin-2.7.jar (310 kB at 7.6 MB/s) [INFO] [INFO] --------------------< com.sun.xml.ws:jaxws-ri-bom >--------------------- [INFO] Building JAX-WS RI Bill-of-Materials (BOM) 4.0.2-SNAPSHOT [1/28] [INFO] from boms/bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.pom (5.3 kB at 408 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/35/maven-plugins-35.pom (9.9 kB at 825 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 3.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/25/apache-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom (21 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/3.2.0/maven-clean-plugin-3.2.0.jar (36 kB at 3.6 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jaxws-ri-bom --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 486 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/34/maven-shared-components-34.pom (5.1 kB at 425 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 27 MB/s) [INFO] [INFO] ------------------< com.sun.xml.ws:jaxws-ri-bom-ext >------------------- [INFO] Building JAX-WS RI Bill-of-Materials (BOM) Extensions 4.0.2-SNAPSHOT [2/28] [INFO] from boms/bom-ext/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jaxws-ri-bom-ext --- [INFO] [INFO] -----------------------< com.sun.xml.ws:policy >------------------------ [INFO] Building WS-Policy Implementation 4.0.2-SNAPSHOT [3/28] [INFO] from runtime/policy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ policy --- [INFO] [INFO] -----------------------< com.sun.xml.ws:project >----------------------- [INFO] Building Jakarta XML Web Services Implementation 4.0.2-SNAPSHOT [4/28] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ project --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom (8.7 kB at 787 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/13/plexus-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom (27 kB at 2.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 512 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar (192 kB at 11 MB/s) [INFO] [INFO] -------------------------< com.sun.xml.ws:rt >-------------------------- [INFO] Building JAX-WS RI Runtime (rt) 4.0.2-SNAPSHOT [5/28] [INFO] from runtime/rt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ rt --- [INFO] [INFO] ------------------------< com.sun.xml.ws:rt-fi >------------------------ [INFO] Building JAX-WS RI Fast Infoset Support (rt-fi) 4.0.2-SNAPSHOT [6/28] [INFO] from runtime/rt-fi/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ rt-fi --- [INFO] [INFO] -------------------< com.sun.xml.ws:httpspi-servlet >------------------- [INFO] Building JAX-WS RI HTTP SPI (httpspi-servlet) 4.0.2-SNAPSHOT [7/28] [INFO] from runtime/httpspi-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ httpspi-servlet --- [INFO] [INFO] -----------------------< com.sun.xml.ws:servlet >----------------------- [INFO] Building JAX-WS RI Servlet Support (servlet) 4.0.2-SNAPSHOT [8/28] [INFO] from runtime/servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ servlet --- [INFO] [INFO] -----------------------< com.sun.xml.ws:bundles >----------------------- [INFO] Building JAX-WS RI Bundles 4.0.2-SNAPSHOT [9/28] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ bundles --- [INFO] [INFO] ----------------------< com.sun.xml.ws:jaxws-rt >----------------------- [INFO] Building JAX-WS RI Runtime (jaxws-rt) 4.0.2-SNAPSHOT [10/28] [INFO] from bundles/jaxws-rt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-rt --- [INFO] [INFO] -----------------------< com.sun.xml.ws:runtime >----------------------- [INFO] Building JAX-WS RI Runtime 4.0.2-SNAPSHOT [11/28] [INFO] from runtime/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ runtime --- [INFO] [INFO] ----------------------< com.sun.xml.ws:wscompile >---------------------- [INFO] Building JAX-WS RI Tools (wscompile) 4.0.2-SNAPSHOT [12/28] [INFO] from tools/wscompile/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ wscompile --- [INFO] [INFO] ---------------------< com.sun.xml.ws:jaxws-tools >--------------------- [INFO] Building JAX-WS RI Tools (jaxws-tools) 4.0.2-SNAPSHOT [13/28] [INFO] from bundles/jaxws-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-tools --- [INFO] [INFO] ------------------------< com.sun.xml.ws:tools >------------------------ [INFO] Building JAX-WS RI Tools 4.0.2-SNAPSHOT [14/28] [INFO] from tools/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ tools --- [INFO] [INFO] --------------< com.sun.xml.ws:jaxws-eclipselink-plugin >--------------- [INFO] Building JAX-WS RI Eclipselink Plugin 4.0.2-SNAPSHOT [15/28] [INFO] from extras/eclipselink_jaxb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-eclipselink-plugin --- [INFO] [INFO] ---------------< com.sun.xml.ws:sdo-eclipselink-plugin >---------------- [INFO] Building JAX-WS RI Eclipselink SDO Plugin 4.0.2-SNAPSHOT [16/28] [INFO] from extras/eclipselink_sdo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ sdo-eclipselink-plugin --- [INFO] [INFO] ----------------< com.sun.xml.ws:jaxws-local-transport >---------------- [INFO] Building JAX-WS RI Local-Transport Implementation 4.0.2-SNAPSHOT [17/28] [INFO] from extras/transports/local/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-local-transport --- [INFO] [INFO] ------------< com.sun.xml.ws:jaxws-async-client-transport >------------- [INFO] Building JAX-WS RI Async-Client-Transport Implementation 4.0.2-SNAPSHOT [18/28] [INFO] from extras/transports/async-client-transport/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-async-client-transport --- [INFO] [INFO] -----------------< com.sun.xml.ws:jaxws-maven-plugin >------------------ [INFO] Building JAX-WS RI Maven Plugin 4.0.2-SNAPSHOT [19/28] [INFO] from extras/jaxws-maven-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugin-plugin/3.9.0/maven-plugin-plugin-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.9.0/maven-plugin-plugin-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.9.0/maven-plugin-plugin-3.9.0.pom (11 kB at 752 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools/3.9.0/maven-plugin-tools-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.9.0/maven-plugin-tools-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.9.0/maven-plugin-tools-3.9.0.pom (17 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugin-plugin/3.9.0/maven-plugin-plugin-3.9.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.9.0/maven-plugin-plugin-3.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.9.0/maven-plugin-plugin-3.9.0.jar (41 kB at 3.7 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jaxws-maven-plugin --- [INFO] [INFO] -----------------------< com.sun.xml.ws:extras >------------------------ [INFO] Building JAX-WS RI Extras 4.0.2-SNAPSHOT [20/28] [INFO] from extras/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ extras --- [INFO] [INFO] -------------------< com.sun.xml.ws:jaxws-ri-tests >-------------------- [INFO] Building JAX-WS RI Tests 4.0.2-SNAPSHOT [21/28] [INFO] from tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-ri-tests --- [INFO] [INFO] --------------------< com.sun.xml.ws:jaxwsTestUtil >-------------------- [INFO] Building WS Test Framework Utilities (JAX-WS) 4.0.2-SNAPSHOT [22/28] [INFO] from tests/jaxwsTestUtil/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxwsTestUtil --- [INFO] [INFO] ------------------------< com.sun.xml.ws:docs >------------------------- [INFO] Building JAX-WS RI Documentation 4.0.2-SNAPSHOT [23/28] [INFO] from docs/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ docs --- [INFO] [INFO] ----------------< com.sun.xml.ws:release-documentation >---------------- [INFO] Building JAX-WS RI Release Documentation 4.0.2-SNAPSHOT [24/28] [INFO] from docs/release-documentation/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ release-documentation --- [INFO] [INFO] -----------------------< com.sun.xml.ws:samples >----------------------- [INFO] Building JAX-WS RI Samples 4.0.2-SNAPSHOT [25/28] [INFO] from docs/samples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ samples --- [INFO] [INFO] ----------------------< com.sun.xml.ws:jaxws-ri >----------------------- [INFO] Building JAX-WS RI Standalone Zipped Bundle 4.0.2-SNAPSHOT [26/28] [INFO] from bundles/jaxws-ri/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-ri --- [INFO] [INFO] ---------------------< com.sun.xml.ws:jaxws-unit >---------------------- [INFO] Building JAX-WS RI Unit Tests 4.0.2-SNAPSHOT [27/28] [INFO] from tests/unit/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-unit --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases (includes = [**/work/**], excludes = []) [INFO] [INFO] -------------------------< com.sun.xml.ws:www >------------------------- [INFO] Building JAX-WS RI WWW Help files 4.0.2-SNAPSHOT [28/28] [INFO] from docs/www/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ www --- [INFO] [INFO] -----------------------< com.sun.xml.ws:project >----------------------- [INFO] Building Jakarta XML Web Services Implementation 4.0.2-SNAPSHOT [29/28] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:set (default-cli)' [INFO] [INFO] --- versions:2.7:set (default-cli) @ project --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 310 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 187 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.12/junit-4.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 59 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 90 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 73 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 895 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 218 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 81 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 449 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 140 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 173 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 720 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 271 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 197 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 97 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 90 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 127 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 893 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 105 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 316 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 135 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 206 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 215 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 94 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 142 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 146 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 96 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 12 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 2.5 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 18 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 94 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 377 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 19 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 284 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 18 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 52 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 90 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 30 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 44 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 52 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 64 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 238 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 522 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/17/apache-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 182 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 16 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 309 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 724 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 75 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 314 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 383 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 369 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 341 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 747 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 407 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 850 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 509 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 254 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 557 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 275 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 163 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 262 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 96 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 300 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 191 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 282 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 242 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 728 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 32 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 87 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 637 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 562 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 14 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 15 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 9.8 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 2.5 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 501 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 97 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 192 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 16 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 19 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 303 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 204 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 920 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 645 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 526 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 13 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 14 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 54 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 359 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 757 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 986 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/2/apache-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 310 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 13 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 308 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 264 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 965 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom (1.9 kB at 147 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom (21 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.pom (1.8 kB at 136 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.12/wagon-providers-2.12.pom (2.8 kB at 216 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.pom (6.6 kB at 548 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7/doxia-sitetools-1.7.pom (14 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7/doxia-decoration-model-1.7.pom (3.1 kB at 283 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.pom (2.9 kB at 245 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.pom (4.6 kB at 357 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 178 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 230 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 417 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 392 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 289 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 206 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/google/1/google-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 141 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 189 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.pom (1.8 kB at 129 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 38 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.pom (1.4 kB at 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 2.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xmlunit/xmlunit/1.5/xmlunit-1.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 441 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 822 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 745 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 464 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 907 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 583 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 303 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 857 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 702 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 676 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 203 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 424 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 698 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 637 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 227 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 689 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/2.12/wagon-file-2.12.jar (12 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar (55 kB at 546 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.jar (167 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 584 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 429 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 864 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar (17 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7/doxia-site-renderer-1.7.jar (62 kB at 440 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar (39 kB at 275 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 570 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 868 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 405 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.jar (16 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 278 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 654 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 3.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/3.1.1/stax2-api-3.1.1.jar (182 kB at 897 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 722 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/woodstox-core-asl/4.2.0/woodstox-core-asl-4.2.0.jar (482 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 1.4 MB/s) [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri [INFO] Processing change of com.sun.xml.ws:project:4.0.2-SNAPSHOT -> 4.0.2 [INFO] Processing com.sun.xml.ws:jaxws-maven-plugin [INFO] Updating project com.sun.xml.ws:jaxws-maven-plugin [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-ri-bom [INFO] Updating project com.sun.xml.ws:jaxws-ri-bom [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:policy [INFO] Updating project com.sun.xml.ws:policy [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-ri-bom-ext [INFO] Updating project com.sun.xml.ws:jaxws-ri-bom-ext [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating parent com.sun.xml.ws:jaxws-ri-bom [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:project [INFO] Updating parent com.sun.xml.ws:jaxws-ri-bom-ext [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:project [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:bundles [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:bundles [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:docs [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:docs [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:extras [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:extras [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:httpspi-servlet [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:httpspi-servlet [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-async-client-transport [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:jaxws-async-client-transport [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-eclipselink-plugin [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:jaxws-eclipselink-plugin [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-local-transport [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:jaxws-local-transport [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-ri-tests [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:jaxws-ri-tests [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:rt-fi [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:rt-fi [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:rt [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:rt [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:runtime [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:runtime [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:samples [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:samples [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:sdo-eclipselink-plugin [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:sdo-eclipselink-plugin [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:servlet [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:servlet [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:tools [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:tools [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:wscompile [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:wscompile [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-ri [INFO] Updating parent com.sun.xml.ws:bundles [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:jaxws-ri [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-rt [INFO] Updating parent com.sun.xml.ws:bundles [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-tools [INFO] Updating parent com.sun.xml.ws:bundles [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-unit [INFO] Updating parent com.sun.xml.ws:jaxws-ri-tests [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:jaxws-unit [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:jaxwsTestUtil [INFO] Updating parent com.sun.xml.ws:jaxws-ri-tests [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:jaxwsTestUtil [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:release-documentation [INFO] Updating parent com.sun.xml.ws:docs [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:release-documentation [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] Processing com.sun.xml.ws:www [INFO] Updating parent com.sun.xml.ws:docs [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] Updating project com.sun.xml.ws:www [INFO] from version 4.0.2-SNAPSHOT to 4.0.2 [INFO] [INFO] [INFO] --------------------< com.sun.xml.ws:jaxws-ri-bom >--------------------- [INFO] Building JAX-WS RI Bill-of-Materials (BOM) 4.0.2-SNAPSHOT [30/28] [INFO] from boms/bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-ri-bom --- [INFO] artifact org.eclipse.ee4j:project: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.ee4j:project: checking for updates from eclipse.maven.central.mirror [INFO] Current version of org.eclipse.ee4j:project:pom:1.0.8 is the latest. [INFO] [INFO] ------------------< com.sun.xml.ws:jaxws-ri-bom-ext >------------------- [INFO] Building JAX-WS RI Bill-of-Materials (BOM) Extensions 4.0.2-SNAPSHOT [31/28] [INFO] from boms/bom-ext/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-ri-bom-ext --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -----------------------< com.sun.xml.ws:policy >------------------------ [INFO] Building WS-Policy Implementation 4.0.2-SNAPSHOT [32/28] [INFO] from runtime/policy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ policy --- [INFO] artifact org.eclipse.ee4j:project: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.ee4j:project: checking for updates from eclipse.maven.central.mirror [INFO] Current version of org.eclipse.ee4j:project:pom:1.0.8 is the latest. [INFO] [INFO] -----------------------< com.sun.xml.ws:project >----------------------- [INFO] Building Jakarta XML Web Services Implementation 4.0.2-SNAPSHOT [33/28] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ project --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -------------------------< com.sun.xml.ws:rt >-------------------------- [INFO] Building JAX-WS RI Runtime (rt) 4.0.2-SNAPSHOT [34/28] [INFO] from runtime/rt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ rt --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ------------------------< com.sun.xml.ws:rt-fi >------------------------ [INFO] Building JAX-WS RI Fast Infoset Support (rt-fi) 4.0.2-SNAPSHOT [35/28] [INFO] from runtime/rt-fi/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ rt-fi --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -------------------< com.sun.xml.ws:httpspi-servlet >------------------- [INFO] Building JAX-WS RI HTTP SPI (httpspi-servlet) 4.0.2-SNAPSHOT [36/28] [INFO] from runtime/httpspi-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ httpspi-servlet --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -----------------------< com.sun.xml.ws:servlet >----------------------- [INFO] Building JAX-WS RI Servlet Support (servlet) 4.0.2-SNAPSHOT [37/28] [INFO] from runtime/servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ servlet --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -----------------------< com.sun.xml.ws:bundles >----------------------- [INFO] Building JAX-WS RI Bundles 4.0.2-SNAPSHOT [38/28] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ bundles --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ----------------------< com.sun.xml.ws:jaxws-rt >----------------------- [INFO] Building JAX-WS RI Runtime (jaxws-rt) 4.0.2-SNAPSHOT [39/28] [INFO] from bundles/jaxws-rt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-rt --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -----------------------< com.sun.xml.ws:runtime >----------------------- [INFO] Building JAX-WS RI Runtime 4.0.2-SNAPSHOT [40/28] [INFO] from runtime/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ runtime --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ----------------------< com.sun.xml.ws:wscompile >---------------------- [INFO] Building JAX-WS RI Tools (wscompile) 4.0.2-SNAPSHOT [41/28] [INFO] from tools/wscompile/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ wscompile --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ---------------------< com.sun.xml.ws:jaxws-tools >--------------------- [INFO] Building JAX-WS RI Tools (jaxws-tools) 4.0.2-SNAPSHOT [42/28] [INFO] from bundles/jaxws-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-tools --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ------------------------< com.sun.xml.ws:tools >------------------------ [INFO] Building JAX-WS RI Tools 4.0.2-SNAPSHOT [43/28] [INFO] from tools/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ tools --- [INFO] Project's parent is part of the reactor [INFO] [INFO] --------------< com.sun.xml.ws:jaxws-eclipselink-plugin >--------------- [INFO] Building JAX-WS RI Eclipselink Plugin 4.0.2-SNAPSHOT [44/28] [INFO] from extras/eclipselink_jaxb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-eclipselink-plugin --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ---------------< com.sun.xml.ws:sdo-eclipselink-plugin >---------------- [INFO] Building JAX-WS RI Eclipselink SDO Plugin 4.0.2-SNAPSHOT [45/28] [INFO] from extras/eclipselink_sdo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ sdo-eclipselink-plugin --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ----------------< com.sun.xml.ws:jaxws-local-transport >---------------- [INFO] Building JAX-WS RI Local-Transport Implementation 4.0.2-SNAPSHOT [46/28] [INFO] from extras/transports/local/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-local-transport --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ------------< com.sun.xml.ws:jaxws-async-client-transport >------------- [INFO] Building JAX-WS RI Async-Client-Transport Implementation 4.0.2-SNAPSHOT [47/28] [INFO] from extras/transports/async-client-transport/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-async-client-transport --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -----------------< com.sun.xml.ws:jaxws-maven-plugin >------------------ [INFO] Building JAX-WS RI Maven Plugin 4.0.2-SNAPSHOT [48/28] [INFO] from extras/jaxws-maven-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-maven-plugin --- [INFO] artifact org.eclipse.ee4j:project: checking for updates from sonatype-nexus-staging [INFO] artifact org.eclipse.ee4j:project: checking for updates from eclipse.maven.central.mirror [INFO] Current version of org.eclipse.ee4j:project:pom:1.0.8 is the latest. [INFO] [INFO] -----------------------< com.sun.xml.ws:extras >------------------------ [INFO] Building JAX-WS RI Extras 4.0.2-SNAPSHOT [49/28] [INFO] from extras/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ extras --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -------------------< com.sun.xml.ws:jaxws-ri-tests >-------------------- [INFO] Building JAX-WS RI Tests 4.0.2-SNAPSHOT [50/28] [INFO] from tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-ri-tests --- [INFO] Project's parent is part of the reactor [INFO] [INFO] --------------------< com.sun.xml.ws:jaxwsTestUtil >-------------------- [INFO] Building WS Test Framework Utilities (JAX-WS) 4.0.2-SNAPSHOT [51/28] [INFO] from tests/jaxwsTestUtil/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxwsTestUtil --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ------------------------< com.sun.xml.ws:docs >------------------------- [INFO] Building JAX-WS RI Documentation 4.0.2-SNAPSHOT [52/28] [INFO] from docs/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ docs --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ----------------< com.sun.xml.ws:release-documentation >---------------- [INFO] Building JAX-WS RI Release Documentation 4.0.2-SNAPSHOT [53/28] [INFO] from docs/release-documentation/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ release-documentation --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -----------------------< com.sun.xml.ws:samples >----------------------- [INFO] Building JAX-WS RI Samples 4.0.2-SNAPSHOT [54/28] [INFO] from docs/samples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ samples --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ----------------------< com.sun.xml.ws:jaxws-ri >----------------------- [INFO] Building JAX-WS RI Standalone Zipped Bundle 4.0.2-SNAPSHOT [55/28] [INFO] from bundles/jaxws-ri/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-ri --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ---------------------< com.sun.xml.ws:jaxws-unit >---------------------- [INFO] Building JAX-WS RI Unit Tests 4.0.2-SNAPSHOT [56/28] [INFO] from tests/unit/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-unit --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -------------------------< com.sun.xml.ws:www >------------------------- [INFO] Building JAX-WS RI WWW Help files 4.0.2-SNAPSHOT [57/28] [INFO] from docs/www/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ www --- [INFO] Project's parent is part of the reactor [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Jakarta XML Web Services Implementation 4.0.2-SNAPSHOT: [INFO] [INFO] JAX-WS RI Bill-of-Materials (BOM) .................. SUCCESS [ 0.186 s] [INFO] JAX-WS RI Bill-of-Materials (BOM) Extensions ....... SUCCESS [ 0.002 s] [INFO] WS-Policy Implementation ........................... SUCCESS [ 0.070 s] [INFO] Jakarta XML Web Services Implementation ............ SUCCESS [ 0.003 s] [INFO] JAX-WS RI Runtime (rt) ............................. SUCCESS [ 0.003 s] [INFO] JAX-WS RI Fast Infoset Support (rt-fi) ............. SUCCESS [ 0.002 s] [INFO] JAX-WS RI HTTP SPI (httpspi-servlet) ............... SUCCESS [ 0.003 s] [INFO] JAX-WS RI Servlet Support (servlet) ................ SUCCESS [ 0.002 s] [INFO] JAX-WS RI Bundles .................................. SUCCESS [ 0.001 s] [INFO] JAX-WS RI Runtime (jaxws-rt) ....................... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Runtime .................................. SUCCESS [ 0.002 s] [INFO] JAX-WS RI Tools (wscompile) ........................ SUCCESS [ 0.002 s] [INFO] JAX-WS RI Tools (jaxws-tools) ...................... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Tools .................................... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Eclipselink Plugin ....................... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Eclipselink SDO Plugin ................... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Local-Transport Implementation ........... SUCCESS [ 0.003 s] [INFO] JAX-WS RI Async-Client-Transport Implementation .... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Maven Plugin ............................. SUCCESS [ 0.076 s] [INFO] JAX-WS RI Extras ................................... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Tests .................................... SUCCESS [ 0.001 s] [INFO] WS Test Framework Utilities (JAX-WS) ............... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Documentation ............................ SUCCESS [ 0.001 s] [INFO] JAX-WS RI Release Documentation .................... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Samples .................................. SUCCESS [ 0.001 s] [INFO] JAX-WS RI Standalone Zipped Bundle ................. SUCCESS [ 0.002 s] [INFO] JAX-WS RI Unit Tests ............................... SUCCESS [ 0.001 s] [INFO] JAX-WS RI WWW Help files ........................... SUCCESS [ 0.002 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 20.639 s [INFO] Finished at: 2023-10-17T19:40:33Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 1 plugin(s) [WARNING] [WARNING] * org.codehaus.mojo:versions-maven-plugin:2.7 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] + cd /home/jenkins/agent/workspace/jax-ws-release + echo '-[ Commit modified pom.xml files ]----------------------------------------------' -[ Commit modified pom.xml files ]---------------------------------------------- ++ git status ++ grep -E 'modified:.*pom\.xml' ++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//' + POM_FILES='jaxws-ri/boms/bom-ext/pom.xml jaxws-ri/boms/bom/pom.xml jaxws-ri/bundles/jaxws-ri/pom.xml jaxws-ri/bundles/jaxws-rt/pom.xml jaxws-ri/bundles/jaxws-tools/pom.xml jaxws-ri/bundles/pom.xml jaxws-ri/docs/pom.xml jaxws-ri/docs/release-documentation/pom.xml jaxws-ri/docs/samples/pom.xml jaxws-ri/docs/www/pom.xml jaxws-ri/extras/eclipselink_jaxb/pom.xml jaxws-ri/extras/eclipselink_sdo/pom.xml jaxws-ri/extras/jaxws-maven-plugin/pom.xml jaxws-ri/extras/pom.xml jaxws-ri/extras/transports/async-client-transport/pom.xml jaxws-ri/extras/transports/local/pom.xml jaxws-ri/pom.xml jaxws-ri/runtime/httpspi-servlet/pom.xml jaxws-ri/runtime/policy/pom.xml jaxws-ri/runtime/pom.xml jaxws-ri/runtime/rt-fi/pom.xml jaxws-ri/runtime/rt/pom.xml jaxws-ri/runtime/servlet/pom.xml jaxws-ri/tests/jaxwsTestUtil/pom.xml jaxws-ri/tests/pom.xml jaxws-ri/tests/unit/pom.xml jaxws-ri/tools/pom.xml jaxws-ri/tools/wscompile/pom.xml' + git add jaxws-ri/boms/bom-ext/pom.xml jaxws-ri/boms/bom/pom.xml jaxws-ri/bundles/jaxws-ri/pom.xml jaxws-ri/bundles/jaxws-rt/pom.xml jaxws-ri/bundles/jaxws-tools/pom.xml jaxws-ri/bundles/pom.xml jaxws-ri/docs/pom.xml jaxws-ri/docs/release-documentation/pom.xml jaxws-ri/docs/samples/pom.xml jaxws-ri/docs/www/pom.xml jaxws-ri/extras/eclipselink_jaxb/pom.xml jaxws-ri/extras/eclipselink_sdo/pom.xml jaxws-ri/extras/jaxws-maven-plugin/pom.xml jaxws-ri/extras/pom.xml jaxws-ri/extras/transports/async-client-transport/pom.xml jaxws-ri/extras/transports/local/pom.xml jaxws-ri/pom.xml jaxws-ri/runtime/httpspi-servlet/pom.xml jaxws-ri/runtime/policy/pom.xml jaxws-ri/runtime/pom.xml jaxws-ri/runtime/rt-fi/pom.xml jaxws-ri/runtime/rt/pom.xml jaxws-ri/runtime/servlet/pom.xml jaxws-ri/tests/jaxwsTestUtil/pom.xml jaxws-ri/tests/pom.xml jaxws-ri/tests/unit/pom.xml jaxws-ri/tools/pom.xml jaxws-ri/tools/wscompile/pom.xml + git commit -m 'Prepare release com.sun.xml.ws:project:4.0.2' [4.0.2-RELEASE 0264419e] Prepare release com.sun.xml.ws:project:4.0.2 28 files changed, 51 insertions(+), 51 deletions(-) + cd /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri + echo '-[ Drop old staging repository deployments ]------------------------------------' -[ Drop old staging repository deployments ]------------------------------------ ++ mvn -B nexus-staging:rc-list -Pstaging ++ egrep '^\[INFO\] [A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+com\.sun\.xml\.ws:project:4\.0\.2$' ++ awk '{print $2}' NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED + echo '-[ Deploy artifacts to staging repository ]-------------------------------------' -[ Deploy artifacts to staging repository ]------------------------------------- + mvn -V -U -C -B -Poss-release,staging -DskipTests -DstagingDescription=com.sun.xml.ws:project:4.0.2 clean deploy NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Inspecting build with total of 28 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 28 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] JAX-WS RI Bill-of-Materials (BOM) [pom] [INFO] JAX-WS RI Bill-of-Materials (BOM) Extensions [pom] [INFO] WS-Policy Implementation [jar] [INFO] Jakarta XML Web Services Implementation [pom] [INFO] JAX-WS RI Runtime (rt) [jar] [INFO] JAX-WS RI Fast Infoset Support (rt-fi) [jar] [INFO] JAX-WS RI HTTP SPI (httpspi-servlet) [jar] [INFO] JAX-WS RI Servlet Support (servlet) [jar] [INFO] JAX-WS RI Bundles [pom] [INFO] JAX-WS RI Runtime (jaxws-rt) [jar] [INFO] JAX-WS RI Runtime [pom] [INFO] JAX-WS RI Tools (wscompile) [jar] [INFO] JAX-WS RI Tools (jaxws-tools) [jar] [INFO] JAX-WS RI Tools [pom] [INFO] JAX-WS RI Eclipselink Plugin [jar] [INFO] JAX-WS RI Eclipselink SDO Plugin [jar] [INFO] JAX-WS RI Local-Transport Implementation [jar] [INFO] JAX-WS RI Async-Client-Transport Implementation [jar] [INFO] JAX-WS RI Maven Plugin [maven-plugin] [INFO] JAX-WS RI Extras [pom] [INFO] JAX-WS RI Tests [pom] [INFO] WS Test Framework Utilities (JAX-WS) [jar] [INFO] JAX-WS RI Documentation [pom] [INFO] JAX-WS RI Release Documentation [pom] [INFO] JAX-WS RI Samples [pom] [INFO] JAX-WS RI Standalone Zipped Bundle [pom] [INFO] JAX-WS RI Unit Tests [pom] [INFO] JAX-WS RI WWW Help files [pom] [INFO] [INFO] --------------------< com.sun.xml.ws:jaxws-ri-bom >--------------------- [INFO] Building JAX-WS RI Bill-of-Materials (BOM) 4.0.2 [1/28] [INFO] from boms/bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jaxws-ri-bom --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jaxws-ri-bom --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.pom (3.8 kB at 63 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.pom (4.3 kB at 356 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.pom (2.2 kB at 157 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.0.v20140518/aether-1.0.0.v20140518.pom (30 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.pom (1.9 kB at 47 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 204 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 605 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom (31 kB at 939 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/58/commons-parent-58.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom (83 kB at 4.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom (16 kB at 500 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.pom (20 kB at 267 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 131 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.4.1/enforcer-api-3.4.1.jar (14 kB at 657 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.4.1/enforcer-rules-3.4.1.jar (145 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar (361 kB at 7.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.13.0/commons-io-2.13.0.jar (484 kB at 9.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 4.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar (632 kB at 6.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 3.5 MB/s) [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jaxws-ri-bom --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 405 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 425 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 49 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 440 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 2.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 648 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 350 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 4.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 159 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 241 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 440 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 4.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 5.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 13 MB/s) [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jaxws-ri-bom --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.pom (3.8 kB at 188 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.pom (1.6 kB at 113 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 144 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 392 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 544 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 501 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom (20 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.2/junit-bom-5.7.2.pom (5.1 kB at 637 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 522 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom (20 kB at 895 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 205 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 379 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom (5.2 kB at 518 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom (4.9 kB at 489 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.pom (5.9 kB at 590 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 293 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.pom (6.9 kB at 534 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.pom (2.0 kB at 197 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.1/maven-3.1.1.pom (22 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.pom (4.1 kB at 414 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.pom (7.3 kB at 661 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.pom (2.2 kB at 128 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.pom (2.6 kB at 124 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.19/plexus-interpolation-1.19.pom (1.0 kB at 86 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 279 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.pom (2.2 kB at 223 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.pom (3.4 kB at 282 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom (15 kB at 576 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom (15 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 840 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 435 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.pom (6.3 kB at 571 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-parent/26/weld-parent-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 2.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom (17 kB at 788 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom (15 kB at 740 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 54 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 686 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 989 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.pom (2.8 kB at 94 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.pom (4.1 kB at 409 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.pom (1.8 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.pom (3.5 kB at 217 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 108 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.pom (5.8 kB at 577 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 296 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.pom (7.7 kB at 770 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 340 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 453 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 2.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 751 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 3.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 414 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 4.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 776 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.pom (5.0 kB at 497 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.14/httpcomponents-core-4.4.14.pom (13 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 179 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 75 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 267 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.pom (3.0 kB at 217 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.pom (2.0 kB at 152 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 249 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 180 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 133 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.pom (31 kB at 2.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.7.1/junit-bom-5.7.1.pom (5.1 kB at 425 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom (21 kB at 744 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/54/commons-parent-54.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 5.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 469 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom (6.6 kB at 736 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom (15 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom (5.0 kB at 621 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom (12 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 253 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom (5.0 kB at 452 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom (4.1 kB at 414 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.4/asm-9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom (2.4 kB at 339 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.pom (6.0 kB at 601 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.pom (6.1 kB at 469 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/14/plexus-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/14/plexus-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/14/plexus-14.pom (28 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.pom (22 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/56/commons-parent-56.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/56/commons-parent-56.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/56/commons-parent-56.pom (82 kB at 5.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.pom (1.9 kB at 147 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.pom (823 B at 75 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.1/plexus-interactivity-1.1.pom (1.7 kB at 157 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.5/plexus-components-6.5.pom (2.7 kB at 269 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom (26 kB at 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.4/asm-9.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar (151 kB at 8.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar (33 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 7.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 369 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 549 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar (210 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 204 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 973 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 892 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 237 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar (425 kB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 220 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 215 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 596 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 651 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 7.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar (55 kB at 483 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 980 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.1/plexus-io-3.4.1.jar (79 kB at 584 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.8.0/plexus-archiver-4.8.0.jar (224 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 829 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.23.0/commons-compress-1.23.0.jar (1.1 MB at 7.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.1/plexus-interactivity-api-1.1.jar (9.4 kB at 65 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-5/zstd-jni-1.5.5-5.jar (5.9 MB at 25 MB/s) [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ jaxws-ri-bom --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 468 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 534 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 294 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 329 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/8/plexus-8.pom (25 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 7.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 5.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 19 MB/s) [INFO] Signing 1 file with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ jaxws-ri-bom --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri-bom/4.0.2/jaxws-ri-bom-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/jaxws-ri-bom-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri-bom/4.0.2/jaxws-ri-bom-4.0.2.pom.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ jaxws-ri-bom --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-ri-bom/4.0.2/jaxws-ri-bom-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/jaxws-ri-bom-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-ri-bom/4.0.2/jaxws-ri-bom-4.0.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------< com.sun.xml.ws:jaxws-ri-bom-ext >------------------- [INFO] Building JAX-WS RI Bill-of-Materials (BOM) Extensions 4.0.2 [2/28] [INFO] from boms/bom-ext/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jaxws-ri-bom-ext --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jaxws-ri-bom-ext --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jaxws-ri-bom-ext --- [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jaxws-ri-bom-ext --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ jaxws-ri-bom-ext --- [INFO] Signing 1 file with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ jaxws-ri-bom-ext --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom-ext/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.2/jaxws-ri-bom-ext-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom-ext/target/jaxws-ri-bom-ext-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.2/jaxws-ri-bom-ext-4.0.2.pom.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ jaxws-ri-bom-ext --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom-ext/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.2/jaxws-ri-bom-ext-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom-ext/target/jaxws-ri-bom-ext-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.2/jaxws-ri-bom-ext-4.0.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------------< com.sun.xml.ws:policy >------------------------ [INFO] Building WS-Policy Implementation 4.0.2 [3/28] [INFO] from runtime/policy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-runtime/4.0.4/jaxb-runtime-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-runtime/4.0.4/jaxb-runtime-4.0.4.pom (11 kB at 349 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-runtime-parent/4.0.4/jaxb-runtime-parent-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-runtime-parent/4.0.4/jaxb-runtime-parent-4.0.4.pom (1.2 kB at 35 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/4.0.4/jaxb-parent-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/4.0.4/jaxb-parent-4.0.4.pom (35 kB at 715 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/4.0.4/jaxb-bom-ext-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/4.0.4/jaxb-bom-ext-4.0.4.pom (3.5 kB at 112 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-core/4.0.4/jaxb-core-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-core/4.0.4/jaxb-core-4.0.4.pom (3.7 kB at 129 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.pom (13 kB at 454 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.1/jakarta.xml.bind-api-parent-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.1/jakarta.xml.bind-api-parent-4.0.1.pom (9.2 kB at 352 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.pom (18 kB at 768 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/2.0.1/angus-activation-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/2.0.1/angus-activation-2.0.1.pom (4.0 kB at 114 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation-project/2.0.1/angus-activation-project-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation-project/2.0.1/angus-activation-project-2.0.1.pom (20 kB at 665 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/txw2/4.0.4/txw2-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/txw2/4.0.4/txw2-4.0.4.pom (1.8 kB at 56 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-txw-parent/4.0.4/jaxb-txw-parent-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-txw-parent/4.0.4/jaxb-txw-parent-4.0.4.pom (1.2 kB at 40 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2.pom (1.6 kB at 57 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-runtime/4.0.4/jaxb-runtime-4.0.4.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-runtime/4.0.4/jaxb-runtime-4.0.4.jar (920 kB at 9.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-core/4.0.4/jaxb-core-4.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/2.0.1/angus-activation-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/txw2/4.0.4/txw2-4.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-core/4.0.4/jaxb-core-4.0.4.jar (139 kB at 4.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/2.0.1/angus-activation-2.0.1.jar (27 kB at 547 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-runtime/4.1.2/istack-commons-runtime-4.1.2.jar (26 kB at 516 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar (66 kB at 1.2 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/txw2/4.0.4/txw2-4.0.4.jar (73 kB at 1.0 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.jar (130 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 3.5 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ policy --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ policy --- [INFO] [INFO] --- buildnumber:3.2.0:create (default) @ policy --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.pom (2.1 kB at 81 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/2.0.1/maven-scm-2.0.1.pom (21 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.pom (30 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/51/commons-parent-51.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/51/commons-parent-51.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/51/commons-parent-51.pom (78 kB at 2.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.pom (1.8 kB at 164 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-managers/2.0.1/maven-scm-managers-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/2.0.1/maven-scm-managers-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/2.0.1/maven-scm-managers-2.0.1.pom (1.5 kB at 30 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.pom (2.5 kB at 59 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers-svn/2.0.1/maven-scm-providers-svn-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/2.0.1/maven-scm-providers-svn-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/2.0.1/maven-scm-providers-svn-2.0.1.pom (2.1 kB at 96 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers/2.0.1/maven-scm-providers-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/2.0.1/maven-scm-providers-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/2.0.1/maven-scm-providers-2.0.1.pom (3.4 kB at 283 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.pom (3.2 kB at 292 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.pom (2.6 kB at 257 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers-git/2.0.1/maven-scm-providers-git-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/2.0.1/maven-scm-providers-git-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/2.0.1/maven-scm-providers-git-2.0.1.pom (2.1 kB at 98 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.pom (3.1 kB at 158 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.pom (2.8 kB at 69 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.pom (9.7 kB at 538 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.0-M3/maven-scm-provider-svn-commons-2.0.0-M3.pom (3.4 kB at 337 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/2.0.0-M3/maven-scm-providers-svn-2.0.0-M3.pom (2.2 kB at 225 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/2.0.0-M3/maven-scm-providers-2.0.0-M3.pom (3.5 kB at 185 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/2.0.0-M3/maven-scm-2.0.0-M3.pom (22 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.0-M3/maven-scm-api-2.0.0-M3.pom (2.0 kB at 155 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.pom (2.0 kB at 169 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.pom (3.8 kB at 136 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.pom (12 kB at 766 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd/2.9.2/sshd-2.9.2.pom (77 kB at 2.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.16.2/testcontainers-bom-1.16.2.pom (7.2 kB at 401 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-framework-bom/5.3.20/spring-framework-bom-5.3.20.pom (5.7 kB at 149 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.pom (4.7 kB at 361 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 240 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 476 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.pom (1.2 kB at 107 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.pom (6.8 kB at 339 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.pom (1.7 kB at 108 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.pom (2.8 kB at 123 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 142 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr-master/3.4/antlr-master-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 324 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.6.0/jna-5.6.0.pom (1.6 kB at 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.pom (1.8 kB at 78 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.pom (1.2 kB at 61 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.pom (1.7 kB at 139 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.9/jsch.agentproxy-0.0.9.pom (4.3 kB at 150 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 284 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.pom (804 B at 67 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.pom (1.3 kB at 109 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.pom (996 B at 34 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.pom (971 B at 49 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.pom (1.3 kB at 22 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.pom (1.1 kB at 60 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 45 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.pom (2.0 kB at 113 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom (9.4 kB at 312 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom (13 kB at 835 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/2.0.1/maven-scm-api-2.0.1.jar (110 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/2.0.1/maven-scm-manager-plexus-2.0.1.jar (8.9 kB at 808 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/2.0.1/maven-scm-provider-gitexe-2.0.1.jar (73 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/2.0.1/maven-scm-provider-svnexe-2.0.1.jar (84 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.11/commons-lang3-3.11.jar (578 kB at 28 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/2.0.1/maven-scm-provider-git-commons-2.0.1.jar (37 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/2.0.1/maven-scm-provider-svn-commons-2.0.1.jar (40 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/2.0.1/maven-scm-provider-hg-2.0.1.jar (68 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.3.0/maven-scm-provider-svnjava-2.3.0.jar (69 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.32/jcl-over-slf4j-1.7.32.jar (17 kB at 475 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/i2p/crypto/eddsa/0.3.0/eddsa-0.3.0.jar (63 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-core/2.9.2/sshd-core-2.9.2.jar (950 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar (72 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/sshd/sshd-common/2.9.2/sshd-common-2.9.2.jar (945 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/5.12.1/jna-5.12.1.jar (1.9 MB at 21 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.15/sqljet-1.1.15.jar (762 kB at 7.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.9/jsch.agentproxy.connector-factory-0.0.9.jar (12 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build222/trilead-ssh2-1.0.0-build222.jar (248 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.9/jsch.agentproxy.core-0.0.9.jar (9.6 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.9/jsch.agentproxy.usocket-jna-0.0.9.jar (6.6 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.9/jsch.agentproxy.usocket-nc-0.0.9.jar (5.3 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.9/jsch.agentproxy.sshagent-0.0.9.jar (4.3 kB at 35 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.9/jsch.agentproxy.pageant-0.0.9.jar (7.8 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.9/jsch.agentproxy.svnkit-trilead-ssh2-0.0.9.jar (3.8 kB at 29 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.10.11/svnkit-1.10.11.jar (4.3 MB at 31 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna-platform/5.6.0/jna-platform-5.6.0.jar (2.7 MB at 19 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.4.1/lz4-java-1.4.1.jar (370 kB at 2.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 2.0 MB/s) [INFO] ShortRevision tag detected. The value is '7'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy [INFO] Storing buildNumber: 0264419 at timestamp: 1697571706544 [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy' && 'git' 'symbolic-ref' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy [INFO] Storing scmBranch: 4.0.2-RELEASE [INFO] [INFO] --- istack-commons:4.1.2:rs-gen (rs-gen) @ policy --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.9.7/maven-resolver-api-1.9.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.7/maven-resolver-api-1.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.7/maven-resolver-api-1.9.7.pom (2.7 kB at 116 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.9.7/maven-resolver-1.9.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.7/maven-resolver-1.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.7/maven-resolver-1.9.7.pom (24 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.9.7/maven-resolver-impl-1.9.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.7/maven-resolver-impl-1.9.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.7/maven-resolver-impl-1.9.7.pom (4.8 kB at 403 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/codemodel/4.0.2/codemodel-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/codemodel/4.0.2/codemodel-4.0.2.pom (1.7 kB at 62 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-codemodel-parent/4.0.2/jaxb-codemodel-parent-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-codemodel-parent/4.0.2/jaxb-codemodel-parent-4.0.2.pom (20 kB at 662 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.9.7/maven-resolver-api-1.9.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.9.7/maven-resolver-impl-1.9.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/codemodel/4.0.2/codemodel-4.0.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/codemodel/4.0.2/codemodel-4.0.2.jar (167 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.7/maven-resolver-api-1.9.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.7/maven-resolver-api-1.9.7.jar (157 kB at 6.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.7/maven-resolver-impl-1.9.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.7/maven-resolver-impl-1.9.7.jar (314 kB at 12 MB/s) [INFO] Resources: [INFO] com/sun/xml/ws/policy/privateutil/Localization.properties [INFO] com/sun/xml/ws/policy/sourcemodel/attach/ContextClassloaderLocal.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/src/main/resources/com/sun/xml/ws/policy/privateutil/Localization.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/src/main/resources/com/sun/xml/ws/policy/sourcemodel/attach/ContextClassloaderLocal.properties [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ policy --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 224 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 2.1 MB/s) [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ policy --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (6.0 kB at 195 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 128 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.jar (55 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 404 kB/s) [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ policy --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 316 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 530 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom (1.1 kB at 81 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom (8.4 kB at 399 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom (2.7 kB at 298 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom (1.1 kB at 142 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 355 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom (1.2 kB at 60 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom (1.3 kB at 66 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar (4.7 kB at 466 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar (23 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar (27 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 19 MB/s) [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 61 source files with javac [debug deprecation release 11 module-path] to target/classes [INFO] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ policy --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (1.1 kB at 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.pom (5.2 kB at 374 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.pom (1.3 kB at 105 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.pom (1.3 kB at 116 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.pom (1.3 kB at 116 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.pom (1.9 kB at 157 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.pom (1.5 kB at 124 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.pom (1.3 kB at 117 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.pom (1.3 kB at 109 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.pom (1.7 kB at 90 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.pom (1.9 kB at 188 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.1.0/org.osgi.util.function-1.1.0.pom (1.4 kB at 53 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.pom (2.7 kB at 242 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 348 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 420 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 743 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 15 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/easymock/easymock/2.4/easymock-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 410 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 234 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 39 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.pom (5.5 kB at 504 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 242 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 402 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 143 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 214 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 719 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 85 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 359 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 163 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 96 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 45 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 280 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 403 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 760 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 174 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.pom (3.3 kB at 304 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.pom (4.9 kB at 378 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 724 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom (7.4 kB at 567 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 464 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 2.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/15/apache-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 806 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 402 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 871 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 266 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 733 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 299 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 171 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 94 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 516 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 113 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 250 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 709 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 126 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 119 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 184 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 207 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 97 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 133 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jdom/jdom/1.1/jdom-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 146 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/easymock/easymock/2.4/easymock-2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jdom/jdom/1.1/jdom-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar (475 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 716 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 519 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 786 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.3.1/biz.aQute.bndlib-6.3.1.jar (3.2 MB at 48 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.3.1/biz.aQute.bnd.util-6.3.1.jar (424 kB at 6.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 589 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 315 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 760 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 468 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 292 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar (37 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.7/plexus-archiver-4.2.7.jar (195 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 308 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 359 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 293 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 851 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 3.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 100 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 144 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 113 kB/s) [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ policy --- [INFO] Copying 66 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ policy --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 36 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ policy --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.pom (6.1 kB at 203 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.pom (3.5 kB at 353 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.pom (3.3 kB at 155 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.pom (4.1 kB at 406 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.pom (3.3 kB at 330 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.pom (4.5 kB at 278 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.pom (1.8 kB at 176 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.pom (5.8 kB at 276 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.pom (2.3 kB at 157 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.2.5/maven-3.2.5.pom (22 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.pom (8.1 kB at 576 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.pom (2.2 kB at 155 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.pom (2.6 kB at 137 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 86 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.pom (2.2 kB at 124 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.pom (3.0 kB at 303 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.pom (4.3 kB at 476 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.5/sisu-plexus-0.3.5.pom (14 kB at 763 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.pom (2.6 kB at 219 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 487 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.pom (3.0 kB at 176 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.pom (4.2 kB at 425 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3.pom (11 kB at 608 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.2.3/guice-parent-3.2.3.pom (13 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/38/forge-parent-38.pom (19 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 305 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 524 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.12.0/commons-io-2.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.12.0/commons-io-2.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.12.0/commons-io-2.12.0.pom (20 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/57/commons-parent-57.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/57/commons-parent-57.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/57/commons-parent-57.pom (83 kB at 5.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.12.0/commons-io-2.12.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.2/maven-surefire-common-3.1.2.jar (306 kB at 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.2/surefire-extensions-api-3.1.2.jar (26 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.2/surefire-logger-api-3.1.2.jar (14 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.12.0/commons-io-2.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.2/surefire-api-3.1.2.jar (171 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.2/surefire-booter-3.1.2.jar (118 kB at 7.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 3.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.12.0/commons-io-2.12.0.jar (474 kB at 15 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.2/surefire-extensions-spi-3.1.2.jar (8.2 kB at 186 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.2/surefire-shared-utils-3.1.2.jar (2.3 MB at 47 MB/s) [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ policy --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 7.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 19 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 28 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.2.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ policy --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.2-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ policy --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.2-javadoc.jar [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ policy --- [INFO] Signing 4 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ policy --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/policy/4.0.2/policy-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.2.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/policy/4.0.2/policy-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.2-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/policy/4.0.2/policy-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/policy/4.0.2/policy-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.2.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/policy/4.0.2/policy-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/policy/4.0.2/policy-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/policy/4.0.2/policy-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/policy/4.0.2/policy-4.0.2-javadoc.jar.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ policy --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/policy/4.0.2/policy-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/policy/4.0.2/policy-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.2-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/policy/4.0.2/policy-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.2-javadoc.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/policy/4.0.2/policy-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.2.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/policy/4.0.2/policy-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/policy/4.0.2/policy-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.2-sources.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/policy/4.0.2/policy-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.2-javadoc.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/policy/4.0.2/policy-4.0.2-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------------< com.sun.xml.ws:project >----------------------- [INFO] Building Jakarta XML Web Services Implementation 4.0.2 [4/28] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/4.0.1/jakarta.xml.ws-api-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/4.0.1/jakarta.xml.ws-api-4.0.1.pom (19 kB at 565 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/3.0.1/jakarta.xml.soap-api-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/3.0.1/jakarta.xml.soap-api-3.0.1.pom (22 kB at 736 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom (16 kB at 585 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/4.0.1/jakarta.xml.ws-api-4.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/4.0.1/jakarta.xml.ws-api-4.0.1.jar (75 kB at 2.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/3.0.1/jakarta.xml.soap-api-3.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar (26 kB at 934 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/3.0.1/jakarta.xml.soap-api-3.0.1.jar (38 kB at 1.4 MB/s) [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ project --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ project --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ project --- [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ project --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ project --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ project --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ project --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ project --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- assembly:3.6.0:single (common-resources) @ project --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.pom (5.3 kB at 439 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom (4.9 kB at 544 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.pom (6.5 kB at 653 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.pom (1.9 kB at 213 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.7.1/plexus-archiver-4.7.1.jar (221 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-2/zstd-jni-1.5.5-2.jar (5.9 MB at 68 MB/s) [INFO] Reading assembly descriptor: src/main/assembly/resources.xml [INFO] Building zip: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.2-resources.zip [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ project --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.pom (7.6 kB at 177 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 330 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.1.0/maven-3.1.0.pom (22 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.0/maven-model-3.1.0.pom (3.8 kB at 317 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.pom (1.8 kB at 68 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.pom (2.3 kB at 84 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 103 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 153 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 111 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.pom (1.6 kB at 39 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.pom (3.0 kB at 138 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.pom (4.7 kB at 523 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.0.M1/sisu-plexus-0.3.0.M1.pom (13 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.pom (2.5 kB at 255 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.0.M1/sisu-inject-0.3.0.M1.pom (14 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.pom (2.5 kB at 247 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.pom (3.5 kB at 118 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 292 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom (6.0 kB at 503 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.pom (6.4 kB at 642 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 146 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.5/asm-9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.pom (2.4 kB at 169 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom (6.2 kB at 480 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.pom (23 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.5/asm-9.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 27 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (201 kB at 7.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.2/maven-dependency-analyzer-1.13.2.jar (39 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar (43 kB at 968 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar (47 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 3.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 6.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar (753 kB at 14 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.jar (122 kB at 2.2 MB/s) [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ project --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ project --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ project --- [INFO] Signing 2 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ project --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/project/4.0.2/project-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.2-resources.zip to /home/jenkins/.m2/repository/com/sun/xml/ws/project/4.0.2/project-4.0.2-resources.zip [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/project/4.0.2/project-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.2-resources.zip.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/project/4.0.2/project-4.0.2-resources.zip.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ project --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/project/4.0.2/project-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.2-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/project/4.0.2/project-4.0.2-resources.zip [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/project/4.0.2/project-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.2-resources.zip.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/project/4.0.2/project-4.0.2-resources.zip.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------------< com.sun.xml.ws:rt >-------------------------- [INFO] Building JAX-WS RI Runtime (rt) 4.0.2 [5/28] [INFO] from runtime/rt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.pom (12 kB at 516 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom (11 kB at 463 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.pom (2.7 kB at 116 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-project/4.0.3/gmbal-project-4.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-project/4.0.3/gmbal-project-4.0.3.pom (13 kB at 563 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.1.0/stax-ex-2.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.1.0/stax-ex-2.1.0.pom (16 kB at 558 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.1.0/streambuffer-2.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.1.0/streambuffer-2.1.0.pom (17 kB at 538 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.10.0/mimepull-1.10.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.10.0/mimepull-1.10.0.pom (16 kB at 593 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.1.0/FastInfoset-2.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.1.0/FastInfoset-2.1.0.pom (3.4 kB at 129 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/fastinfoset-project/2.1.0/fastinfoset-project-2.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/fastinfoset-project/2.1.0/fastinfoset-project-2.1.0.pom (19 kB at 726 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.pom (19 kB at 789 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.2/jakarta.mail-api-2.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.2/jakarta.mail-api-2.1.2.pom (22 kB at 667 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/2.0.2/angus-mail-2.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/2.0.2/angus-mail-2.0.2.pom (8.0 kB at 243 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/all/2.0.2/all-2.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/all/2.0.2/all-2.0.2.pom (31 kB at 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.3/saaj-impl-3.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.3/saaj-impl-3.0.3.pom (11 kB at 322 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/3.0.3/metro-saaj-3.0.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/3.0.3/metro-saaj-3.0.3.pom (20 kB at 662 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom (9.6 kB at 600 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.pom (6.3 kB at 300 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/55/oss-parent-55.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/55/oss-parent-55.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/55/oss-parent-55.pom (24 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.13/ha-api-3.1.13.jar (50 kB at 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.1.0/stax-ex-2.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.1.0/streambuffer-2.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.10.0/mimepull-1.10.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar (48 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.1.0/FastInfoset-2.1.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.1.0/stax-ex-2.1.0.jar (39 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.1.0/streambuffer-2.1.0.jar (75 kB at 2.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.2/jakarta.mail-api-2.1.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.10.0/mimepull-1.10.0.jar (66 kB at 2.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/2.0.2/angus-mail-2.0.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.jar (29 kB at 665 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.3/saaj-impl-3.0.3.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar (348 kB at 6.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.1.0/FastInfoset-2.1.0.jar (316 kB at 4.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.2/jakarta.mail-api-2.1.2.jar (236 kB at 3.1 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/2.0.2/angus-mail-2.0.2.jar (492 kB at 5.0 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.3/saaj-impl-3.0.3.jar (462 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar (1.6 MB at 55 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.2/stax2-api-4.2.2.jar (196 kB at 18 MB/s) [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ rt --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ rt --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ rt --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ rt --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ rt --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-property) @ rt --- [INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ rt --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ rt --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ rt --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ rt --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ rt --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ rt --- [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-asm) @ rt --- [INFO] Configured Artifact: org.ow2.asm:asm:sources:9.6:jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.6/asm-9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom (2.4 kB at 118 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.6/asm-9.6-sources.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6-sources.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6-sources.jar (184 kB at 15 MB/s) [INFO] [INFO] --- package-rename-task:1.6.0:rename (repackage-asm) @ rt --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.13/ant-1.10.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.13/ant-1.10.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.13/ant-1.10.13.pom (17 kB at 459 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.10.13/ant-parent-1.10.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.13/ant-parent-1.10.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.13/ant-parent-1.10.13.pom (6.6 kB at 312 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.13/ant-launcher-1.10.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.13/ant-launcher-1.10.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.13/ant-launcher-1.10.13.pom (3.2 kB at 288 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.13/ant-1.10.13.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.13/ant-launcher-1.10.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.13/ant-1.10.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.13/ant-1.10.13.jar (2.3 MB at 70 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.13/ant-launcher-1.10.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.13/ant-launcher-1.10.13.jar (21 kB at 763 kB/s) [null] performing package renaming [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ rt --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- istack-commons:4.1.2:rs-gen (rs-gen) @ rt --- [INFO] Resources: [INFO] com/sun/xml/ws/resources/ContextClassloaderLocal.properties [INFO] com/sun/xml/ws/resources/addressing.properties [INFO] com/sun/xml/ws/resources/bindingApi.properties [INFO] com/sun/xml/ws/resources/client.properties [INFO] com/sun/xml/ws/resources/dispatch.properties [INFO] com/sun/xml/ws/resources/encoding.properties [INFO] com/sun/xml/ws/resources/handler.properties [INFO] com/sun/xml/ws/resources/httpserver.properties [INFO] com/sun/xml/ws/resources/management.properties [INFO] com/sun/xml/ws/resources/modeler.properties [INFO] com/sun/xml/ws/resources/policy.properties [INFO] com/sun/xml/ws/resources/providerApi.properties [INFO] com/sun/xml/ws/resources/sender.properties [INFO] com/sun/xml/ws/resources/server.properties [INFO] com/sun/xml/ws/resources/soap.properties [INFO] com/sun/xml/ws/resources/streaming.properties [INFO] com/sun/xml/ws/resources/tubelineassembly.properties [INFO] com/sun/xml/ws/resources/util.properties [INFO] com/sun/xml/ws/resources/wsdlmodel.properties [INFO] com/sun/xml/ws/resources/wsservlet.properties [INFO] com/sun/xml/ws/resources/xmlmessage.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/ContextClassloaderLocal.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/addressing.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/bindingApi.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/client.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/dispatch.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/encoding.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/handler.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/httpserver.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/management.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/modeler.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/policy.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/providerApi.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/sender.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/server.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/soap.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/streaming.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/tubelineassembly.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/util.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/wsdlmodel.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/wsservlet.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/resources/com/sun/xml/ws/resources/xmlmessage.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ rt --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ rt --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ rt --- [INFO] Copying 209 resources from src/main/resources to target/classes [INFO] Copying 1 resource from src/main/version to target/classes [INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ rt --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 885 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/model/InjectorHelper.java:[19,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/AbstractTubeImpl.java:[30,57] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/AbstractTubeImpl.java:[115,40] com.sun.xml.ws.api.pipe.PipeCloner in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/transport/http/HttpAdapter.java:[464,42] getRequestHeaders() in com.sun.xml.ws.transport.http.WSHTTPConnection has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/module-info.java:[82,65] module not found: org.glassfish.metro.wsit.impl [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/message/Packet.java:[1087,52] getWsaHelper(com.sun.xml.ws.api.model.wsdl.WSDLPort,com.sun.xml.ws.api.model.SEIModel,com.sun.xml.ws.api.WSBinding) in com.sun.xml.ws.api.addressing.AddressingVersion has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/ServerTubeAssemblerContext.java:[157,13] com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/ServerTubeAssemblerContext.java:[157,51] com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/ServerTubeAssemblerContext.java:[169,13] com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/ServerTubeAssemblerContext.java:[169,51] com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/wsdl/WSDLOperationFinder.java:[61,46] getOperation() in com.sun.xml.ws.model.JavaMethodImpl has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/binding/WebServiceFeatureList.java:[338,30] com.sun.xml.ws.api.ImpliesWebServiceFeature in com.sun.xml.ws.api has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/binding/WebServiceFeatureList.java:[339,19] com.sun.xml.ws.api.ImpliesWebServiceFeature in com.sun.xml.ws.api has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/Fiber.java:[1139,21] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/Fiber.java:[1153,21] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/addressing/NonAnonymousResponseProcessor.java:[78,13] ClientTubeAssemblerContext(com.sun.xml.ws.api.EndpointAddress,com.sun.xml.ws.api.model.wsdl.WSDLPort,com.sun.xml.ws.api.WSService,com.sun.xml.ws.api.WSBinding,com.sun.xml.ws.api.server.Container,com.sun.xml.ws.api.pipe.Codec,com.sun.xml.ws.api.model.SEIModel,java.lang.Class) in com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/generated-sources/renamed-sources/com/sun/xml/ws/org/objectweb/asm/ModuleVisitor.java:[75,26] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/generated-sources/renamed-sources/com/sun/xml/ws/org/objectweb/asm/ModuleVisitor.java:[78,23] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/message/stream/StreamHeader.java:[182,18] writeToXMLStreamWriter(javax.xml.stream.XMLStreamWriter) in com.sun.xml.stream.buffer.XMLStreamBuffer has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/message/stream/StreamHeader.java:[211,14] writeTo(org.xml.sax.ContentHandler) in com.sun.xml.stream.buffer.XMLStreamBuffer has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/generated-sources/renamed-sources/com/sun/xml/ws/org/objectweb/asm/MethodVisitor.java:[89,26] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/generated-sources/renamed-sources/com/sun/xml/ws/org/objectweb/asm/MethodVisitor.java:[92,23] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/generated-sources/renamed-sources/com/sun/xml/ws/org/objectweb/asm/AnnotationVisitor.java:[77,26] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/generated-sources/renamed-sources/com/sun/xml/ws/org/objectweb/asm/AnnotationVisitor.java:[80,23] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/generated-sources/renamed-sources/com/sun/xml/ws/org/objectweb/asm/ClassVisitor.java:[76,26] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/generated-sources/renamed-sources/com/sun/xml/ws/org/objectweb/asm/ClassVisitor.java:[79,23] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/generated-sources/renamed-sources/com/sun/xml/ws/org/objectweb/asm/FieldVisitor.java:[73,26] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/generated-sources/renamed-sources/com/sun/xml/ws/org/objectweb/asm/FieldVisitor.java:[76,23] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/generated-sources/renamed-sources/com/sun/xml/ws/org/objectweb/asm/RecordComponentVisitor.java:[75,26] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/generated-sources/renamed-sources/com/sun/xml/ws/org/objectweb/asm/RecordComponentVisitor.java:[78,23] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/message/FilterMessageImpl.java:[167,28] getID(com.sun.xml.ws.api.WSBinding) in com.sun.xml.ws.api.message.Message has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/message/FilterMessageImpl.java:[168,24] getID(com.sun.xml.ws.api.WSBinding) in com.sun.xml.ws.api.message.Message has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/message/FilterMessageImpl.java:[172,28] getID(com.sun.xml.ws.api.addressing.AddressingVersion,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.api.message.Message has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/message/FilterMessageImpl.java:[173,24] getID(com.sun.xml.ws.api.addressing.AddressingVersion,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.api.message.Message has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/policy/jaxws/PolicyWSDLParserExtension.java:[938,22] setPolicyMap(com.sun.xml.ws.policy.PolicyMap) in com.sun.xml.ws.api.model.wsdl.editable.EditableWSDLModel has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/TransportTubeFactory.java:[119,9] com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/TransportTubeFactory.java:[119,47] com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/TransportTubeFactory.java:[124,13] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/ClientTubeAssemblerContext.java:[231,13] com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/ClientTubeAssemblerContext.java:[231,51] com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/client/Stub.java:[560,24] takeMaster() in com.sun.xml.ws.util.Pool.TubePool has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/client/PortInfo.java:[76,22] getPolicyMap() in com.sun.xml.ws.api.client.WSPortInfo has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/client/PortInfo.java:[83,51] getPolicyMap() in com.sun.xml.ws.api.model.wsdl.WSDLModel has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/assembler/dev/TubelineAssemblyContext.java:[22,5] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/model/wsdl/WSDLModelImpl.java:[214,17] setPolicyMap(com.sun.xml.ws.policy.PolicyMap) in com.sun.xml.ws.api.model.wsdl.editable.EditableWSDLModel has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/model/wsdl/WSDLModelImpl.java:[206,22] getPolicyMap() in com.sun.xml.ws.api.model.wsdl.WSDLModel has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/PipelineAssembler.java:[67,14] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/PipelineAssembler.java:[67,41] com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/PipelineAssembler.java:[96,14] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/PipelineAssembler.java:[96,41] com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/server/AbstractInstanceResolver.java:[53,32] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/message/MessageWrapper.java:[205,19] getID(com.sun.xml.ws.api.WSBinding) in com.sun.xml.ws.api.message.Message has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/message/MessageWrapper.java:[206,24] getID(com.sun.xml.ws.api.WSBinding) in com.sun.xml.ws.api.message.Message has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/message/MessageWrapper.java:[210,19] getID(com.sun.xml.ws.api.addressing.AddressingVersion,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.api.message.Message has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/message/MessageWrapper.java:[211,24] getID(com.sun.xml.ws.api.addressing.AddressingVersion,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.api.message.Message has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/server/MonitorRootService.java:[50,24] getPolicyMap() in com.sun.xml.ws.api.server.WSEndpoint has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/server/MonitorRootService.java:[51,24] getPolicyMap() in com.sun.xml.ws.api.server.WSEndpoint has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/db/DatabindingImpl.java:[251,17] decode(java.io.InputStream,java.lang.String,com.sun.xml.ws.api.message.Packet) in com.sun.xml.ws.api.databinding.Databinding has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/db/DatabindingImpl.java:[246,24] encode(com.sun.xml.ws.api.message.Packet,java.io.OutputStream) in com.sun.xml.ws.api.databinding.Databinding has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/TubelineAssemblerFactory.java:[94,68] com.sun.xml.ws.api.pipe.PipelineAssemblerFactory in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/TubelineAssemblerFactory.java:[94,14] com.sun.xml.ws.api.pipe.PipelineAssemblerFactory in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/TubelineAssemblerFactory.java:[115,13] com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/TubelineAssemblerFactory.java:[115,51] com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/TubelineAssemblerFactory.java:[123,38] com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/TubelineAssemblerFactory.java:[126,62] com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/fault/SOAPFaultBuilder.java:[224,35] create(jakarta.xml.bind.JAXBContext,java.lang.Object,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.message.jaxb.JAXBMessage has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/fault/SOAPFaultBuilder.java:[226,35] create(jakarta.xml.bind.JAXBContext,java.lang.Object,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.message.jaxb.JAXBMessage has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/fault/SOAPFaultBuilder.java:[235,35] create(jakarta.xml.bind.JAXBContext,java.lang.Object,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.message.jaxb.JAXBMessage has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/fault/SOAPFaultBuilder.java:[237,35] create(jakarta.xml.bind.JAXBContext,java.lang.Object,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.message.jaxb.JAXBMessage has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/fault/SOAPFaultBuilder.java:[414,34] create(jakarta.xml.bind.JAXBContext,java.lang.Object,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.message.jaxb.JAXBMessage has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/fault/SOAPFaultBuilder.java:[510,34] create(jakarta.xml.bind.JAXBContext,java.lang.Object,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.message.jaxb.JAXBMessage has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/generated-sources/renamed-sources/com/sun/xml/ws/org/objectweb/asm/signature/SignatureVisitor.java:[81,26] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/client/dispatch/JAXBDispatch.java:[101,33] create(jakarta.xml.bind.JAXBContext,java.lang.Object,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.api.message.Messages has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/client/dispatch/JAXBDispatch.java:[102,33] createRaw(jakarta.xml.bind.JAXBContext,java.lang.Object,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.api.message.Messages has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/client/ClientPipelineHook.java:[60,21] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/client/ClientPipelineHook.java:[60,45] com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/client/ClientPipelineHook.java:[60,87] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/server/WSEndpointMOMProxy.java:[323,22] getPolicyMap() in com.sun.xml.ws.api.server.WSEndpoint has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/server/WSEndpointImpl.java:[258,22] getPolicyMap() in com.sun.xml.ws.api.server.WSEndpoint has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/client/sei/SEIStub.java:[83,28] getOperation() in com.sun.xml.ws.model.JavaMethodImpl has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/client/sei/SEIStub.java:[89,47] getOperation() in com.sun.xml.ws.model.JavaMethodImpl has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/encoding/MimeMultipartParser.java:[174,26] toByteArray() in com.sun.xml.ws.util.ByteArrayBuffer has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[32,19] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[34,30] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[42,19] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[43,26] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[44,21] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/AbstractPipeImpl.java:[26,51] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/AbstractPipeImpl.java:[41,32] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/AbstractPipeImpl.java:[41,43] com.sun.xml.ws.api.pipe.PipeCloner in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[53,55] com.sun.xml.ws.api.pipe.PipeCloner in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[64,24] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[64,34] com.sun.xml.ws.api.pipe.PipeCloner in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[74,25] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[83,23] com.sun.xml.ws.api.pipe.PipeCloner in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/TransportPipeFactory.java:[90,21] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/TransportPipeFactory.java:[90,44] com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/AbstractFilterPipeImpl.java:[85,21] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/AbstractFilterPipeImpl.java:[87,38] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/helper/AbstractFilterPipeImpl.java:[92,67] com.sun.xml.ws.api.pipe.PipeCloner in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/encoding/MtomCodec.java:[336,33] org.glassfish.jaxb.runtime.DatatypeConverterImpl in org.glassfish.jaxb.runtime has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/server/provider/AsyncProviderInvokerTube.java:[79,24] doSuspend() in com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/assembler/TubelineAssemblyContextImpl.java:[34,13] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/assembler/TubelineAssemblyContextImpl.java:[43,12] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/assembler/DefaultClientTubelineAssemblyContext.java:[44,47] getPolicyMap() in com.sun.xml.ws.api.client.WSPortInfo has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/server/ServerPipelineHook.java:[61,21] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/server/ServerPipelineHook.java:[61,47] com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/server/ServerPipelineHook.java:[61,89] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/server/ServerPipelineHook.java:[87,21] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/server/ServerPipelineHook.java:[87,45] com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/server/ServerPipelineHook.java:[87,87] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/encoding/ImageDataContentHandler.java:[32,46] class java.awt.Component in module java.desktop is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/server/EndpointFactory.java:[259,61] getPolicyMap() in com.sun.xml.ws.api.model.wsdl.WSDLModel has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/server/EndpointFactory.java:[285,56] getPolicyMap() in com.sun.xml.ws.api.model.wsdl.WSDLModel has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/addressing/policy/AddressingPolicyMapConfigurator.java:[50,13] PolicyAssertion(com.sun.xml.ws.policy.sourcemodel.AssertionData,java.util.Collection,com.sun.xml.ws.policy.AssertionSet) in com.sun.xml.ws.policy.PolicyAssertion has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/assembler/DefaultServerTubelineAssemblyContext.java:[38,47] getPolicyMap() in com.sun.xml.ws.api.server.WSEndpoint has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/streaming/DOMStreamReader.java:[819,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/streaming/DOMStreamReader.java:[922,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/model/InjectorHelper.java:[23,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/model/InjectorHelper.java:[79,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/model/InjectorHelper.java:[85,32] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/model/InjectorHelper.java:[94,25] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/transport/http/server/PortableConnectionImpl.java:[84,24] getRequestHeaderNames() in com.sun.xml.ws.transport.http.WSHTTPConnection has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/transport/http/server/PortableConnectionImpl.java:[55,46] getRequestHeaders() in com.sun.xml.ws.transport.http.WSHTTPConnection has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/Stubs.java:[365,16] PacketDispatch(javax.xml.namespace.QName,com.sun.xml.ws.client.WSServiceDelegate,com.sun.xml.ws.api.pipe.Tube,com.sun.xml.ws.binding.BindingImpl,com.sun.xml.ws.api.addressing.WSEndpointReference) in com.sun.xml.ws.client.dispatch.PacketDispatch has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/pipe/Stubs.java:[406,22] SEIStub(com.sun.xml.ws.client.WSServiceDelegate,com.sun.xml.ws.binding.BindingImpl,com.sun.xml.ws.model.SOAPSEIModel,com.sun.xml.ws.api.pipe.Tube,com.sun.xml.ws.api.addressing.WSEndpointReference) in com.sun.xml.ws.client.sei.SEIStub has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/db/glassfish/JAXBRIContextFactory.java:[68,37] createContext(java.lang.Class[],java.util.Collection,java.util.Map,java.lang.String,boolean,org.glassfish.jaxb.runtime.v2.model.annotation.RuntimeAnnotationReader,boolean,boolean,boolean) in org.glassfish.jaxb.runtime.v2.ContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/util/InjectionPlan.java:[78,35] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/util/InjectionPlan.java:[117,32] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/message/AddressingUtils.java:[87,52] getWsaHelper(com.sun.xml.ws.api.model.wsdl.WSDLPort,com.sun.xml.ws.api.model.SEIModel,com.sun.xml.ws.api.WSBinding) in com.sun.xml.ws.api.addressing.AddressingVersion has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/spi/db/JAXBWrapperAccessor.java:[200,19] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/spi/db/JAXBWrapperAccessor.java:[213,19] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/spi/db/JAXBWrapperAccessor.java:[291,22] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/spi/db/JAXBWrapperAccessor.java:[302,39] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/spi/db/JAXBWrapperAccessor.java:[331,27] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/spi/db/JAXBWrapperAccessor.java:[339,22] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/wsdl/ActionBasedOperationFinder.java:[74,26] getOperation() in com.sun.xml.ws.model.JavaMethodImpl has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/wsdl/ActionBasedOperationFinder.java:[74,61] getOperation() in com.sun.xml.ws.model.JavaMethodImpl has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/transport/http/server/ServerConnectionImpl.java:[93,28] getRequestHeaderNames() in com.sun.xml.ws.transport.http.WSHTTPConnection has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/transport/http/server/ServerConnectionImpl.java:[64,46] getRequestHeaders() in com.sun.xml.ws.transport.http.WSHTTPConnection has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/db/DatabindingFactoryImpl.java:[180,24] entityResolver(org.xml.sax.EntityResolver) in com.oracle.webservices.api.databinding.Databinding.Builder has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/db/DatabindingFactoryImpl.java:[175,24] wsdlSource(javax.xml.transform.Source) in com.oracle.webservices.api.databinding.Databinding.Builder has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/db/DatabindingFactoryImpl.java:[170,24] wsdlURL(java.net.URL) in com.oracle.webservices.api.databinding.Databinding.Builder has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/server/StatefulInstanceResolver.java:[437,48] export(java.lang.Class,java.lang.String,T) in com.sun.xml.ws.developer.StatefulWebServiceManager has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/util/pipe/StandalonePipeAssembler.java:[36,12] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/util/pipe/StandalonePipeAssembler.java:[36,30] com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/util/pipe/StandalonePipeAssembler.java:[37,9] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/util/pipe/StandalonePipeAssembler.java:[56,12] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/util/pipe/StandalonePipeAssembler.java:[56,30] com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/util/pipe/StandalonePipeAssembler.java:[57,9] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/message/Messages.java: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/api/message/Messages.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/server/AbstractWebServiceContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/server/AbstractWebServiceContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ rt --- [INFO] Copying 16 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ rt --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 59 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/test/java/com/sun/xml/ws/transport/HeadersTest.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/test/java/com/sun/xml/ws/transport/HeadersTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ rt --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ rt --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.2.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ rt --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.2-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ rt --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/model/InjectorHelper.java:19: warning: Unsafe is internal proprietary API and may be removed in a future release [WARNING] import sun.misc.Unsafe; [WARNING] ^ [WARNING] 1 warning [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.2-javadoc.jar [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ rt --- [INFO] Signing 4 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ rt --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/rt/4.0.2/rt-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.2.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/rt/4.0.2/rt-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.2-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/rt/4.0.2/rt-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/rt/4.0.2/rt-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.2.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/rt/4.0.2/rt-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/rt/4.0.2/rt-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/rt/4.0.2/rt-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/rt/4.0.2/rt-4.0.2-javadoc.jar.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ rt --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/rt/4.0.2/rt-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/rt/4.0.2/rt-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.2-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/rt/4.0.2/rt-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.2-javadoc.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/rt/4.0.2/rt-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.2.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/rt/4.0.2/rt-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/rt/4.0.2/rt-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.2-sources.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/rt/4.0.2/rt-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.2-javadoc.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/rt/4.0.2/rt-4.0.2-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------< com.sun.xml.ws:rt-fi >------------------------ [INFO] Building JAX-WS RI Fast Infoset Support (rt-fi) 4.0.2 [6/28] [INFO] from runtime/rt-fi/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ rt-fi --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ rt-fi --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ rt-fi --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ rt-fi --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ rt-fi --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ rt-fi --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ rt-fi --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ rt-fi --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ rt-fi --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ rt-fi --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ rt-fi --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ rt-fi --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ rt-fi --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ rt-fi --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ rt-fi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/src/main/resources [INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ rt-fi --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug deprecation release 11 module-path] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ rt-fi --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ rt-fi --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ rt-fi --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ rt-fi --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.2.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ rt-fi --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.2-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ rt-fi --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.2-javadoc.jar [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ rt-fi --- [INFO] Signing 4 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ rt-fi --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.2.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.2-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.2.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2-javadoc.jar.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ rt-fi --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.2-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.2-javadoc.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.2.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.2-sources.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.2-javadoc.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< com.sun.xml.ws:httpspi-servlet >------------------- [INFO] Building JAX-WS RI HTTP SPI (httpspi-servlet) 4.0.2 [7/28] [INFO] from runtime/httpspi-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ httpspi-servlet --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ httpspi-servlet --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ httpspi-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ httpspi-servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ httpspi-servlet --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ httpspi-servlet --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ httpspi-servlet --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ httpspi-servlet --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ httpspi-servlet --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ httpspi-servlet --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ httpspi-servlet --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ httpspi-servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ httpspi-servlet --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ httpspi-servlet --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ httpspi-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/src/main/resources [INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ httpspi-servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/src/main/java/com/sun/xml/ws/transport/httpspi/servlet/InvokerImpl.java:[55,32] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ httpspi-servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ httpspi-servlet --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ httpspi-servlet --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ httpspi-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.2.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ httpspi-servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.2-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ httpspi-servlet --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.2-javadoc.jar [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ httpspi-servlet --- [INFO] Signing 4 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ httpspi-servlet --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.2.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.2-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.2.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2-javadoc.jar.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ httpspi-servlet --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.2-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.2-javadoc.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.2.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.2-sources.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.2-javadoc.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------------< com.sun.xml.ws:servlet >----------------------- [INFO] Building JAX-WS RI Servlet Support (servlet) 4.0.2 [8/28] [INFO] from runtime/servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ servlet --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ servlet --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ servlet --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ servlet --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ servlet --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ servlet --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ servlet --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ servlet --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ servlet --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ servlet --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ servlet --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ servlet --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ servlet --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ servlet --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ servlet --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug deprecation release 11 module-path] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ servlet --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ servlet --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ servlet --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.2.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ servlet --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.2-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ servlet --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.2-javadoc.jar [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ servlet --- [INFO] Signing 4 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ servlet --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.2.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.2-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.2.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2-javadoc.jar.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ servlet --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.2-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.2-javadoc.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.2.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.2-sources.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.2-javadoc.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------------< com.sun.xml.ws:bundles >----------------------- [INFO] Building JAX-WS RI Bundles 4.0.2 [9/28] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ bundles --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ bundles --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ bundles --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ bundles --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ bundles --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ bundles --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ bundles --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ bundles --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ bundles --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ bundles --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ bundles --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ bundles --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ bundles --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ bundles --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ bundles --- [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ bundles --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ bundles --- [INFO] Signing 1 file with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ bundles --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/bundles/4.0.2/bundles-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/target/bundles-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/bundles/4.0.2/bundles-4.0.2.pom.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ bundles --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/bundles/4.0.2/bundles-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/target/bundles-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/bundles/4.0.2/bundles-4.0.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------------< com.sun.xml.ws:jaxws-rt >----------------------- [INFO] Building JAX-WS RI Runtime (jaxws-rt) 4.0.2 [10/28] [INFO] from bundles/jaxws-rt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/4.0.4/jaxb-impl-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/4.0.4/jaxb-impl-4.0.4.pom (12 kB at 385 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/4.0.4/jaxb-bundles-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/4.0.4/jaxb-bundles-4.0.4.pom (1.3 kB at 50 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/4.0.4/jaxb-core-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/4.0.4/jaxb-core-4.0.4.pom (11 kB at 344 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/4.0.4/jaxb-impl-4.0.4.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/4.0.4/jaxb-impl-4.0.4.jar (923 kB at 18 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/4.0.4/jaxb-core-4.0.4.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/4.0.4/jaxb-core-4.0.4.jar (235 kB at 7.8 MB/s) [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-rt --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ jaxws-rt --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jaxws-rt --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxws-rt --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ jaxws-rt --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ jaxws-rt --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ jaxws-rt --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ jaxws-rt --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ jaxws-rt --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ jaxws-rt --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ jaxws-rt --- [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-sources) @ jaxws-rt --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ jaxws-rt --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ jaxws-rt --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ jaxws-rt --- [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-resource) @ jaxws-rt --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jaxws-rt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/src/main/resources [INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF [INFO] Copying 224 resources from target/generated-sources/dependencies to target/classes [INFO] Copying 1 resource from target/generated-sources/dependencies to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jaxws-rt --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 985 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/model/InjectorHelper.java:[19,16] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/AbstractTubeImpl.java:[30,57] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/AbstractTubeImpl.java:[115,40] com.sun.xml.ws.api.pipe.PipeCloner in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/http/HttpAdapter.java:[464,42] getRequestHeaders() in com.sun.xml.ws.transport.http.WSHTTPConnection has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/http/servlet/ServletModule.java:[48,43] interface jakarta.servlet.http.HttpServletRequest in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/src/main/java/module-info.java:[88,65] module not found: org.glassfish.metro.wsit.impl [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/model/InjectorHelper.java:[23,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/model/InjectorHelper.java:[79,20] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/model/InjectorHelper.java:[85,32] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/model/InjectorHelper.java:[94,25] sun.misc.Unsafe is internal proprietary API and may be removed in a future release [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/message/Packet.java:[1087,52] getWsaHelper(com.sun.xml.ws.api.model.wsdl.WSDLPort,com.sun.xml.ws.api.model.SEIModel,com.sun.xml.ws.api.WSBinding) in com.sun.xml.ws.api.addressing.AddressingVersion has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/ServerTubeAssemblerContext.java:[157,13] com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/ServerTubeAssemblerContext.java:[157,51] com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/ServerTubeAssemblerContext.java:[169,13] com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/ServerTubeAssemblerContext.java:[169,51] com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/binding/WebServiceFeatureList.java:[338,30] com.sun.xml.ws.api.ImpliesWebServiceFeature in com.sun.xml.ws.api has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/binding/WebServiceFeatureList.java:[339,19] com.sun.xml.ws.api.ImpliesWebServiceFeature in com.sun.xml.ws.api has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/wsdl/WSDLOperationFinder.java:[61,46] getOperation() in com.sun.xml.ws.model.JavaMethodImpl has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/Fiber.java:[1139,21] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/Fiber.java:[1153,21] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/server/provider/AsyncProviderInvokerTube.java:[79,24] doSuspend() in com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/db/DatabindingFactoryImpl.java:[180,24] entityResolver(org.xml.sax.EntityResolver) in com.oracle.webservices.api.databinding.Databinding.Builder has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/db/DatabindingFactoryImpl.java:[175,24] wsdlSource(javax.xml.transform.Source) in com.oracle.webservices.api.databinding.Databinding.Builder has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/db/DatabindingFactoryImpl.java:[170,24] wsdlURL(java.net.URL) in com.oracle.webservices.api.databinding.Databinding.Builder has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/org/objectweb/asm/MethodVisitor.java:[89,26] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/org/objectweb/asm/MethodVisitor.java:[92,23] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/org/objectweb/asm/AnnotationVisitor.java:[77,26] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/org/objectweb/asm/AnnotationVisitor.java:[80,23] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/org/objectweb/asm/ClassVisitor.java:[76,26] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/org/objectweb/asm/ClassVisitor.java:[79,23] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/org/objectweb/asm/ModuleVisitor.java:[75,26] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/org/objectweb/asm/ModuleVisitor.java:[78,23] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/org/objectweb/asm/RecordComponentVisitor.java:[75,26] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/org/objectweb/asm/RecordComponentVisitor.java:[78,23] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/org/objectweb/asm/FieldVisitor.java:[73,26] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/org/objectweb/asm/FieldVisitor.java:[76,23] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/streaming/DOMStreamReader.java:[819,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/streaming/DOMStreamReader.java:[922,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/client/PortInfo.java:[76,22] getPolicyMap() in com.sun.xml.ws.api.client.WSPortInfo has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/client/PortInfo.java:[83,51] getPolicyMap() in com.sun.xml.ws.api.model.wsdl.WSDLModel has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/client/Stub.java:[560,24] takeMaster() in com.sun.xml.ws.util.Pool.TubePool has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/assembler/TubelineAssemblyContextImpl.java:[34,13] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/assembler/TubelineAssemblyContextImpl.java:[43,12] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/assembler/DefaultClientTubelineAssemblyContext.java:[44,47] getPolicyMap() in com.sun.xml.ws.api.client.WSPortInfo has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/assembler/dev/TubelineAssemblyContext.java:[22,5] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/ClientTubeAssemblerContext.java:[231,13] com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/ClientTubeAssemblerContext.java:[231,51] com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/TransportPipeFactory.java:[90,21] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/TransportPipeFactory.java:[90,44] com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/client/ClientPipelineHook.java:[60,21] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/client/ClientPipelineHook.java:[60,45] com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/client/ClientPipelineHook.java:[60,87] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/addressing/NonAnonymousResponseProcessor.java:[78,13] ClientTubeAssemblerContext(com.sun.xml.ws.api.EndpointAddress,com.sun.xml.ws.api.model.wsdl.WSDLPort,com.sun.xml.ws.api.WSService,com.sun.xml.ws.api.WSBinding,com.sun.xml.ws.api.server.Container,com.sun.xml.ws.api.pipe.Codec,com.sun.xml.ws.api.model.SEIModel,java.lang.Class) in com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/org/objectweb/asm/signature/SignatureVisitor.java:[81,26] ASM10_EXPERIMENTAL in com.sun.xml.ws.org.objectweb.asm.Opcodes has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/message/stream/StreamHeader.java:[182,18] writeToXMLStreamWriter(javax.xml.stream.XMLStreamWriter) in com.sun.xml.stream.buffer.XMLStreamBuffer has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/message/stream/StreamHeader.java:[211,14] writeTo(org.xml.sax.ContentHandler) in com.sun.xml.stream.buffer.XMLStreamBuffer has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/db/DatabindingImpl.java:[251,17] decode(java.io.InputStream,java.lang.String,com.sun.xml.ws.api.message.Packet) in com.sun.xml.ws.api.databinding.Databinding has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/db/DatabindingImpl.java:[246,24] encode(com.sun.xml.ws.api.message.Packet,java.io.OutputStream) in com.sun.xml.ws.api.databinding.Databinding has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/WSServletDelegate.java:[49,62] interface jakarta.servlet.ServletContext in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/WSServletDelegate.java:[76,23] interface jakarta.servlet.http.HttpServletRequest in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/WSServletDelegate.java:[76,51] interface jakarta.servlet.http.HttpServletResponse in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/WSServletDelegate.java:[76,81] interface jakarta.servlet.ServletContext in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/WSServletDelegate.java:[105,24] interface jakarta.servlet.http.HttpServletRequest in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/WSServletDelegate.java:[105,52] interface jakarta.servlet.http.HttpServletResponse in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/WSServletDelegate.java:[105,82] interface jakarta.servlet.ServletContext in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/WSServletDelegate.java:[116,23] interface jakarta.servlet.http.HttpServletRequest in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/WSServletDelegate.java:[116,51] interface jakarta.servlet.http.HttpServletResponse in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/WSServletDelegate.java:[116,81] interface jakarta.servlet.ServletContext in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/WSServletDelegate.java:[152,26] interface jakarta.servlet.http.HttpServletRequest in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/WSServletDelegate.java:[152,54] interface jakarta.servlet.http.HttpServletResponse in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/WSServletDelegate.java:[152,84] interface jakarta.servlet.ServletContext in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/WSServletDelegate.java:[197,41] interface jakarta.servlet.http.HttpServletRequest in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/EndpointAdapter.java:[54,24] interface jakarta.servlet.ServletContext in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/EndpointAdapter.java:[54,48] interface jakarta.servlet.http.HttpServletRequest in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/EndpointAdapter.java:[54,76] interface jakarta.servlet.http.HttpServletResponse in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/server/WSEndpointMOMProxy.java:[323,22] getPolicyMap() in com.sun.xml.ws.api.server.WSEndpoint has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/server/WSEndpointImpl.java:[258,22] getPolicyMap() in com.sun.xml.ws.api.server.WSEndpoint has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/server/AbstractInstanceResolver.java:[53,32] isAccessible() in java.lang.reflect.AccessibleObject has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/AbstractPipeImpl.java:[26,51] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/AbstractPipeImpl.java:[41,32] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/AbstractPipeImpl.java:[41,43] com.sun.xml.ws.api.pipe.PipeCloner in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/AbstractFilterPipeImpl.java:[85,21] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/AbstractFilterPipeImpl.java:[87,38] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/AbstractFilterPipeImpl.java:[92,67] com.sun.xml.ws.api.pipe.PipeCloner in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/fault/SOAPFaultBuilder.java:[224,35] create(jakarta.xml.bind.JAXBContext,java.lang.Object,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.message.jaxb.JAXBMessage has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/fault/SOAPFaultBuilder.java:[226,35] create(jakarta.xml.bind.JAXBContext,java.lang.Object,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.message.jaxb.JAXBMessage has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/fault/SOAPFaultBuilder.java:[235,35] create(jakarta.xml.bind.JAXBContext,java.lang.Object,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.message.jaxb.JAXBMessage has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/fault/SOAPFaultBuilder.java:[237,35] create(jakarta.xml.bind.JAXBContext,java.lang.Object,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.message.jaxb.JAXBMessage has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/fault/SOAPFaultBuilder.java:[414,34] create(jakarta.xml.bind.JAXBContext,java.lang.Object,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.message.jaxb.JAXBMessage has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/fault/SOAPFaultBuilder.java:[510,34] create(jakarta.xml.bind.JAXBContext,java.lang.Object,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.message.jaxb.JAXBMessage has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/PipelineAssembler.java:[67,14] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/PipelineAssembler.java:[67,41] com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/PipelineAssembler.java:[96,14] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/PipelineAssembler.java:[96,41] com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/message/FilterMessageImpl.java:[167,28] getID(com.sun.xml.ws.api.WSBinding) in com.sun.xml.ws.api.message.Message has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/message/FilterMessageImpl.java:[168,24] getID(com.sun.xml.ws.api.WSBinding) in com.sun.xml.ws.api.message.Message has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/message/FilterMessageImpl.java:[172,28] getID(com.sun.xml.ws.api.addressing.AddressingVersion,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.api.message.Message has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/message/FilterMessageImpl.java:[173,24] getID(com.sun.xml.ws.api.addressing.AddressingVersion,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.api.message.Message has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/http/servlet/ServletAdapter.java:[77,12] interface jakarta.servlet.ServletContext in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/http/servlet/ServletAdapter.java:[138,24] interface jakarta.servlet.ServletContext in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/http/servlet/ServletAdapter.java:[138,48] interface jakarta.servlet.http.HttpServletRequest in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/http/servlet/ServletAdapter.java:[138,76] interface jakarta.servlet.http.HttpServletResponse in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/http/servlet/ServletAdapter.java:[142,49] interface jakarta.servlet.ServletContext in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/http/servlet/ServletAdapter.java:[142,73] interface jakarta.servlet.http.HttpServletRequest in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/http/servlet/ServletAdapter.java:[142,101] interface jakarta.servlet.http.HttpServletResponse in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/http/servlet/ServletAdapter.java:[159,29] interface jakarta.servlet.ServletContext in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/http/servlet/ServletAdapter.java:[159,53] interface jakarta.servlet.http.HttpServletRequest in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/http/servlet/ServletAdapter.java:[159,81] interface jakarta.servlet.http.HttpServletResponse in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/http/servlet/ServletAdapter.java:[218,29] interface jakarta.servlet.ServletContext in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/http/servlet/ServletAdapter.java:[218,53] interface jakarta.servlet.http.HttpServletRequest in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/http/servlet/ServletAdapter.java:[218,81] interface jakarta.servlet.http.HttpServletResponse in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/http/servlet/ServletAdapterList.java:[37,31] interface jakarta.servlet.ServletContext in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/ServletResourceLoader.java:[26,34] interface jakarta.servlet.ServletContext in module jakarta.servlet is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/EndpointContextImpl.java:[21,8] class com.sun.xml.ws.transport.httpspi.servlet.EndpointContextImpl in exported package com.sun.xml.ws.transport.httpspi.servlet declares no explicit constructors, thereby exposing a default constructor to clients of module com.sun.xml.ws [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/client/sei/SEIStub.java:[83,28] getOperation() in com.sun.xml.ws.model.JavaMethodImpl has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/client/sei/SEIStub.java:[89,47] getOperation() in com.sun.xml.ws.model.JavaMethodImpl has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/server/EndpointFactory.java:[259,61] getPolicyMap() in com.sun.xml.ws.api.model.wsdl.WSDLModel has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/server/EndpointFactory.java:[285,56] getPolicyMap() in com.sun.xml.ws.api.model.wsdl.WSDLModel has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/policy/jaxws/PolicyWSDLParserExtension.java:[938,22] setPolicyMap(com.sun.xml.ws.policy.PolicyMap) in com.sun.xml.ws.api.model.wsdl.editable.EditableWSDLModel has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/server/MonitorRootService.java:[50,24] getPolicyMap() in com.sun.xml.ws.api.server.WSEndpoint has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/server/MonitorRootService.java:[51,24] getPolicyMap() in com.sun.xml.ws.api.server.WSEndpoint has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/assembler/DefaultServerTubelineAssemblyContext.java:[38,47] getPolicyMap() in com.sun.xml.ws.api.server.WSEndpoint has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[32,19] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[34,30] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[42,19] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[43,26] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[44,21] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[53,55] com.sun.xml.ws.api.pipe.PipeCloner in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[64,24] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[64,34] com.sun.xml.ws.api.pipe.PipeCloner in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[74,25] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/helper/PipeAdapter.java:[83,23] com.sun.xml.ws.api.pipe.PipeCloner in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/TransportTubeFactory.java:[119,9] com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/TransportTubeFactory.java:[119,47] com.sun.xml.ws.api.pipe.ClientPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/pipe/TransportTubeFactory.java:[124,13] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/encoding/MimeMultipartParser.java:[174,26] toByteArray() in com.sun.xml.ws.util.ByteArrayBuffer has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/message/MessageWrapper.java:[205,19] getID(com.sun.xml.ws.api.WSBinding) in com.sun.xml.ws.api.message.Message has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/message/MessageWrapper.java:[206,24] getID(com.sun.xml.ws.api.WSBinding) in com.sun.xml.ws.api.message.Message has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/message/MessageWrapper.java:[210,19] getID(com.sun.xml.ws.api.addressing.AddressingVersion,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.api.message.Message has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/message/MessageWrapper.java:[211,24] getID(com.sun.xml.ws.api.addressing.AddressingVersion,com.sun.xml.ws.api.SOAPVersion) in com.sun.xml.ws.api.message.Message has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/server/ServerPipelineHook.java:[61,21] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/server/ServerPipelineHook.java:[61,47] com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/server/ServerPipelineHook.java:[61,89] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/server/ServerPipelineHook.java:[87,21] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/server/ServerPipelineHook.java:[87,45] com.sun.xml.ws.api.pipe.ServerPipeAssemblerContext in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/server/ServerPipelineHook.java:[87,87] com.sun.xml.ws.api.pipe.Pipe in com.sun.xml.ws.api.pipe has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/encoding/ImageDataContentHandler.java:[32,46] class java.awt.Component in module java.desktop is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/api/message/Messages.java:[342,34] getWsaHelper(com.sun.xml.ws.api.model.wsdl.WSDLPort,com.sun.xml.ws.api.model.SEIModel,com.sun.xml.ws.api.WSBinding) in com.sun.xml.ws.api.addressing.AddressingVersion has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/WSSPIServlet.java:[29,8] class com.sun.xml.ws.transport.httpspi.servlet.WSSPIServlet in exported package com.sun.xml.ws.transport.httpspi.servlet declares no explicit constructors, thereby exposing a default constructor to clients of module com.sun.xml.ws [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/transport/httpspi/servlet/WSSPIServlet.java:[29,35] class jakarta.servlet.http.HttpServlet in module jakarta.servlet is not indirectly exported using requires transitive [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/client/dispatch/JAXBDispatch.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/message/jaxb/JAXBBridgeSource.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/message/jaxb/JAXBBridgeSource.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.9:manifest (osgi-manifest) @ jaxws-rt --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jaxws-rt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxws-rt --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ jaxws-rt --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jaxws-rt --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.2.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jaxws-rt --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.2-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jaxws-rt --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies/com/sun/xml/ws/model/InjectorHelper.java:19: warning: Unsafe is internal proprietary API and may be removed in a future release [WARNING] import sun.misc.Unsafe; [WARNING] ^ [WARNING] 1 warning [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.2-javadoc.jar [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ jaxws-rt --- [INFO] Signing 4 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ jaxws-rt --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.2.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.2-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.2.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2-javadoc.jar.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ jaxws-rt --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.2-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.2-javadoc.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.2.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.2-sources.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.2-javadoc.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------------< com.sun.xml.ws:runtime >----------------------- [INFO] Building JAX-WS RI Runtime 4.0.2 [11/28] [INFO] from runtime/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ runtime --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ runtime --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ runtime --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ runtime --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ runtime --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ runtime --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ runtime --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ runtime --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ runtime --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ runtime --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ runtime --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ runtime --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ runtime --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ runtime --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ runtime --- [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ runtime --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ runtime --- [INFO] Signing 1 file with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ runtime --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/runtime/4.0.2/runtime-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/target/runtime-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/runtime/4.0.2/runtime-4.0.2.pom.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ runtime --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/runtime/4.0.2/runtime-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/target/runtime-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/runtime/4.0.2/runtime-4.0.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------------< com.sun.xml.ws:wscompile >---------------------- [INFO] Building JAX-WS RI Tools (wscompile) 4.0.2 [12/28] [INFO] from tools/wscompile/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-jxc/4.0.4/jaxb-jxc-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-jxc/4.0.4/jaxb-jxc-4.0.4.pom (7.9 kB at 263 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-xjc/4.0.4/jaxb-xjc-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-xjc/4.0.4/jaxb-xjc-4.0.4.pom (12 kB at 386 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/xsom/4.0.4/xsom-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/xsom/4.0.4/xsom-4.0.4.pom (24 kB at 798 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/external/relaxng-datatype/4.0.4/relaxng-datatype-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/external/relaxng-datatype/4.0.4/relaxng-datatype-4.0.4.pom (2.5 kB at 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-external-parent/4.0.4/jaxb-external-parent-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-external-parent/4.0.4/jaxb-external-parent-4.0.4.pom (22 kB at 696 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/codemodel/4.0.4/codemodel-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/codemodel/4.0.4/codemodel-4.0.4.pom (1.7 kB at 60 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-codemodel-parent/4.0.4/jaxb-codemodel-parent-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-codemodel-parent/4.0.4/jaxb-codemodel-parent-4.0.4.pom (20 kB at 660 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/external/rngom/4.0.4/rngom-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/external/rngom/4.0.4/rngom-4.0.4.pom (2.3 kB at 81 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/dtd-parser/dtd-parser/1.5.0/dtd-parser-1.5.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/dtd-parser/dtd-parser/1.5.0/dtd-parser-1.5.0.pom (13 kB at 420 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2.pom (3.9 kB at 140 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.14/ant-1.10.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.14/ant-1.10.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.14/ant-1.10.14.pom (17 kB at 18 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.14/ant-parent-1.10.14.pom (6.6 kB at 596 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.pom (3.2 kB at 127 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-jxc/4.0.4/jaxb-jxc-4.0.4.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-jxc/4.0.4/jaxb-jxc-4.0.4.jar (115 kB at 3.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-xjc/4.0.4/jaxb-xjc-4.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/xsom/4.0.4/xsom-4.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/external/relaxng-datatype/4.0.4/relaxng-datatype-4.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/codemodel/4.0.4/codemodel-4.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/external/rngom/4.0.4/rngom-4.0.4.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/external/relaxng-datatype/4.0.4/relaxng-datatype-4.0.4.jar (20 kB at 621 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/dtd-parser/dtd-parser/1.5.0/dtd-parser-1.5.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-xjc/4.0.4/jaxb-xjc-4.0.4.jar (918 kB at 23 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/codemodel/4.0.4/codemodel-4.0.4.jar (169 kB at 3.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.14/ant-1.10.14.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/external/rngom/4.0.4/rngom-4.0.4.jar (315 kB at 6.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/xsom/4.0.4/xsom-4.0.4.jar (425 kB at 7.7 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/dtd-parser/dtd-parser/1.5.0/dtd-parser-1.5.0.jar (64 kB at 1.1 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-tools/4.1.2/istack-commons-tools-4.1.2.jar (23 kB at 349 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.14/ant-1.10.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.14/ant-1.10.14.jar (2.3 MB at 45 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar (19 kB at 858 kB/s) [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ wscompile --- [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (copy-lib) @ wscompile --- [INFO] Copying rt-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/rt-4.0.2.jar [INFO] Copying policy-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/policy-4.0.2.jar [INFO] Copying jaxb-runtime-4.0.4.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jaxb-runtime-4.0.4.jar [INFO] Copying ha-api-3.1.13.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/ha-api-3.1.13.jar [INFO] Copying management-api-3.2.3.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/management-api-3.2.3.jar [INFO] Copying gmbal-api-only-4.0.3.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/gmbal-api-only-4.0.3.jar [INFO] Copying stax-ex-2.1.0.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/stax-ex-2.1.0.jar [INFO] Copying streambuffer-2.1.0.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/streambuffer-2.1.0.jar [INFO] Copying mimepull-1.10.0.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/mimepull-1.10.0.jar [INFO] Copying jakarta.mail-api-2.1.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jakarta.mail-api-2.1.2.jar [INFO] Copying angus-activation-2.0.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/angus-activation-2.0.1.jar [INFO] Copying angus-mail-2.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/angus-mail-2.0.2.jar [INFO] Copying saaj-impl-3.0.3.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/saaj-impl-3.0.3.jar [INFO] Copying woodstox-core-6.5.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/woodstox-core-6.5.1.jar [INFO] Copying stax2-api-4.2.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/stax2-api-4.2.2.jar [INFO] Copying rt-fi-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/rt-fi-4.0.2.jar [INFO] Copying FastInfoset-2.1.0.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/FastInfoset-2.1.0.jar [INFO] Copying httpspi-servlet-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/httpspi-servlet-4.0.2.jar [INFO] Copying jakarta.servlet-api-6.0.0.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jakarta.servlet-api-6.0.0.jar [INFO] Copying servlet-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/servlet-4.0.2.jar [INFO] Copying jaxb-jxc-4.0.4.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jaxb-jxc-4.0.4.jar [INFO] Copying jaxb-xjc-4.0.4.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jaxb-xjc-4.0.4.jar [INFO] Copying jaxb-core-4.0.4.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jaxb-core-4.0.4.jar [INFO] Copying txw2-4.0.4.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/txw2-4.0.4.jar [INFO] Copying istack-commons-runtime-4.1.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/istack-commons-runtime-4.1.2.jar [INFO] Copying xsom-4.0.4.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/xsom-4.0.4.jar [INFO] Copying relaxng-datatype-4.0.4.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/relaxng-datatype-4.0.4.jar [INFO] Copying codemodel-4.0.4.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/codemodel-4.0.4.jar [INFO] Copying rngom-4.0.4.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/rngom-4.0.4.jar [INFO] Copying dtd-parser-1.5.0.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/dtd-parser-1.5.0.jar [INFO] Copying istack-commons-tools-4.1.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/istack-commons-tools-4.1.2.jar [INFO] Copying ant-1.10.14.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/ant-1.10.14.jar [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/junit-4.13.2.jar [INFO] Copying hamcrest-core-1.3.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/hamcrest-core-1.3.jar [INFO] Copying jakarta.activation-api-2.1.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jakarta.activation-api-2.1.2.jar [INFO] Copying jakarta.xml.ws-api-4.0.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jakarta.xml.ws-api-4.0.1.jar [INFO] Copying jakarta.xml.bind-api-4.0.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jakarta.xml.bind-api-4.0.1.jar [INFO] Copying jakarta.xml.soap-api-3.0.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jakarta.xml.soap-api-3.0.1.jar [INFO] Copying jakarta.annotation-api-2.1.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jakarta.annotation-api-2.1.1.jar [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (copy-ant) @ wscompile --- [INFO] Copying ant-1.10.14.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/ant/ant-1.10.14.jar [INFO] Copying ant-launcher-1.10.14.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/ant/ant-launcher-1.10.14.jar [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ wscompile --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ wscompile --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ wscompile --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ wscompile --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-property) @ wscompile --- [INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ wscompile --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ wscompile --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ wscompile --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ wscompile --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ wscompile --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ wscompile --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ wscompile --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- istack-commons:4.1.2:rs-gen (rs-gen) @ wscompile --- [INFO] Resources: [INFO] com/sun/tools/ws/resources/ContextClassloaderLocal.properties [INFO] com/sun/tools/ws/resources/configuration.properties [INFO] com/sun/tools/ws/resources/generator.properties [INFO] com/sun/tools/ws/resources/javacompiler.properties [INFO] com/sun/tools/ws/resources/model.properties [INFO] com/sun/tools/ws/resources/modeler.properties [INFO] com/sun/tools/ws/resources/processor.properties [INFO] com/sun/tools/ws/resources/util.properties [INFO] com/sun/tools/ws/resources/webserviceap.properties [INFO] com/sun/tools/ws/resources/wscompile.properties [INFO] com/sun/tools/ws/resources/wsdl.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/resources/com/sun/tools/ws/resources/ContextClassloaderLocal.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/resources/com/sun/tools/ws/resources/configuration.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/resources/com/sun/tools/ws/resources/generator.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/resources/com/sun/tools/ws/resources/javacompiler.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/resources/com/sun/tools/ws/resources/model.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/resources/com/sun/tools/ws/resources/modeler.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/resources/com/sun/tools/ws/resources/processor.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/resources/com/sun/tools/ws/resources/util.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/resources/com/sun/tools/ws/resources/webserviceap.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/resources/com/sun/tools/ws/resources/wscompile.properties [INFO] Processing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/resources/com/sun/tools/ws/resources/wsdl.properties [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ wscompile --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ wscompile --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ wscompile --- [INFO] Copying 102 resources from src/main/resources to target/classes [INFO] Copying 1 resource from src/main/version to target/classes [INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ wscompile --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 248 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/wsdl/parser/MetadataFinder.java:[209,24] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/generator/GeneratorBase.java:[206,24] addGeneratedFile(java.io.File) in com.sun.tools.ws.wscompile.Options has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/wscompile/WSCodeWriter.java:[38,16] addGeneratedFile(java.io.File) in com.sun.tools.ws.wscompile.Options has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/util/WSDLFetcher.java:[103,20] addGeneratedFile(java.io.File) in com.sun.tools.ws.wscompile.Options has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/wscompile/WsimportTool.java:[287,20] addGeneratedFile(java.io.File) in com.sun.tools.ws.wscompile.Options has been deprecated [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/wsdl/framework/AbstractDocument.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/wsdl/framework/AbstractDocument.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.6.0:copy (copy-api) @ wscompile --- [INFO] Configured Artifact: jakarta.xml.bind:jakarta.xml.bind-api:?:jar [INFO] Configured Artifact: jakarta.xml.ws:jakarta.xml.ws-api:?:jar [INFO] Configured Artifact: jakarta.xml.soap:jakarta.xml.soap-api:?:jar [INFO] Configured Artifact: jakarta.annotation:jakarta.annotation-api:?:jar [INFO] Copying jakarta.xml.bind-api-4.0.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/api/jakarta.xml.bind-api-4.0.1.jar [INFO] Copying jakarta.xml.ws-api-4.0.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/api/jakarta.xml.ws-api-4.0.1.jar [INFO] Copying jakarta.xml.soap-api-3.0.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/api/jakarta.xml.soap-api-3.0.1.jar [INFO] Copying jakarta.annotation-api-2.1.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/api/jakarta.annotation-api-2.1.1.jar [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ wscompile --- [INFO] Copying 27 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ wscompile --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ wscompile --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.1.2:test (test-fork2) @ wscompile --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ wscompile --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.2.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ wscompile --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.2-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ wscompile --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.2-javadoc.jar [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ wscompile --- [INFO] Signing 4 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ wscompile --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.2.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.2-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.2.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2-javadoc.jar.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ wscompile --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.2-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.2-javadoc.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.2.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.2-sources.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.2-javadoc.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------------< com.sun.xml.ws:jaxws-tools >--------------------- [INFO] Building JAX-WS RI Tools (jaxws-tools) 4.0.2 [13/28] [INFO] from bundles/jaxws-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/4.0.4/jaxb-xjc-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/4.0.4/jaxb-xjc-4.0.4.pom (17 kB at 562 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-jxc/4.0.4/jaxb-jxc-4.0.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-jxc/4.0.4/jaxb-jxc-4.0.4.pom (12 kB at 429 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/4.0.4/jaxb-xjc-4.0.4.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/4.0.4/jaxb-xjc-4.0.4.jar (1.9 MB at 21 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-jxc/4.0.4/jaxb-jxc-4.0.4.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-jxc/4.0.4/jaxb-jxc-4.0.4.jar (119 kB at 4.3 MB/s) [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-tools --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ jaxws-tools --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jaxws-tools --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxws-tools --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ jaxws-tools --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ jaxws-tools --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ jaxws-tools --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ jaxws-tools --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ jaxws-tools --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ jaxws-tools --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ jaxws-tools --- [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unpack-sources) @ jaxws-tools --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ jaxws-tools --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ jaxws-tools --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ jaxws-tools --- [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-resource) @ jaxws-tools --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jaxws-tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/src/main/resources [INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF [INFO] Copying 106 resources from target/generated-sources/dependencies to target/classes [INFO] Copying 1 resource from target/generated-sources/dependencies to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jaxws-tools --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 248 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/generator/GeneratorBase.java:[206,24] addGeneratedFile(java.io.File) in com.sun.tools.ws.wscompile.Options has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/wsdl/parser/MetadataFinder.java:[209,24] finalize() in java.lang.Object has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/wscompile/WsimportTool.java:[287,20] addGeneratedFile(java.io.File) in com.sun.tools.ws.wscompile.Options has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/wscompile/WSCodeWriter.java:[38,16] addGeneratedFile(java.io.File) in com.sun.tools.ws.wscompile.Options has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/util/WSDLFetcher.java:[103,20] addGeneratedFile(java.io.File) in com.sun.tools.ws.wscompile.Options has been deprecated [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/wsdl/framework/AbstractDocument.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/wsdl/framework/AbstractDocument.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.9:manifest (osgi-manifest) @ jaxws-tools --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jaxws-tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxws-tools --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ jaxws-tools --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jaxws-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.2.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jaxws-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.2-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jaxws-tools --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.2-javadoc.jar [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ jaxws-tools --- [INFO] Signing 4 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ jaxws-tools --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.2.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.2-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.2.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2-javadoc.jar.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ jaxws-tools --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.2-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.2-javadoc.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.2.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.2-sources.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.2-javadoc.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------< com.sun.xml.ws:tools >------------------------ [INFO] Building JAX-WS RI Tools 4.0.2 [14/28] [INFO] from tools/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ tools --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ tools --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ tools --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ tools --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ tools --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ tools --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ tools --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ tools --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ tools --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ tools --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ tools --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ tools --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ tools --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ tools --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ tools --- [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ tools --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ tools --- [INFO] Signing 1 file with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ tools --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/tools/4.0.2/tools-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/target/tools-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/tools/4.0.2/tools-4.0.2.pom.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ tools --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/tools/4.0.2/tools-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/target/tools-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/tools/4.0.2/tools-4.0.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< com.sun.xml.ws:jaxws-eclipselink-plugin >--------------- [INFO] Building JAX-WS RI Eclipselink Plugin 4.0.2 [15/28] [INFO] from extras/eclipselink_jaxb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.2/org.eclipse.persistence.moxy-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.2/org.eclipse.persistence.moxy-4.0.2.pom (28 kB at 910 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.2/org.eclipse.persistence.parent-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.2/org.eclipse.persistence.parent-4.0.2.pom (105 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc-bom/23.2.0.0/ojdbc-bom-23.2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc-bom/23.2.0.0/ojdbc-bom-23.2.0.0.pom (7.2 kB at 32 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.core/4.0.2/org.eclipse.persistence.core-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.core/4.0.2/org.eclipse.persistence.core-4.0.2.pom (42 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.5.0/org.eclipse.persistence.asm-9.5.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.5.0/org.eclipse.persistence.asm-9.5.0.pom (22 kB at 965 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.2/org.eclipse.persistence.moxy-4.0.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.2/org.eclipse.persistence.moxy-4.0.2.jar (645 kB at 13 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.core/4.0.2/org.eclipse.persistence.core-4.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.5.0/org.eclipse.persistence.asm-9.5.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.5.0/org.eclipse.persistence.asm-9.5.0.jar (288 kB at 11 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.core/4.0.2/org.eclipse.persistence.core-4.0.2.jar (5.2 MB at 30 MB/s) [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ jaxws-eclipselink-plugin --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ jaxws-eclipselink-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ jaxws-eclipselink-plugin --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ jaxws-eclipselink-plugin --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jaxws-eclipselink-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jaxws-eclipselink-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug deprecation release 11 module-path] to target/classes [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jaxws-eclipselink-plugin --- [INFO] Copying 7 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxws-eclipselink-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 88 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ jaxws-eclipselink-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:manifest (osgi-bundle) @ jaxws-eclipselink-plugin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jaxws-eclipselink-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.2.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jaxws-eclipselink-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.2-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jaxws-eclipselink-plugin --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.2-javadoc.jar [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ jaxws-eclipselink-plugin --- [INFO] Signing 4 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ jaxws-eclipselink-plugin --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.2.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.2-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.2.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2-javadoc.jar.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ jaxws-eclipselink-plugin --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.2-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.2-javadoc.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.2.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.2-sources.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.2-javadoc.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< com.sun.xml.ws:sdo-eclipselink-plugin >---------------- [INFO] Building JAX-WS RI Eclipselink SDO Plugin 4.0.2 [16/28] [INFO] from extras/eclipselink_sdo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.2/org.eclipse.persistence.sdo-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.2/org.eclipse.persistence.sdo-4.0.2.pom (15 kB at 557 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.2/org.eclipse.persistence.sdo-4.0.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.2/org.eclipse.persistence.sdo-4.0.2.jar (401 kB at 13 MB/s) [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ sdo-eclipselink-plugin --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ sdo-eclipselink-plugin --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ sdo-eclipselink-plugin --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ sdo-eclipselink-plugin --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ sdo-eclipselink-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ sdo-eclipselink-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 19 source files with javac [debug deprecation release 11 module-path] to target/classes [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/src/main/java/com/sun/xml/ws/db/sdo/WrapperBond.java: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/src/main/java/com/sun/xml/ws/db/sdo/WrapperBond.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/src/main/java/com/sun/xml/ws/db/sdo/WrapperBond.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ sdo-eclipselink-plugin --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sdo-eclipselink-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 99 source files with javac [debug deprecation release 11 module-path] to target/test-classes [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ sdo-eclipselink-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:manifest (osgi-bundle) @ sdo-eclipselink-plugin --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ sdo-eclipselink-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.2.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ sdo-eclipselink-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.2-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ sdo-eclipselink-plugin --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.2-javadoc.jar [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ sdo-eclipselink-plugin --- [INFO] Signing 4 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ sdo-eclipselink-plugin --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.2.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.2-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.2.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2-javadoc.jar.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ sdo-eclipselink-plugin --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.2-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.2-javadoc.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.2.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.2-sources.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.2-javadoc.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------< com.sun.xml.ws:jaxws-local-transport >---------------- [INFO] Building JAX-WS RI Local-Transport Implementation 4.0.2 [17/28] [INFO] from extras/transports/local/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-local-transport --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ jaxws-local-transport --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jaxws-local-transport --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxws-local-transport --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ jaxws-local-transport --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ jaxws-local-transport --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ jaxws-local-transport --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ jaxws-local-transport --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ jaxws-local-transport --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ jaxws-local-transport --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ jaxws-local-transport --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ jaxws-local-transport --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ jaxws-local-transport --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ jaxws-local-transport --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jaxws-local-transport --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jaxws-local-transport --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/src/main/java/com/sun/xml/ws/transport/local/LocalAsyncTransportTube.java:[232,16] doSuspend() in com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl has been deprecated [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jaxws-local-transport --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxws-local-transport --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ jaxws-local-transport --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:manifest (osgi-bundle) @ jaxws-local-transport --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jaxws-local-transport --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/jaxws-local-transport.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jaxws-local-transport --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/jaxws-local-transport-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jaxws-local-transport --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/jaxws-local-transport-javadoc.jar [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ jaxws-local-transport --- [INFO] Signing 4 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ jaxws-local-transport --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/jaxws-local-transport.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/jaxws-local-transport-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/jaxws-local-transport-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/jaxws-local-transport.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/jaxws-local-transport.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/jaxws-local-transport-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/jaxws-local-transport-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2-javadoc.jar.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ jaxws-local-transport --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/jaxws-local-transport.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/jaxws-local-transport-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/jaxws-local-transport-javadoc.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/jaxws-local-transport.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/jaxws-local-transport.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/jaxws-local-transport-sources.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/jaxws-local-transport-javadoc.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------< com.sun.xml.ws:jaxws-async-client-transport >------------- [INFO] Building JAX-WS RI Async-Client-Transport Implementation 4.0.2 [18/28] [INFO] from extras/transports/async-client-transport/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-async-client-transport --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ jaxws-async-client-transport --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jaxws-async-client-transport --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxws-async-client-transport --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ jaxws-async-client-transport --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ jaxws-async-client-transport --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ jaxws-async-client-transport --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ jaxws-async-client-transport --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ jaxws-async-client-transport --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ jaxws-async-client-transport --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ jaxws-async-client-transport --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ jaxws-async-client-transport --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ jaxws-async-client-transport --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ jaxws-async-client-transport --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jaxws-async-client-transport --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jaxws-async-client-transport --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug deprecation release 11 module-path] to target/classes [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/src/main/java/com/sun/xml/ws/transport/async_client_transport/AsyncClientTransportTube.java:[108,20] doSuspend() in com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl has been deprecated [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/src/main/java/com/sun/xml/ws/transport/async_client_transport/AsyncClientTransportTube.java: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/src/main/java/com/sun/xml/ws/transport/async_client_transport/AsyncClientTransportTube.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/src/main/java/com/sun/xml/ws/transport/async_client_transport/AsyncClientTransportTube.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jaxws-async-client-transport --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxws-async-client-transport --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ jaxws-async-client-transport --- [INFO] Tests are skipped. [INFO] [INFO] --- bundle:5.1.9:manifest (osgi-bundle) @ jaxws-async-client-transport --- [INFO] No MANIFEST.MF file found, generating manifest. [INFO] Writing manifest: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/classes/META-INF/MANIFEST.MF [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jaxws-async-client-transport --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.2.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jaxws-async-client-transport --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.2-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jaxws-async-client-transport --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.2-javadoc.jar [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ jaxws-async-client-transport --- [INFO] Signing 4 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ jaxws-async-client-transport --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.2.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.2-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.2.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2-javadoc.jar.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ jaxws-async-client-transport --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.2-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.2-javadoc.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.2.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.2-sources.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.2-javadoc.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< com.sun.xml.ws:jaxws-maven-plugin >------------------ [INFO] Building JAX-WS RI Maven Plugin 4.0.2 [19/28] [INFO] from extras/jaxws-maven-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1.pom (8.4 kB at 289 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/bundles/4.0.1/bundles-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/bundles/4.0.1/bundles-4.0.1.pom (1.6 kB at 51 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/project/4.0.1/project-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/project/4.0.1/project-4.0.1.pom (42 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.1/jaxws-ri-bom-ext-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.1/jaxws-ri-bom-ext-4.0.1.pom (4.3 kB at 167 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom/4.0.1/jaxws-ri-bom-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom/4.0.1/jaxws-ri-bom-4.0.1.pom (9.3 kB at 356 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/4.0.2/jaxb-bom-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/4.0.2/jaxb-bom-4.0.2.pom (11 kB at 342 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.pom (11 kB at 413 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/4.0.2/jaxb-impl-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/4.0.2/jaxb-impl-4.0.2.pom (11 kB at 353 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/4.0.2/jaxb-bundles-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/4.0.2/jaxb-bundles-4.0.2.pom (1.3 kB at 50 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/4.0.2/jaxb-parent-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/4.0.2/jaxb-parent-4.0.2.pom (33 kB at 998 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/4.0.2/jaxb-bom-ext-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/4.0.2/jaxb-bom-ext-4.0.2.pom (3.5 kB at 124 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/4.0.2/jaxb-core-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/4.0.2/jaxb-core-4.0.2.pom (11 kB at 367 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.pom (12 kB at 533 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.0/jakarta.xml.bind-api-parent-4.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.0/jakarta.xml.bind-api-parent-4.0.0.pom (9.2 kB at 382 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.0/jakarta.activation-api-2.1.0.pom (18 kB at 780 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/2.0.0/angus-activation-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/2.0.0/angus-activation-2.0.0.pom (4.1 kB at 132 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation-project/2.0.0/angus-activation-project-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation-project/2.0.0/angus-activation-project-2.0.0.pom (20 kB at 702 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.1/jakarta.activation-api-2.1.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.1/jakarta.activation-api-2.1.1.pom (18 kB at 593 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.1/jakarta.mail-api-2.1.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.1/jakarta.mail-api-2.1.1.pom (22 kB at 643 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/2.0.1/angus-mail-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/2.0.1/angus-mail-2.0.1.pom (10 kB at 397 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/all/2.0.1/all-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/all/2.0.1/all-2.0.1.pom (31 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.0/saaj-impl-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.0/saaj-impl-3.0.0.pom (9.9 kB at 381 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/3.0.0/metro-saaj-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/3.0.0/metro-saaj-3.0.0.pom (18 kB at 652 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/3.0.0/jakarta.xml.soap-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/3.0.0/jakarta.xml.soap-api-3.0.0.pom (20 kB at 680 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/1.0.0/angus-activation-1.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/1.0.0/angus-activation-1.0.0.pom (2.2 kB at 82 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation-project/1.0.0/angus-activation-project-1.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation-project/1.0.0/angus-activation-project-1.0.0.pom (18 kB at 615 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.pom (9.0 kB at 602 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/49/oss-parent-49.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/49/oss-parent-49.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/49/oss-parent-49.pom (24 kB at 1.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 572 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/4.0.0/jakarta.xml.ws-api-4.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/4.0.0/jakarta.xml.ws-api-4.0.0.pom (19 kB at 716 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/4.0.2/jaxb-xjc-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/4.0.2/jaxb-xjc-4.0.2.pom (15 kB at 516 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-jxc/4.0.2/jaxb-jxc-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-jxc/4.0.2/jaxb-jxc-4.0.2.pom (12 kB at 340 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.pom (2.7 kB at 86 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.9.16/maven-resolver-1.9.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.16/maven-resolver-1.9.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.16/maven-resolver-1.9.16.pom (22 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.pom (2.9 kB at 106 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-xml/4.0.2/plexus-xml-4.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.2/plexus-xml-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.2/plexus-xml-4.0.2.pom (4.2 kB at 382 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-xml-impl/4.0.0-alpha-7/maven-xml-impl-4.0.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-7/maven-xml-impl-4.0.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-7/maven-xml-impl-4.0.0-alpha-7.pom (1.9 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/4.0.0-alpha-7/maven-4.0.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-7/maven-4.0.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-7/maven-4.0.0-alpha-7.pom (26 kB at 1.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-bom/4.0.0-alpha-7/maven-bom-4.0.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-7/maven-bom-4.0.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-7/maven-bom-4.0.0-alpha-7.pom (6.3 kB at 244 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom (3.2 kB at 137 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-api-xml/4.0.0-alpha-7/maven-api-xml-4.0.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-7/maven-api-xml-4.0.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-7/maven-api-xml-4.0.0-alpha-7.pom (1.6 kB at 129 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-api/4.0.0-alpha-7/maven-api-4.0.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-7/maven-api-4.0.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-7/maven-api-4.0.0-alpha-7.pom (3.6 kB at 224 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-api-meta/4.0.0-alpha-7/maven-api-meta-4.0.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-7/maven-api-meta-4.0.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-7/maven-api-meta-4.0.0-alpha-7.pom (1.4 kB at 106 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.pom (2.9 kB at 134 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.9.5/maven-3.9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.5/maven-3.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.5/maven-3.9.5.pom (30 kB at 3.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.pom (2.7 kB at 302 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.pom (2.3 kB at 232 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.pom (7.6 kB at 588 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.9.0/maven-plugin-annotations-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.9.0/maven-plugin-annotations-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.9.0/maven-plugin-annotations-3.9.0.pom (1.5 kB at 164 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.9.5/maven-core-3.9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.5/maven-core-3.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.5/maven-core-3.9.5.pom (7.5 kB at 754 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.9.5/maven-settings-3.9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.5/maven-settings-3.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.5/maven-settings-3.9.5.pom (1.8 kB at 68 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.9.5/maven-settings-builder-3.9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.5/maven-settings-builder-3.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.5/maven-settings-builder-3.9.5.pom (2.5 kB at 129 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-builder-support/3.9.5/maven-builder-support-3.9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.5/maven-builder-support-3.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.5/maven-builder-support-3.9.5.pom (1.4 kB at 91 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 404 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom (4.4 kB at 138 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.9.5/maven-repository-metadata-3.9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.5/maven-repository-metadata-3.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.5/maven-repository-metadata-3.9.5.pom (2.1 kB at 76 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.9.5/maven-model-builder-3.9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.5/maven-model-builder-3.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.5/maven-model-builder-3.9.5.pom (3.5 kB at 208 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-resolver-provider/3.9.5/maven-resolver-provider-3.9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.5/maven-resolver-provider-3.9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.5/maven-resolver-provider-3.9.5.pom (4.5 kB at 450 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.9.16/maven-resolver-spi-1.9.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.16/maven-resolver-spi-1.9.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.16/maven-resolver-spi-1.9.16.pom (2.7 kB at 123 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.9.16/maven-resolver-impl-1.9.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.16/maven-resolver-impl-1.9.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.16/maven-resolver-impl-1.9.16.pom (4.3 kB at 173 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-named-locks/1.9.16/maven-resolver-named-locks-1.9.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.9.16/maven-resolver-named-locks-1.9.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.9.16/maven-resolver-named-locks-1.9.16.pom (3.2 kB at 268 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice/5.1.0/guice-5.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.1.0/guice-5.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.1.0/guice-5.1.0.pom (8.9 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom (18 kB at 3.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/google/5/google-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 273 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.pom (11 kB at 541 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.0.1-jre/guava-parent-32.0.1-jre.pom (21 kB at 335 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 172 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 566 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/testng/testng/7.8.0/testng-7.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testng/testng/7.8.0/testng-7.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testng/testng/7.8.0/testng-7.8.0.pom (2.9 kB at 153 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/beust/jcommander/1.82/jcommander-1.82.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.82/jcommander-1.82.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.82/jcommander-1.82.pom (1.5 kB at 60 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/webjars/jquery/3.6.1/jquery-3.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/webjars/jquery/3.6.1/jquery-3.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/webjars/jquery/3.6.1/jquery-3.6.1.pom (7.4 kB at 369 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1.jar (808 kB at 24 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/4.0.2/jaxb-impl-4.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.1/jakarta.mail-api-2.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/2.0.0/angus-activation-2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/2.0.1/angus-mail-2.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/2.0.1/angus-mail-2.0.1.jar (496 kB at 10 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.0/saaj-impl-3.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.0/saaj-impl-3.0.0.jar (465 kB at 5.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/4.0.2/jaxb-impl-4.0.2.jar (911 kB at 11 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.jar (2.7 MB at 31 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/4.0.2/jaxb-xjc-4.0.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.1/jakarta.mail-api-2.1.1.jar (237 kB at 2.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/4.0.2/jaxb-core-4.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-jxc/4.0.2/jaxb-jxc-4.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.1/jakarta.activation-api-2.1.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-jxc/4.0.2/jaxb-jxc-4.0.2.jar (116 kB at 886 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/4.0.0/jakarta.xml.ws-api-4.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/4.0.2/jaxb-core-4.0.2.jar (235 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.1.1/jakarta.activation-api-2.1.1.jar (67 kB at 483 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/3.0.0/jakarta.xml.soap-api-3.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/4.0.2/jaxb-xjc-4.0.2.jar (1.9 MB at 13 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/4.0.0/jakarta.xml.ws-api-4.0.0.jar (77 kB at 491 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.jar (127 kB at 804 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-xml/4.0.2/plexus-xml-4.0.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/3.0.0/jakarta.xml.soap-api-3.0.0.jar (37 kB at 227 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-xml-impl/4.0.0-alpha-7/maven-xml-impl-4.0.0-alpha-7.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-activation/2.0.0/angus-activation-2.0.0.jar (27 kB at 166 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-api-xml/4.0.0-alpha-7/maven-api-xml-4.0.0-alpha-7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-api-meta/4.0.0-alpha-7/maven-api-meta-4.0.0-alpha-7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.9.0/maven-plugin-annotations-3.9.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.9.5/maven-core-3.9.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.9.5/maven-settings-builder-3.9.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-builder-support/3.9.5/maven-builder-support-3.9.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.9.5/maven-repository-metadata-3.9.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.9.5/maven-model-builder-3.9.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-resolver-provider/3.9.5/maven-resolver-provider-3.9.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.9.16/maven-resolver-impl-1.9.16.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-named-locks/1.9.16/maven-resolver-named-locks-1.9.16.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.9.16/maven-resolver-spi-1.9.16.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice/5.1.0/guice-5.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.9.5/maven-settings-3.9.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/testng/testng/7.8.0/testng-7.8.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/beust/jcommander/1.82/jcommander-1.82.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/webjars/jquery/3.6.1/jquery-3.6.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.0/woodstox-core-6.5.0.jar (1.6 MB at 39 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.2/plexus-xml-4.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-7/maven-xml-impl-4.0.0-alpha-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.jar (158 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-7/maven-api-xml-4.0.0-alpha-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-7/maven-xml-impl-4.0.0-alpha-7.jar (19 kB at 475 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-7/maven-api-meta-4.0.0-alpha-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-7/maven-api-xml-4.0.0-alpha-7.jar (8.4 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.jar (195 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-7/maven-api-meta-4.0.0-alpha-7.jar (12 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.2/plexus-xml-4.0.2.jar (89 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.9.0/maven-plugin-annotations-3.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.jar (217 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.5/maven-core-3.9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.jar (59 kB at 993 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.5/maven-settings-builder-3.9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.jar (47 kB at 790 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (24 kB at 387 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.5/maven-builder-support-3.9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.9.0/maven-plugin-annotations-3.9.0.jar (14 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.5/maven-repository-metadata-3.9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar (53 kB at 821 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.5/maven-model-builder-3.9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.5/maven-settings-builder-3.9.5.jar (42 kB at 621 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.5/maven-resolver-provider-3.9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.5/maven-core-3.9.5.jar (700 kB at 9.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.16/maven-resolver-impl-1.9.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.5/maven-resolver-provider-3.9.5.jar (74 kB at 978 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.9.16/maven-resolver-named-locks-1.9.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.5/maven-model-builder-3.9.5.jar (198 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.16/maven-resolver-spi-1.9.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.5/maven-builder-support-3.9.5.jar (14 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.16/maven-resolver-spi-1.9.16.jar (52 kB at 572 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.5/maven-repository-metadata-3.9.5.jar (28 kB at 316 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.1.0/guice-5.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.9.16/maven-resolver-named-locks-1.9.16.jar (38 kB at 410 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.5/maven-settings-3.9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.16/maven-resolver-impl-1.9.16.jar (318 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testng/testng/7.8.0/testng-7.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.1.0/guice-5.1.0.jar (778 kB at 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.82/jcommander-1.82.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/webjars/jquery/3.6.1/jquery-3.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.5/maven-settings-3.9.5.jar (45 kB at 433 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/beust/jcommander/1.82/jcommander-1.82.jar (88 kB at 804 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/webjars/jquery/3.6.1/jquery-3.6.1.jar (315 kB at 2.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testng/testng/7.8.0/testng-7.8.0.jar (1.0 MB at 8.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar (3.0 MB at 19 MB/s) [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jaxws-maven-plugin --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jaxws-maven-plugin --- [INFO] [INFO] --- plugin:3.9.0:helpmojo (mojo-descriptor) @ jaxws-maven-plugin --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.pom (4.4 kB at 202 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.9.0/maven-plugin-tools-generators-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.9.0/maven-plugin-tools-generators-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.9.0/maven-plugin-tools-generators-3.9.0.pom (3.9 kB at 391 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom (2.8 kB at 253 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom (2.6 kB at 236 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jsoup/jsoup/1.16.1/jsoup-1.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.16.1/jsoup-1.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.16.1/jsoup-1.16.1.pom (13 kB at 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.9.0/maven-plugin-tools-java-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.9.0/maven-plugin-tools-java-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.9.0/maven-plugin-tools-java-3.9.0.pom (2.9 kB at 286 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.9.0/maven-plugin-tools-annotations-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.9.0/maven-plugin-tools-annotations-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.9.0/maven-plugin-tools-annotations-3.9.0.pom (5.2 kB at 431 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-util/9.5/asm-util-9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.5/asm-util-9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.5/asm-util-9.5.pom (2.9 kB at 294 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.pom (2.6 kB at 202 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.9.0/maven-plugin-tools-ant-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.9.0/maven-plugin-tools-ant-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.9.0/maven-plugin-tools-ant-3.9.0.pom (2.5 kB at 104 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-script/3.9.0/maven-script-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-script/3.9.0/maven-script-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-script/3.9.0/maven-script-3.9.0.pom (1.9 kB at 154 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.9.0/maven-plugin-tools-model-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.9.0/maven-plugin-tools-model-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.9.0/maven-plugin-tools-model-3.9.0.pom (3.2 kB at 324 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.9.0/maven-plugin-tools-beanshell-3.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.9.0/maven-plugin-tools-beanshell-3.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.9.0/maven-plugin-tools-beanshell-3.9.0.pom (2.2 kB at 219 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/16.0.1/guava-16.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.9.0/maven-plugin-tools-generators-3.9.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jsoup/jsoup/1.16.1/jsoup-1.16.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.9.0/maven-plugin-tools-java-3.9.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.9.0/maven-plugin-tools-annotations-3.9.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.9.0/maven-plugin-tools-ant-3.9.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.9.0/maven-plugin-tools-model-3.9.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.9.0/maven-plugin-tools-beanshell-3.9.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.9.0/maven-plugin-tools-api-3.9.0.jar (54 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (44 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (26 kB at 927 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.2.5/maven-model-builder-3.2.5.jar (170 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.2.5/maven-settings-3.2.5.jar (43 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar (66 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar (608 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.jar (31 kB at 603 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.9.0/maven-plugin-tools-generators-3.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.9.0/maven-plugin-tools-generators-3.9.0.jar (59 kB at 940 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar (46 kB at 720 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.2.5/maven-artifact-3.2.5.jar (55 kB at 744 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.16.1/jsoup-1.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar (72 kB at 950 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.9.0/maven-plugin-tools-java-3.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar (398 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.9.0/maven-plugin-tools-annotations-3.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar (52 kB at 618 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.16.1/jsoup-1.16.1.jar (443 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar (91 kB at 939 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.9.0/maven-plugin-tools-ant-3.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.9.0/maven-plugin-tools-annotations-3.9.0.jar (79 kB at 811 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.9.0/maven-plugin-tools-model-3.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.jar (2.2 MB at 21 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.9.0/maven-plugin-tools-beanshell-3.9.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.9.0/maven-plugin-tools-ant-3.9.0.jar (14 kB at 132 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.9.0/maven-plugin-tools-model-3.9.0.jar (30 kB at 283 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar (34 kB at 315 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.9.0/maven-plugin-tools-java-3.9.0.jar (19 kB at 168 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.9.0/maven-plugin-tools-beanshell-3.9.0.jar (14 kB at 119 kB/s) [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jaxws-maven-plugin --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jaxws-maven-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 12 source files with javac [debug deprecation release 11] to target/classes [WARNING] No processor claimed any of these annotations: /org.apache.maven.plugins.annotations.Component,/org.apache.maven.plugins.annotations.Mojo,/org.apache.maven.plugins.annotations.Parameter [INFO] [INFO] --- plugin:3.9.0:descriptor (default-descriptor) @ jaxws-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 6 mojo descriptors. [INFO] [INFO] --- plugin:3.9.0:descriptor (mojo-descriptor) @ jaxws-maven-plugin --- [INFO] Using 'UTF-8' encoding to read mojo source files. [INFO] java-annotations mojo extractor found 6 mojo descriptors. [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jaxws-maven-plugin --- [INFO] Copying 5 resources from src/test/resources to target/test-classes [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxws-maven-plugin --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug deprecation release 11] to target/test-classes [WARNING] No processor claimed any of these annotations: /org.testng.annotations.Test [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ jaxws-maven-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jaxws-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.2.jar [INFO] [INFO] --- plugin:3.9.0:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ jaxws-maven-plugin --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jaxws-maven-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.2-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jaxws-maven-plugin --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.2-javadoc.jar [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ jaxws-maven-plugin --- [INFO] Signing 4 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ jaxws-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.2.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.2-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.2.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2-javadoc.jar.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ jaxws-maven-plugin --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.2-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.2-javadoc.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.2.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.2-sources.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.2-javadoc.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------------< com.sun.xml.ws:extras >------------------------ [INFO] Building JAX-WS RI Extras 4.0.2 [20/28] [INFO] from extras/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ extras --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ extras --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ extras --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ extras --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ extras --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ extras --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ extras --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ extras --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ extras --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ extras --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ extras --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ extras --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ extras --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ extras --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ extras --- [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ extras --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ extras --- [INFO] Signing 1 file with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ extras --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/extras/4.0.2/extras-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/target/extras-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/extras/4.0.2/extras-4.0.2.pom.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ extras --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/extras/4.0.2/extras-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/target/extras-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/extras/4.0.2/extras-4.0.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< com.sun.xml.ws:jaxws-ri-tests >-------------------- [INFO] Building JAX-WS RI Tests 4.0.2 [21/28] [INFO] from tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-ri-tests --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ jaxws-ri-tests --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jaxws-ri-tests --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxws-ri-tests --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ jaxws-ri-tests --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ jaxws-ri-tests --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ jaxws-ri-tests --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ jaxws-ri-tests --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ jaxws-ri-tests --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ jaxws-ri-tests --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ jaxws-ri-tests --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ jaxws-ri-tests --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ jaxws-ri-tests --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ jaxws-ri-tests --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jaxws-ri-tests --- [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jaxws-ri-tests --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ jaxws-ri-tests --- [INFO] Signing 1 file with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ jaxws-ri-tests --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri-tests/4.0.2/jaxws-ri-tests-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/target/jaxws-ri-tests-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri-tests/4.0.2/jaxws-ri-tests-4.0.2.pom.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ jaxws-ri-tests --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-ri-tests/4.0.2/jaxws-ri-tests-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/target/jaxws-ri-tests-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-ri-tests/4.0.2/jaxws-ri-tests-4.0.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------------< com.sun.xml.ws:jaxwsTestUtil >-------------------- [INFO] Building WS Test Framework Utilities (JAX-WS) 4.0.2 [22/28] [INFO] from tests/jaxwsTestUtil/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/args4j/args4j/2.33/args4j-2.33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j/2.33/args4j-2.33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j/2.33/args4j-2.33.pom (1.3 kB at 24 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/args4j/args4j-site/2.33/args4j-site-2.33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j-site/2.33/args4j-site-2.33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j-site/2.33/args4j-site-2.33.pom (4.4 kB at 202 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/kohsuke/pom/14/pom-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/pom/14/pom-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kohsuke/pom/14/pom-14.pom (5.5 kB at 365 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/args4j/args4j/2.33/args4j-2.33.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j/2.33/args4j-2.33.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/args4j/args4j/2.33/args4j-2.33.jar (155 kB at 11 MB/s) [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxwsTestUtil --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ jaxwsTestUtil --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jaxwsTestUtil --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxwsTestUtil --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ jaxwsTestUtil --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ jaxwsTestUtil --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ jaxwsTestUtil --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ jaxwsTestUtil --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ jaxwsTestUtil --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ jaxwsTestUtil --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ jaxwsTestUtil --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ jaxwsTestUtil --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ jaxwsTestUtil --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ jaxwsTestUtil --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ jaxwsTestUtil --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] Copying 2 resources from target/common-resources/legal to target/classes/META-INF [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ jaxwsTestUtil --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug deprecation release 11] to target/classes [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/src/main/java/testutil/WsaUtils.java:[94,50] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/src/main/java/testutil/WsaUtils.java:[100,50] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/src/main/java/testutil/WsaUtils.java:[106,50] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/src/main/java/testutil/WsaUtils.java:[112,50] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/src/main/java/testutil/W3CWsaUtils.java:[92,50] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/src/main/java/testutil/W3CWsaUtils.java:[98,50] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/src/main/java/testutil/W3CWsaUtils.java:[104,50] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/src/main/java/testutil/W3CWsaUtils.java:[110,50] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/src/main/java/testutil/W3CWsaUtils.java:[116,50] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Object for a varargs call cast to java.lang.Object[] for a non-varargs call and to suppress this warning [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ jaxwsTestUtil --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jaxwsTestUtil --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ jaxwsTestUtil --- [INFO] Tests are skipped. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ jaxwsTestUtil --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.2.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jaxwsTestUtil --- [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.2-sources.jar [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jaxwsTestUtil --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.2-javadoc.jar [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ jaxwsTestUtil --- [INFO] Signing 4 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ jaxwsTestUtil --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.2.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.2-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.2-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.2.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.2-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.2-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2-javadoc.jar.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ jaxwsTestUtil --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.2-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.2-javadoc.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.2.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.2-sources.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.2-javadoc.jar.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2-javadoc.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------------------< com.sun.xml.ws:docs >------------------------- [INFO] Building JAX-WS RI Documentation 4.0.2 [23/28] [INFO] from docs/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ docs --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ docs --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ docs --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ docs --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ docs --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ docs --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ docs --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ docs --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ docs --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ docs --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ docs --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ docs --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ docs --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ docs --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ docs --- [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ docs --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ docs --- [INFO] Signing 1 file with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ docs --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/docs/4.0.2/docs-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/target/docs-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/docs/4.0.2/docs-4.0.2.pom.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ docs --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/docs/4.0.2/docs-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/target/docs-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/docs/4.0.2/docs-4.0.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------< com.sun.xml.ws:release-documentation >---------------- [INFO] Building JAX-WS RI Release Documentation 4.0.2 [24/28] [INFO] from docs/release-documentation/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/agilejava/docbkx/docbkx-maven-plugin/2.0.17/docbkx-maven-plugin-2.0.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx-maven-plugin/2.0.17/docbkx-maven-plugin-2.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx-maven-plugin/2.0.17/docbkx-maven-plugin-2.0.17.pom (11 kB at 391 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/agilejava/docbkx/docbkx/2.0.17/docbkx-2.0.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx/2.0.17/docbkx-2.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx/2.0.17/docbkx-2.0.17.pom (11 kB at 310 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/agilejava/docbkx/docbkx-maven-plugin/2.0.17/docbkx-maven-plugin-2.0.17.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx-maven-plugin/2.0.17/docbkx-maven-plugin-2.0.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx-maven-plugin/2.0.17/docbkx-maven-plugin-2.0.17.jar (623 kB at 17 MB/s) [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ release-documentation --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ release-documentation --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ release-documentation --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ release-documentation --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ release-documentation --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ release-documentation --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ release-documentation --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ release-documentation --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ release-documentation --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ release-documentation --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ release-documentation --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ release-documentation --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ release-documentation --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ release-documentation --- [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-common-resources) @ release-documentation --- [INFO] Copying 4 resources from src/main/resources to target/docbook [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-docbook-resources) @ release-documentation --- [INFO] Copying 109 resources from src/main/docbook to target/docbook [INFO] [INFO] --- antrun:3.1.0:run (process-entities) @ release-documentation --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-junit/1.10.14/ant-junit-1.10.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-junit/1.10.14/ant-junit-1.10.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-junit/1.10.14/ant-junit-1.10.14.pom (7.5 kB at 625 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-junit/1.10.14/ant-junit-1.10.14.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-junit/1.10.14/ant-junit-1.10.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-junit/1.10.14/ant-junit-1.10.14.jar (141 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 9.8 MB/s) [INFO] Executing tasks [WARNING] [echo] Preparing char entities [INFO] [mkdir] Created dir: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/gen-src [INFO] [copy] Copying 154 files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/gen-src [INFO] Executed tasks [INFO] [INFO] --- docbkx:2.0.17:generate-html (Single page HTML and PDF) @ release-documentation --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/sf/docbook/docbook-xml/5.1b4-all/docbook-xml-5.1b4-all.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xml/5.1b4-all/docbook-xml-5.1b4-all.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xml/5.1b4-all/docbook-xml-5.1b4-all.pom (2.2 kB at 103 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/sf/docbook/docbook/5.0-2/docbook-5.0-2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook/5.0-2/docbook-5.0-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook/5.0-2/docbook-5.0-2.pom (3.2 kB at 266 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/sf/xslthl/xslthl/2.1.3/xslthl-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/xslthl/xslthl/2.1.3/xslthl-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/xslthl/xslthl/2.1.3/xslthl-2.1.3.pom (13 kB at 647 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/sf/offo/fop-hyph/2.0/fop-hyph-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/offo/fop-hyph/2.0/fop-hyph-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/offo/fop-hyph/2.0/fop-hyph-2.0.pom (2.5 kB at 46 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/antlr/stringtemplate/2.2/stringtemplate-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/stringtemplate/2.2/stringtemplate-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/stringtemplate/2.2/stringtemplate-2.2.pom (350 B at 21 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom (1.4 kB at 108 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/1/apache-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 379 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 41 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom (153 B at 4.6 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/fop/1.1/fop-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/fop/1.1/fop-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/fop/1.1/fop-1.1.pom (6.2 kB at 365 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/xmlgraphics-commons/1.5/xmlgraphics-commons-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/1.5/xmlgraphics-commons-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/1.5/xmlgraphics-commons-1.5.pom (3.5 kB at 109 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom (6.8 kB at 565 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.pom (4.4 kB at 245 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.pom (4.3 kB at 283 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.pom (3.2 kB at 159 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.pom (3.0 kB at 178 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.pom (4.1 kB at 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.pom (3.6 kB at 302 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.pom (3.2 kB at 106 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 67 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/3/apache-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 343 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.pom (1.8 kB at 102 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.pom (3.2 kB at 290 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xalan/xalan/2.6.0/xalan-2.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.6.0/xalan-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.6.0/xalan-2.6.0.pom (491 B at 45 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 31 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.pom (3.5 kB at 141 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.pom (5.2 kB at 430 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.pom (3.7 kB at 174 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.pom (4.1 kB at 274 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-js/1.7/batik-js-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-js/1.7/batik-js-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-js/1.7/batik-js-1.7.pom (3.4 kB at 306 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-transcoder/1.7/batik-transcoder-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-transcoder/1.7/batik-transcoder-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-transcoder/1.7/batik-transcoder-1.7.pom (5.6 kB at 352 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-svggen/1.7/batik-svggen-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svggen/1.7/batik-svggen-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svggen/1.7/batik-svggen-1.7.pom (3.5 kB at 250 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-extension/1.7/batik-extension-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-extension/1.7/batik-extension-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-extension/1.7/batik-extension-1.7.pom (4.7 kB at 112 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.pom (2.9 kB at 159 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avalon/avalon-framework/1/avalon-framework-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/avalon-framework/1/avalon-framework-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/avalon-framework/1/avalon-framework-1.pom (1.9 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/excalibur/excalibur/1/excalibur-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/excalibur/excalibur/1/excalibur-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/excalibur/excalibur/1/excalibur-1.pom (8.0 kB at 797 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.pom (2.2 kB at 216 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xalan/xalan/2.7.0/xalan-2.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.0/xalan-2.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.0/xalan-2.7.0.pom (491 B at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 399 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.pom (1.8 kB at 167 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0.4/maven-2.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.4/maven-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.4/maven-2.0.4.pom (12 kB at 621 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.pom (1.6 kB at 63 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.pom (2.7 kB at 136 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 19 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 124 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.pom (1.6 kB at 162 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.pom (1.4 kB at 123 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.pom (1.5 kB at 114 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.pom (765 B at 33 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/agilejava/docbkx/docbkx-maven-base/2.0.17/docbkx-maven-base-2.0.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx-maven-base/2.0.17/docbkx-maven-base-2.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx-maven-base/2.0.17/docbkx-maven-base-2.0.17.pom (2.9 kB at 121 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-el/commons-el/1.0/commons-el-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-el/commons-el/1.0/commons-el-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-el/commons-el/1.0/commons-el-1.0.pom (4.1 kB at 177 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/servlet/jsp/jsp-api/2.0/jsp-api-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jsp-api/2.0/jsp-api-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jsp-api/2.0/jsp-api-2.0.pom (157 B at 9.8 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jaxen/jaxen/1.0-FCS/jaxen-1.0-FCS.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.0-FCS/jaxen-1.0-FCS.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.0-FCS/jaxen-1.0-FCS.pom (146 B at 6.6 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/saxpath/saxpath/1.0-FCS/saxpath-1.0-FCS.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/saxpath/saxpath/1.0-FCS/saxpath-1.0-FCS.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/saxpath/saxpath/1.0-FCS/saxpath-1.0-FCS.pom (150 B at 6.0 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xom/xom/1.1/xom-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xom/xom/1.1/xom-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xom/xom/1.1/xom-1.1.pom (1.8 kB at 178 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom (150 B at 9.4 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jaxen/jaxen/1.1-beta-8/jaxen-1.1-beta-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1-beta-8/jaxen-1.1-beta-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1-beta-8/jaxen-1.1-beta-8.pom (6.7 kB at 515 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 676 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jdom/jdom/1.0/jdom-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom (1.2 kB at 117 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xom/xom/1.0b3/xom-1.0b3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xom/xom/1.0b3/xom-1.0b3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xom/xom/1.0b3/xom-1.0b3.pom (1.1 kB at 77 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/saxon/saxon/6.5.3/saxon-6.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/saxon/saxon/6.5.3/saxon-6.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/saxon/saxon/6.5.3/saxon-6.5.3.pom (144 B at 8.0 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-resolver/xml-resolver/1.1/xml-resolver-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.1/xml-resolver-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.1/xml-resolver-1.1.pom (156 B at 10 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/plexus/plexus-utils/1.0.1/plexus-utils-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-utils/1.0.1/plexus-utils-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-utils/1.0.1/plexus-utils-1.0.1.pom (312 B at 9.2 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/plexus/plexus-root/1.0/plexus-root-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-root/1.0/plexus-root-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-root/1.0/plexus-root-1.0.pom (4.9 kB at 188 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/1.1/commons-io-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.1/commons-io-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.1/commons-io-1.1.pom (6.1 kB at 473 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/1.0-alpha-5/plexus-archiver-1.0-alpha-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-5/plexus-archiver-1.0-alpha-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-5/plexus-archiver-1.0-alpha-5.pom (439 B at 49 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.4/plexus-components-1.1.4.pom (2.1 kB at 207 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 161 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-antrun-plugin/1.1/maven-antrun-plugin-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.1/maven-antrun-plugin-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.1/maven-antrun-plugin-1.1.pom (1.2 kB at 89 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugin-parent/2.0.1/maven-plugin-parent-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-parent/2.0.1/maven-plugin-parent-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-parent/2.0.1/maven-plugin-parent-2.0.1.pom (7.4 kB at 218 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.pom (149 B at 7.8 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ant/ant/1.6.5/ant-1.6.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant/1.6.5/ant-1.6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant/1.6.5/ant-1.6.5.pom (861 B at 41 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/sf/docbook/docbook-xsl/1.79.1/docbook-xsl-1.79.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl/1.79.1/docbook-xsl-1.79.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl/1.79.1/docbook-xsl-1.79.1.pom (5.1 kB at 165 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/sf/docbook/docbook-xsl-saxon/1.0.1-pre/docbook-xsl-saxon-1.0.1-pre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl-saxon/1.0.1-pre/docbook-xsl-saxon-1.0.1-pre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl-saxon/1.0.1-pre/docbook-xsl-saxon-1.0.1-pre.pom (3.0 kB at 212 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/sf/docbook/docbook-xsl-webhelpindexer/1.0.0-9777/docbook-xsl-webhelpindexer-1.0.0-9777.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl-webhelpindexer/1.0.0-9777/docbook-xsl-webhelpindexer-1.0.0-9777.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl-webhelpindexer/1.0.0-9777/docbook-xsl-webhelpindexer-1.0.0-9777.pom (4.1 kB at 371 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/lucene/lucene-core/3.0.0/lucene-core-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/3.0.0/lucene-core-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/3.0.0/lucene-core-3.0.0.pom (1.4 kB at 50 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/lucene/lucene-parent/3.0.0/lucene-parent-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-parent/3.0.0/lucene-parent-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-parent/3.0.0/lucene-parent-3.0.0.pom (3.1 kB at 142 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/lucene/lucene-analyzers/3.0.0/lucene-analyzers-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers/3.0.0/lucene-analyzers-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers/3.0.0/lucene-analyzers-3.0.0.pom (1.4 kB at 120 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/lucene/lucene-contrib/3.0.0/lucene-contrib-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-contrib/3.0.0/lucene-contrib-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-contrib/3.0.0/lucene-contrib-3.0.0.pom (1.9 kB at 80 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.pom (1.2 kB at 82 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.7.0/ant-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.pom (9.8 kB at 488 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom (4.4 kB at 337 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom (2.4 kB at 119 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.17/log4j-1.2.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/sf/docbook/docbook-xml/5.1b4-all/docbook-xml-5.1b4-all-resources.zip [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/sf/xslthl/xslthl/2.1.3/xslthl-2.1.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/sf/offo/fop-hyph/2.0/fop-hyph-2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/antlr/stringtemplate/2.2/stringtemplate-2.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/fop/1.1/fop-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/xmlgraphics-commons/1.5/xmlgraphics-commons-1.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-js/1.7/batik-js-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-transcoder/1.7/batik-transcoder-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-svggen/1.7/batik-svggen-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-extension/1.7/batik-extension-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/1.3.1/commons-io-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xalan/xalan/2.7.0/xalan-2.7.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/agilejava/docbkx/docbkx-maven-base/2.0.17/docbkx-maven-base-2.0.17.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-el/commons-el/1.0/commons-el-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/servlet/jsp/jsp-api/2.0/jsp-api-2.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jaxen/jaxen/1.0-FCS/jaxen-1.0-FCS.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/saxpath/saxpath/1.0-FCS/saxpath-1.0-FCS.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xom/xom/1.1/xom-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/saxon/saxon/6.5.3/saxon-6.5.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/xml-resolver/xml-resolver/1.1/xml-resolver-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/plexus/plexus-utils/1.0.1/plexus-utils-1.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/1.0-alpha-5/plexus-archiver-1.0-alpha-5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-antrun-plugin/1.1/maven-antrun-plugin-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ant/ant/1.6.5/ant-1.6.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/sf/docbook/docbook-xsl/1.79.1/docbook-xsl-1.79.1-ns-resources.zip [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/sf/docbook/docbook-xsl-saxon/1.0.1-pre/docbook-xsl-saxon-1.0.1-pre.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/sf/docbook/docbook-xsl-webhelpindexer/1.0.0-9777/docbook-xsl-webhelpindexer-1.0.0-9777.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.7.0/ant-1.7.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/lucene/lucene-analyzers/3.0.0/lucene-analyzers-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/lucene/lucene-core/3.0.0/lucene-core-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/log4j/log4j/1.2.17/log4j-1.2.17.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xml/5.1b4-all/docbook-xml-5.1b4-all-resources.zip [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xml/5.1b4-all/docbook-xml-5.1b4-all-resources.zip (477 kB at 34 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/xslthl/xslthl/2.1.3/xslthl-2.1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/offo/fop-hyph/2.0/fop-hyph-2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/stringtemplate/2.2/stringtemplate-2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/xslthl/xslthl/2.1.3/xslthl-2.1.3.jar (65 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/stringtemplate/2.2/stringtemplate-2.2.jar (133 kB at 7.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/fop/1.1/fop-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar (125 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/1.5/xmlgraphics-commons-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar (1.2 MB at 48 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svg-dom/1.7/batik-svg-dom-1.7.jar (601 kB at 6.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar (195 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-anim/1.7/batik-anim-1.7.jar (95 kB at 925 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/xmlgraphics-commons/1.5/xmlgraphics-commons-1.5.jar (602 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-dom/1.7/batik-dom-1.7.jar (174 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-parser/1.7/batik-parser-1.7.jar (73 kB at 550 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-css/1.7/batik-css-1.7.jar (311 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-util/1.7/batik-util-1.7.jar (128 kB at 861 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/fop/1.1/fop-1.1.jar (3.5 MB at 24 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-js/1.7/batik-js-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar (86 kB at 549 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.jar (61 kB at 361 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-xml/1.7/batik-xml-1.7.jar (31 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-js/1.7/batik-js-1.7.jar (505 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-transcoder/1.7/batik-transcoder-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-bridge/1.7/batik-bridge-1.7.jar (559 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svggen/1.7/batik-svggen-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-gvt/1.7/batik-gvt-1.7.jar (243 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-extension/1.7/batik-extension-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-awt-util/1.7/batik-awt-util-1.7.jar (402 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/offo/fop-hyph/2.0/fop-hyph-2.0.jar (6.7 MB at 35 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-extension/1.7/batik-extension-1.7.jar (68 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.1/commons-io-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-ext/1.7/batik-ext-1.7.jar (10 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-svggen/1.7/batik-svggen-1.7.jar (215 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-transcoder/1.7/batik-transcoder-1.7.jar (122 kB at 607 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.0/xalan-2.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-impl/4.3.1/avalon-framework-impl-4.3.1.jar (61 kB at 293 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avalon/framework/avalon-framework-api/4.3.1/avalon-framework-api-4.3.1.jar (33 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.1/commons-io-1.3.1.jar (84 kB at 400 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.4/maven-profile-2.0.4.jar (30 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.4/maven-settings-2.0.4.jar (44 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.jar (49 kB at 215 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xalan/xalan/2.7.0/xalan-2.7.0.jar (2.7 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.4/maven-project-2.0.4.jar (109 kB at 460 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 705 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx-maven-base/2.0.17/docbkx-maven-base-2.0.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.jar (20 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-el/commons-el/1.0/commons-el-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.jar (80 kB at 326 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jsp-api/2.0/jsp-api-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/agilejava/docbkx/docbkx-maven-base/2.0.17/docbkx-maven-base-2.0.17.jar (29 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.0-FCS/jaxen-1.0-FCS.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 788 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/saxpath/saxpath/1.0-FCS/saxpath-1.0-FCS.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.4/maven-model-2.0.4.jar (80 kB at 321 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xom/xom/1.1/xom-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-el/commons-el/1.0/commons-el-1.0.jar (112 kB at 446 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/saxon/saxon/6.5.3/saxon-6.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/saxpath/saxpath/1.0-FCS/saxpath-1.0-FCS.jar (24 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.1/xml-resolver-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.0-FCS/jaxen-1.0-FCS.jar (192 kB at 747 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-utils/1.0.1/plexus-utils-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xom/xom/1.1/xom-1.1.jar (432 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-5/plexus-archiver-1.0-alpha-5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.1/xml-resolver-1.1.jar (60 kB at 225 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.1/maven-antrun-plugin-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/plexus/plexus-utils/1.0.1/plexus-utils-1.0.1.jar (157 kB at 583 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/saxon/saxon/6.5.3/saxon-6.5.3.jar (630 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant/1.6.5/ant-1.6.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.1/maven-antrun-plugin-1.1.jar (12 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl/1.79.1/docbook-xsl-1.79.1-ns-resources.zip [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-5/plexus-archiver-1.0-alpha-5.jar (132 kB at 479 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl-saxon/1.0.1-pre/docbook-xsl-saxon-1.0.1-pre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/jsp/jsp-api/2.0/jsp-api-2.0.jar (48 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl-webhelpindexer/1.0.0-9777/docbook-xsl-webhelpindexer-1.0.0-9777.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant-launcher/1.6.5/ant-launcher-1.6.5.jar (9.2 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl-webhelpindexer/1.0.0-9777/docbook-xsl-webhelpindexer-1.0.0-9777.jar (116 kB at 404 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant/1.6.5/ant-1.6.5.jar (1.0 MB at 3.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl-saxon/1.0.1-pre/docbook-xsl-saxon-1.0.1-pre.jar (44 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers/3.0.0/lucene-analyzers-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/3.0.0/lucene-core-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar (12 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ccil/cowan/tagsoup/tagsoup/1.2.1/tagsoup-1.2.1.jar (91 kB at 302 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-analyzers/3.0.0/lucene-analyzers-3.0.0.jar (201 kB at 602 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/lucene/lucene-core/3.0.0/lucene-core-3.0.0.jar (1.0 MB at 3.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.jar (1.3 MB at 3.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/docbook/docbook-xsl/1.79.1/docbook-xsl-1.79.1-ns-resources.zip (4.4 MB at 12 MB/s) [INFO] Processing input file: release-documentation.xml [INFO] Applying customization parameters after docbkx parameters [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/docbook/release-documentation.html has been generated. [INFO] [INFO] --- docbkx:2.0.17:generate-pdf (Single page HTML and PDF) @ release-documentation --- [INFO] Processing input file: release-documentation.xml [INFO] Applying customization parameters after docbkx parameters [INFO] targetFileExtension pdf [INFO] type fo 0 [main] WARN org.apache.fop.apps.FOUserAgent - Font "Symbol,normal,700" not found. Substituting with "Symbol,normal,400". 1 [main] WARN org.apache.fop.apps.FOUserAgent - Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". 412 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 39900 millipoints. (See position 54:4297) 412 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 5700 millipoints. (See position 54:4692) 413 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 5700 millipoints. (See position 54:6029) 414 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 3900 millipoints. (See position 54:6983) 414 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 54:7372) 415 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 17700 millipoints. (See position 54:8707) 416 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 54:11392) 417 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 54:12754) 418 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 17700 millipoints. (See position 54:14104) 418 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 54:15450) 419 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 54:16804) 457 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 41700 millipoints. (See position 54:18154) 461 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 54:27107) 461 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 54:27510) 461 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 23700 millipoints. (See position 54:28854) 462 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 21900 millipoints. (See position 54:29805) 462 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 54:30197) 463 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 29700 millipoints. (See position 54:31541) 464 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 9900 millipoints. (See position 54:33827) 464 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 54:34217) 465 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 54:35309) 1167 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 50000 millipoints. (See position 1321:518) 1168 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 50000 millipoints. (See position 1323:453) 1182 [main] WARN org.apache.fop.apps.FOUserAgent - Glyph "╪" (0x256a, SF540000) not available in font "Courier". 1182 [main] WARN org.apache.fop.apps.FOUserAgent - Glyph "α" (0x3b1, alpha) not available in font "Courier". 1183 [main] WARN org.apache.fop.apps.FOUserAgent - Glyph "►" (0x25ba, blackrightpointingpointer) not available in font "Courier". 1183 [main] WARN org.apache.fop.apps.FOUserAgent - Glyph "☺" (0x263a, smileface) not available in font "Courier". 1183 [main] WARN org.apache.fop.apps.FOUserAgent - Glyph "☻" (0x263b, blacksmilingface) not available in font "Courier". 1183 [main] WARN org.apache.fop.apps.FOUserAgent - Glyph "█" (0x2588, block) not available in font "Courier". 1183 [main] WARN org.apache.fop.apps.FOUserAgent - Glyph "♠" (0x2660, spade) not available in font "Courier". 1184 [main] WARN org.apache.fop.apps.FOUserAgent - Glyph "♀" (0x2640, female) not available in font "Courier". 1184 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by more than 50 points. (See position 1380:672) 1186 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by more than 50 points. (See position 1428:659) 1262 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by more than 50 points. (See position 2469:169) 1262 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by more than 50 points. (See position 2470:197) 1263 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by 41700 millipoints. (See position 2471:197) 1266 [main] WARN org.apache.fop.apps.FOUserAgent - Line 3 of a paragraph overflows the available area by 10500 millipoints. (See position 2542:356) 1269 [main] WARN org.apache.fop.apps.FOUserAgent - Line 3 of a paragraph overflows the available area by 10500 millipoints. (See position 2591:356) 1308 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 10500 millipoints. (See position 3434:329) 1384 [main] WARN org.apache.fop.apps.FOUserAgent - Line 3 of a paragraph overflows the available area by 14200 millipoints. (See position 4567:1121) 1395 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by more than 50 points. (See position 4723:53) 1395 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 4736:383) 1401 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 40500 millipoints. (See position 4806:2390) 1401 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 4806:3360) 1401 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 4813:410) 2529 [main] WARN org.apache.fop.apps.FOUserAgent - Line 6 of a paragraph overflows the available area by more than 50 points. (See position 5009:1289) 2529 [main] WARN org.apache.fop.apps.FOUserAgent - Line 4 of a paragraph overflows the available area by 43500 millipoints. (See position 5009:1289) 2532 [main] WARN org.apache.fop.apps.FOUserAgent - Line 4 of a paragraph overflows the available area by more than 50 points. (See position 5028:1313) 2549 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by 23700 millipoints. (See position 5216:454) 2549 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 12900 millipoints. (See position 5216:454) 2550 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by 7500 millipoints. (See position 5219:464) 2781 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 5349:418) 2782 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 28200 millipoints. (See position 5354:418) 2782 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 28200 millipoints. (See position 5354:418) 2877 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by 43000 millipoints. (See position 5463:859) 2919 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex1-1" found. 2919 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex1-2" found. 2919 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex2-1" found. 2919 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex2-2" found. 2919 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex2-3" found. 2919 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex3-1" found. 2919 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex3-2" found. 2919 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex3-3" found. 2919 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex4-1" found. 2919 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex4-2" found. 2919 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex5-1" found. [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/docbook/release-documentation.pdf has been generated. [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/docbook/release-documentation.fo has been generated. [INFO] [INFO] --- docbkx:2.0.17:generate-html (Multiple HTML pages) @ release-documentation --- [INFO] Processing input file: index.xml [INFO] Applying customization parameters after docbkx parameters [INFO] Chunking output. [INFO] See /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/docbook for generated file(s) [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ release-documentation --- [INFO] Reading assembly descriptor: src/main/assembly/docbook.xml [INFO] Building zip: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/release-documentation-4.0.2-docbook.zip [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ release-documentation --- [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ release-documentation --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ release-documentation --- [INFO] Signing 2 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ release-documentation --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/release-documentation/4.0.2/release-documentation-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/release-documentation-4.0.2-docbook.zip to /home/jenkins/.m2/repository/com/sun/xml/ws/release-documentation/4.0.2/release-documentation-4.0.2-docbook.zip [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/release-documentation-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/release-documentation/4.0.2/release-documentation-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/release-documentation-4.0.2-docbook.zip.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/release-documentation/4.0.2/release-documentation-4.0.2-docbook.zip.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ release-documentation --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/release-documentation/4.0.2/release-documentation-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/release-documentation-4.0.2-docbook.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/release-documentation/4.0.2/release-documentation-4.0.2-docbook.zip [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/release-documentation-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/release-documentation/4.0.2/release-documentation-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/release-documentation-4.0.2-docbook.zip.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/release-documentation/4.0.2/release-documentation-4.0.2-docbook.zip.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------------< com.sun.xml.ws:samples >----------------------- [INFO] Building JAX-WS RI Samples 4.0.2 [25/28] [INFO] from docs/samples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ samples --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ samples --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ samples --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ samples --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ samples --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ samples --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ samples --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ samples --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ samples --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ samples --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ samples --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ samples --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ samples --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ samples --- [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ samples --- [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/target/samples-4.0.2.zip [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ samples --- [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ samples --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ samples --- [INFO] Signing 2 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ samples --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/samples/4.0.2/samples-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/target/samples-4.0.2.zip to /home/jenkins/.m2/repository/com/sun/xml/ws/samples/4.0.2/samples-4.0.2.zip [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/target/samples-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/samples/4.0.2/samples-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/target/samples-4.0.2.zip.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/samples/4.0.2/samples-4.0.2.zip.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ samples --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/samples/4.0.2/samples-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/target/samples-4.0.2.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/samples/4.0.2/samples-4.0.2.zip [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/target/samples-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/samples/4.0.2/samples-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/target/samples-4.0.2.zip.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/samples/4.0.2/samples-4.0.2.zip.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------------< com.sun.xml.ws:jaxws-ri >----------------------- [INFO] Building JAX-WS RI Standalone Zipped Bundle 4.0.2 [26/28] [INFO] from bundles/jaxws-ri/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-ri --- [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ jaxws-ri --- [INFO] Copying 1 resource from src/main/resources to target/filtered [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ jaxws-ri --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jaxws-ri --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxws-ri --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ jaxws-ri --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ jaxws-ri --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ jaxws-ri --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ jaxws-ri --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ jaxws-ri --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ jaxws-ri --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ jaxws-ri --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ jaxws-ri --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-ri/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ jaxws-ri --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ jaxws-ri --- [INFO] [INFO] --- assembly:3.6.0:single (make-assembly) @ jaxws-ri --- [INFO] Reading assembly descriptor: src/main/assembly/assembly.xml [INFO] Building zip: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-ri/target/jaxws-ri.zip [INFO] [INFO] --- dependency:3.6.0:unpack (stage) @ jaxws-ri --- [INFO] Configured Artifact: com.sun.xml.ws:jaxws-ri:4.0.2:zip [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jaxws-ri --- [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jaxws-ri --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ jaxws-ri --- [INFO] Signing 2 files with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ jaxws-ri --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-ri/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri/4.0.2/jaxws-ri-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-ri/target/jaxws-ri.zip to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri/4.0.2/jaxws-ri-4.0.2.zip [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-ri/target/jaxws-ri-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri/4.0.2/jaxws-ri-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-ri/target/jaxws-ri.zip.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri/4.0.2/jaxws-ri-4.0.2.zip.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ jaxws-ri --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-ri/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-ri/4.0.2/jaxws-ri-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-ri/target/jaxws-ri.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-ri/4.0.2/jaxws-ri-4.0.2.zip [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-ri/target/jaxws-ri-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-ri/4.0.2/jaxws-ri-4.0.2.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-ri/target/jaxws-ri.zip.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-ri/4.0.2/jaxws-ri-4.0.2.zip.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------------< com.sun.xml.ws:jaxws-unit >---------------------- [INFO] Building JAX-WS RI Unit Tests 4.0.2 [27/28] [INFO] from tests/unit/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/harness-maven-plugin/3.0.0-M4/harness-maven-plugin-3.0.0-M4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/harness-maven-plugin/3.0.0-M4/harness-maven-plugin-3.0.0-M4.pom (3.3 kB at 123 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/ws-test-framework/3.0.0-M4/ws-test-framework-3.0.0-M4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/ws-test-framework/3.0.0-M4/ws-test-framework-3.0.0-M4.pom (20 kB at 736 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/harness-maven-plugin/3.0.0-M4/harness-maven-plugin-3.0.0-M4.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/harness-maven-plugin/3.0.0-M4/harness-maven-plugin-3.0.0-M4.jar (30 kB at 1.1 MB/s) [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-unit --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases (includes = [**/work/**], excludes = []) [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (prepare-extensions) @ jaxws-unit --- [INFO] Copying jaxwsTestUtil-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/target/harness-extensions/jaxwsTestUtil-4.0.2.jar [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (prepare-image) @ jaxws-unit --- [INFO] [INFO] --- dependency:3.6.0:unpack-dependencies (unzip-image) @ jaxws-unit --- [INFO] [INFO] --- dependency:3.6.0:copy-dependencies (prepare-transport-lib) @ jaxws-unit --- [INFO] Copying jaxws-local-transport.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/target/test-lib/jaxws-local-transport.jar [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ jaxws-unit --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jaxws-unit --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ jaxws-unit --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ jaxws-unit --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-property) @ jaxws-unit --- [INFO] Rule 0: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 1: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 2: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] Rule 3: org.apache.maven.enforcer.rules.property.RequireProperty passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ jaxws-unit --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ jaxws-unit --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ jaxws-unit --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ jaxws-unit --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ jaxws-unit --- [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ jaxws-unit --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ jaxws-unit --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ jaxws-unit --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ jaxws-unit --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ jaxws-unit --- [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ jaxws-unit --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- harness:3.0.0-M4:ws-test (jaxws-unit) @ jaxws-unit --- [INFO] testing local image (/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/target/image/jaxws-ri)... [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/harness-lib/3.0.0-M4/harness-lib-3.0.0-M4.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/harness-lib/3.0.0-M4/harness-lib-3.0.0-M4.jar (217 kB at 7.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/harness-lib/3.0.0-M4/harness-lib-3.0.0-M4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/harness-lib/3.0.0-M4/harness-lib-3.0.0-M4.pom (14 kB at 547 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/ws-test-harness/3.0.0-M4/ws-test-harness-3.0.0-M4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/ws-test-harness/3.0.0-M4/ws-test-harness-3.0.0-M4.pom (1.2 kB at 44 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.2/saaj-impl-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.2/saaj-impl-3.0.2.pom (9.9 kB at 367 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/3.0.2/metro-saaj-3.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/3.0.2/metro-saaj-3.0.2.pom (20 kB at 764 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2.pom (2.8 kB at 109 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-uberjar/1.10.10/cargo-core-uberjar-1.10.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-uberjar/1.10.10/cargo-core-uberjar-1.10.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-uberjar/1.10.10/cargo-core-uberjar-1.10.10.pom (18 kB at 22 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core/1.10.10/cargo-core-1.10.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core/1.10.10/cargo-core-1.10.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core/1.10.10/cargo-core-1.10.10.pom (2.4 kB at 19 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/codehaus-cargo/1.10.10/codehaus-cargo-1.10.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/codehaus-cargo/1.10.10/codehaus-cargo-1.10.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/codehaus-cargo/1.10.10/codehaus-cargo-1.10.10.pom (53 kB at 892 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom (8.1 kB at 247 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/20/commons-parent-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/20/commons-parent-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/20/commons-parent-20.pom (33 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/relaxng/jing/20181222/jing-20181222.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/relaxng/jing/20181222/jing-20181222.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/relaxng/jing/20181222/jing-20181222.pom (2.4 kB at 202 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.pom (3.3 kB at 278 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jaxen/jaxen/2.0.0/jaxen-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/2.0.0/jaxen-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/2.0.0/jaxen-2.0.0.pom (1.7 kB at 34 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jaxen/jaxen-parent/2.0.0/jaxen-parent-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen-parent/2.0.0/jaxen-parent-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen-parent/2.0.0/jaxen-parent-2.0.0.pom (15 kB at 280 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom (4.6 kB at 329 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.2/saaj-impl-3.0.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/3.0.2/saaj-impl-3.0.2.jar (466 kB at 15 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-uberjar/1.10.10/cargo-core-uberjar-1.10.10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/relaxng/jing/20181222/jing-20181222.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jaxen/jaxen/2.0.0/jaxen-2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-test/4.1.2/istack-commons-test-4.1.2.jar (14 kB at 495 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-uberjar/1.10.10/cargo-core-uberjar-1.10.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-uberjar/1.10.10/cargo-core-uberjar-1.10.10.jar (7.2 MB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/relaxng/jing/20181222/jing-20181222.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/2.0.0/jaxen-2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar (80 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar (328 kB at 5.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/relaxng/jing/20181222/jing-20181222.jar (764 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/2.0.0/jaxen-2.0.0.jar (224 kB at 2.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.jar (1.7 MB at 19 MB/s) [INFO] removing '-cp:jaxws /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/../.. ' from default configuration. NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED Picking up extension: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/target/harness-extensions/jaxwsTestUtil-4.0.2.jar Using jar:file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/target/image/jaxws-ri/lib/jaxws-tools.jar!/com/sun/tools/ws/WsImport.class Using jar:file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/target/image/jaxws-ri/lib/jaxws-tools.jar!/com/sun/tools/ws/WsGen.class Testing with the in-vm transport Skipping async.async_service as the container com.sun.xml.ws.test.container.invm.InVmContainer@5965be2d doesn't support [servlet30] Skipping bugs.jaxws1044 as it's not applicable to in-vm Skipping bugs.jaxws1075 as it's not applicable to in-vm Skipping client.dispatch.google; explictly marked to skip. Skipping client.response_context as it's not applicable to in-vm Skipping client.soapaction_use as it's not applicable to in-vm Skipping customization.nonascii_pkgname; explictly marked to skip. Skipping deployment.no_webxml as the container com.sun.xml.ws.test.container.invm.InVmContainer@5965be2d doesn't support [servlet30] Skipping deployment.partial_webxml as the container com.sun.xml.ws.test.container.invm.InVmContainer@5965be2d doesn't support [servlet30] Skipping deployment.partial_webxml_multi as the container com.sun.xml.ws.test.container.invm.InVmContainer@5965be2d doesn't support [servlet30] Skipping epr.epr_extensions as it's not applicable to in-vm Skipping /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/epr/epr_spec Skipping epr.fromjava_epr_extensions as it's not applicable to in-vm Skipping epr.w3ceprbuilder as it's not applicable to in-vm Skipping fromjava.encoding.clientsf as it's not applicable to in-vm Skipping fromjava.encoding.serversf as it's not applicable to in-vm Skipping fromjava.header_diff_ns as it's not applicable to in-vm Skipping /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/jaxws563 Skipping fromjava.mtom_rpclit; explictly marked to skip. Skipping fromjava.multibytename; explictly marked to skip. Skipping fromjava.soap12.mtom_optional as it's not applicable to in-vm Skipping fromjava.wsa.action_mapping as it's not applicable to in-vm Skipping fromjava.wsa.responses as it's not applicable to in-vm Skipping fromwsdl.schema_validation.same_tns_777; explictly marked to skip. Skipping fromwsdl.swaref_large as it's not applicable to in-vm Skipping fromwsdl.twoServicesFromWSDL as it's not applicable to in-vm Skipping fromwsdl.wsdl_fibonacci; explictly marked to skip. Not applicable to current version=4.0.2. Skipping testAddMimeHeadersInSOAPMessage Skipping mtom.large as it's not applicable to in-vm Skipping mtom.large_jaxb_732 as it's not applicable to in-vm Skipping mtom.large_oneway as it's not applicable to in-vm Skipping provider.asyncprovider_ns_800 as it's not applicable to in-vm Skipping provider.http_status_code_200_oneway as it's not applicable to in-vm Skipping provider.http_status_code_oneway as it's not applicable to in-vm Skipping provider.http_status_code_oneway_607 as it's not applicable to in-vm Skipping provider.no_arg_constructor as it's not applicable to in-vm Skipping provider.no_content_type_657 as it's not applicable to in-vm Skipping provider.rootpart_charset_772 as it's not applicable to in-vm Skipping provider.servlet_parameter_507; explictly marked to skip. Skipping provider.verify.wsdl as it's not applicable to in-vm Skipping provider.verify.xsd as it's not applicable to in-vm Skipping provider.wsdl_hello_lit_context as it's not applicable to in-vm Skipping provider.wsdl_hello_lit_context1 as it's not applicable to in-vm Skipping provider.xmlbind_649 as it's not applicable to in-vm Skipping server.basic_auth as it's not applicable to in-vm Skipping server.cookie_dynamic_address as it's not applicable to in-vm Skipping server.cookie_subdomain as it's not applicable to in-vm Skipping server.endpoint_cookie_subdomain as it's not applicable to in-vm Skipping server.http_ha as it's not applicable to in-vm Skipping server.http_head_677 as it's not applicable to in-vm Skipping server.http_headers as it's not applicable to in-vm Skipping server.http_multi_cookie_portable as it's not applicable to in-vm Skipping server.http_multi_cookie_servlet as it's not applicable to in-vm Skipping server.http_only as it's not applicable to in-vm Skipping server.http_session_scope as it's not applicable to in-vm Skipping server.misc as it's not applicable to in-vm Skipping server.mu_header_fault as it's not applicable to in-vm Skipping server.session_ignorecase_834 as it's not applicable to in-vm Skipping server.session_ignorecase_portable as it's not applicable to in-vm Skipping server.session_ignorecase_portable1 as it's not applicable to in-vm Skipping server.soapaction_dispatch as it's not applicable to in-vm Skipping wsa.w3c.fromwsdl.issue608 as it's not applicable to in-vm Skipping xop.hellodirect as it's not applicable to in-vm ..Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/async/executor_821/./server/hello_literal.wsdl parsing WSDL... Generating code... Using javac from jrt:/jdk.compiler/com/sun/tools/javac/Main.class parsing WSDL... [WARNING] EmptyTargetNamespace: In schema document 'http://dummy.pseudo-schema#schema1', the value of the 'targetNamespace' attribute cannot be an empty string. line 1 of http://dummy.pseudo-schema#schema1 [WARNING] EmptyTargetNamespace: In schema document 'http://dummy.pseudo-schema#schema1', the value of the 'targetNamespace' attribute cannot be an empty string. line 1 of http://dummy.pseudo-schema#schema1 Generating code... injected addresses: helloPortAddress .....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/async/tube_predestroy/./server/hello_literal.wsdl parsing WSDL... Generating code... parsing WSDL... [WARNING] EmptyTargetNamespace: In schema document 'http://dummy.pseudo-schema#schema1', the value of the 'targetNamespace' attribute cannot be an empty string. line 1 of http://dummy.pseudo-schema#schema1 [WARNING] EmptyTargetNamespace: In schema document 'http://dummy.pseudo-schema#schema1', the value of the 'targetNamespace' attribute cannot be an empty string. line 1 of http://dummy.pseudo-schema#schema1 Generating code... injected addresses: helloPortAddress ....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/async/wsdl_hello_lit/./server/hello_literal.wsdl parsing WSDL... Generating code... parsing WSDL... [WARNING] EmptyTargetNamespace: In schema document 'http://dummy.pseudo-schema#schema1', the value of the 'targetNamespace' attribute cannot be an empty string. line 1 of http://dummy.pseudo-schema#schema1 [WARNING] EmptyTargetNamespace: In schema document 'http://dummy.pseudo-schema#schema1', the value of the 'targetNamespace' attribute cannot be an empty string. line 1 of http://dummy.pseudo-schema#schema1 Generating code... .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress Hello_PortType_Impl received: foo, bar .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress polling for response ....injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress Waiting for CallbackHandler to complete...should fail next line .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress polling for response ....injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress Hello_PortType_Impl received: foo, bar Callback Handler Completed-Test pass Waiting for CallbackHandler to complete....injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress Callback Handler Completed-Test pass Waiting for CallbackHandler to complete....injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress Hello_PortType_Impl received: foo, bar ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/async/wsdl_hello_lit_fault/./server/hello_test.wsdl parsing WSDL... Generating code... parsing WSDL... [WARNING] EmptyTargetNamespace: In schema document 'http://dummy.pseudo-schema#schema1', the value of the 'targetNamespace' attribute cannot be an empty string. line 1 of http://dummy.pseudo-schema#schema1 [WARNING] EmptyTargetNamespace: In schema document 'http://dummy.pseudo-schema#schema1', the value of the 'targetNamespace' attribute cannot be an empty string. line 1 of http://dummy.pseudo-schema#schema1 Generating code... .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress Hello_PortType_Impl received: foo, bar Hello_PortType_Impl - before throwing HelloFault e is async.wsdl_hello_lit_fault.client.HelloFault .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress Hello_PortType_Impl received: foo, bar Hello_PortType_Impl - before throwing HelloFault polling for response ....injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress Hello_PortType_Impl received: foo, bar Hello_PortType_Impl - before throwing HelloFault polling for response ...In asyncHandler noTimes=1 thread=Thread[jaxws-engine-11-thread-1,5,main] ExecutionException thrown .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress Hello_PortType_Impl received: foo, bar Hello_PortType_Impl - before throwing HelloFault polling for response ...In asyncHandler noTimes=1 thread=Thread[jaxws-engine-12-thread-1,5,main] ExecutionException thrown ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/async/wsdl_rpclit/./server/hello_literal.wsdl parsing WSDL... Generating code... parsing WSDL... [WARNING] EmptyTargetNamespace: In schema document 'http://dummy.pseudo-schema#schema1', the value of the 'targetNamespace' attribute cannot be an empty string. line 1 of http://dummy.pseudo-schema#schema1 [WARNING] EmptyTargetNamespace: In schema document 'http://dummy.pseudo-schema#schema1', the value of the 'targetNamespace' attribute cannot be an empty string. line 1 of http://dummy.pseudo-schema#schema1 Generating code... .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress Hello_PortType_Impl received: foo, bar .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress Hello_PortType_Impl received: foo, bar polling for response ....injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress Hello_PortType_Impl received: foo, bar polling for response ....injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress polling for response ....injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress polling for response ....injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress . injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress polling for response ....injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress polling for response ....injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress polling for response ....injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress polling for response ......Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/benchmark/doclit/doclit.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/benchmark/rpclit/rpclit.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress . ..Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/fault_header/./server/FaultHeaderService.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: faultHeaderPortAddress ....Generating WSDL Generating WSDL parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: docLitBareService docLitWrappedService injected ports: docLitBarePort docLitWrappedPort injected addresses: docLitBarePortAddress docLitWrappedPortAddress Received array. length=1 bugs.jaxb274.Person@4cea02bd Received array. length=1 bugs.jaxb274.Person@2cf2c041 ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws1015/./server/AddNumbers.wsdl parsing WSDL... [WARNING] SOAP port "AddNumbersPort": uses a non-standard SOAP 1.2 binding. line 77 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws1015/server/AddNumbers.wsdl Generating code... Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws1015/server/CheckContentTypeHandler.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. parsing WSDL... [WARNING] SOAP port "AddNumbersPort": uses a non-standard SOAP 1.2 binding. line 72 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws1015/work/services/server/war/WEB-INF/wsdl/AddNumbers.wsdl Generating code... injected addresses: addNumbersPortAddress ....Generating WSDL parsing WSDL... Generating code... injected addresses: WSAActionFromJavaPortAddress ....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws1040/fromwsdl/./server/WSAActionService.wsdl parsing WSDL... [WARNING] unknown extensibility element or attribute "Action" (in namespace "http://schemas.xmlsoap.org/ws/2004/08/addressing") line 46 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws1040/fromwsdl/server/WSAActionService.wsdl [WARNING] unknown extensibility element or attribute "Action" (in namespace "http://schemas.xmlsoap.org/ws/2004/08/addressing") line 47 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws1040/fromwsdl/server/WSAActionService.wsdl Generating code... parsing WSDL... [WARNING] unknown extensibility element or attribute "Action" (in namespace "http://schemas.xmlsoap.org/ws/2004/08/addressing") line 37 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws1040/fromwsdl/work/services/server/war/WEB-INF/wsdl/WSAActionService.wsdl [WARNING] unknown extensibility element or attribute "Action" (in namespace "http://schemas.xmlsoap.org/ws/2004/08/addressing") line 38 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws1040/fromwsdl/work/services/server/war/WEB-INF/wsdl/WSAActionService.wsdl Generating code... Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws1040/fromwsdl/client/WSAActionTest.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. injected addresses: WSAActionPortAddress .....Generating WSDL parsing WSDL... [WARNING] SOAP port "SimpleServicePort": uses a non-standard SOAP 1.2 binding. line 38 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws1045/work/services/server/war/WEB-INF/wsdl/SimpleServiceService.wsdl Generating code... Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws1049/server/CheckSOAPActionHandler.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. ...Generating WSDL parsing WSDL... Generating code... injected addresses: echoImplPortAddress Oct 17, 2023 7:44:51 PM com.sun.xml.ws.client.RequestContext fillSOAPAction WARNING: BindingProvider.SOAPACTION_URI_PROPERTY is set in the RequestContext but is ineffective, Either set BindingProvider.SOAPACTION_USE_PROPERTY to true or enable AddressingFeature Oct 17, 2023 7:44:51 PM com.sun.xml.ws.client.RequestContext fillSOAPAction WARNING: BindingProvider.SOAPACTION_URI_PROPERTY is set in the RequestContext but is ineffective, Either set BindingProvider.SOAPACTION_USE_PROPERTY to true or enable AddressingFeature .injected addresses: echoImplPortAddress .....injected addresses: Oct 17, 2023 7:44:52 PM [com.sun.xml.ws.policy.jaxws.PolicyWSDLParserExtension] finished WARNING: WSP1021: Fault "NieuwArtikelFault" not bound. Check names in port and binding definitions. ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws221/./server/TestEndpointService.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: testEndpointService injected ports: testEndpointPort injected addresses: testEndpointPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: testEndpointService injected ports: testEndpointPort injected addresses: testEndpointPortAddress . ..Generating WSDL parsing WSDL... Generating code... Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws620/client/AddNumbersTest.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. injected addresses: addNumbersPortAddress ......Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws6492398/./server/datetime.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: dateTimeService injected ports: dateTimePort injected addresses: dateTimePortAddress Sending : 0006-05-01T10:00:00.000Z Received : 0006-05Z compare result: 0006-05Z Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws670/server/CheckActionHandler.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. ...Generating WSDL parsing WSDL... [WARNING] SOAP port "EchoPort": uses a non-standard SOAP 1.2 binding. line 31 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws670/work/services/server/war/WEB-INF/wsdl/EchoService.wsdl Generating code... injected addresses: echoPortAddress ....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws692/./server/MyService.wsdl parsing WSDL... [WARNING] Invalid header "SoapHeader" in operation Operation: part must specify a "element" attribute line 57 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws692/server/MyService.wsdl [WARNING] Invalid header "SoapHeader" in operation Operation: part must specify a "element" attribute line 57 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws692/server/MyService.wsdl [WARNING] in message "OperationFault", part "OperationFault" must specify a "element" attribute line 60 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws692/server/MyService.wsdl Generating code... parsing WSDL... [WARNING] Invalid header "SoapHeader" in operation Operation: part must specify a "element" attribute line 52 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws692/work/services/server/war/WEB-INF/wsdl/MyService.wsdl [WARNING] Invalid header "SoapHeader" in operation Operation: part must specify a "element" attribute line 52 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws692/work/services/server/war/WEB-INF/wsdl/MyService.wsdl [WARNING] in message "OperationFault", part "OperationFault" must specify a "element" attribute line 55 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/jaxws692/work/services/server/war/WEB-INF/wsdl/MyService.wsdl Generating code... injected addresses: portAddress ....Generating WSDL parsing WSDL... Generating code... injected addresses: echoImplPortAddress .....Generating WSDL parsing WSDL... [WARNING] unknown extensibility element or attribute "ns2" (in namespace "http://www.w3.org/2000/xmlns/") line 17 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/wsit1533/work/services/server/war/WEB-INF/wsdl/UploadServicePortType.wsdl [WARNING] unknown extensibility element or attribute "ns3" (in namespace "http://www.w3.org/2000/xmlns/") line 18 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/wsit1533/work/services/server/war/WEB-INF/wsdl/UploadServicePortType.wsdl [WARNING] schema_reference: Failed to read schema document 'xmlmime', because 'https' access is not allowed due to restriction set by the accessExternalSchema property. line 4 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/bugs/wsit1533/work/services/server/war/WEB-INF/wsdl/UploadServicePortType_schema1.xsd Generating code... injected addresses: uploadAddress ....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/client/dispatch/header/doclit/header.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress Oct 17, 2023 7:44:54 PM com.sun.xml.ws.server.sei.TieHandler createResponse SEVERE: Cannot invoke "client.dispatch.header.doclit.EchoType.getReqInfo()" because "reqHeader" is null java.lang.NullPointerException: Cannot invoke "client.dispatch.header.doclit.EchoType.getReqInfo()" because "reqHeader" is null at client.dispatch.header.doclit.HelloPortTypeImpl.echo(HelloPortTypeImpl.java:23) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.Trampoline.invoke(MethodUtil.java:52) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.MethodUtil.invoke(MethodUtil.java:77) at com.sun.xml.ws.api.server.MethodUtil.invoke(MethodUtil.java:34) at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:215) at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:124) at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:59) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:111) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:237) at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:277) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at bsh.Reflect.invokeMethod(Reflect.java:131) at bsh.Reflect.invokeObjectMethod(Reflect.java:77) at bsh.Name.invokeMethod(Name.java:852) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41) at bsh.BSHBlock.evalBlock(BSHBlock.java:125) at bsh.BSHBlock.eval(BSHBlock.java:75) at bsh.BSHBlock.eval(BSHBlock.java:41) at bsh.BSHTryStatement.eval(BSHTryStatement.java:80) at bsh.Interpreter.eval(Interpreter.java:659) at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60) at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141) at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) com.sun.xml.ws.fault.ServerSOAPFaultException: Client received SOAP Fault from server: Cannot invoke "client.dispatch.header.doclit.EchoType.getReqInfo()" because "reqHeader" is null Please see the server log to find more detail regarding exact cause of the failure. at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:158) at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:104) at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:246) at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:277) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at bsh.Reflect.invokeMethod(Reflect.java:131) at bsh.Reflect.invokeObjectMethod(Reflect.java:77) at bsh.Name.invokeMethod(Name.java:852) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41) at bsh.BSHBlock.evalBlock(BSHBlock.java:125) at bsh.BSHBlock.eval(BSHBlock.java:75) at bsh.BSHBlock.eval(BSHBlock.java:41) at bsh.BSHTryStatement.eval(BSHTryStatement.java:80) at bsh.Interpreter.eval(Interpreter.java:659) at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60) at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141) at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress Printing out received header foobar3foo1bar1foo2bar2foobar3...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/client/soap_mu_header/./server/hello_literal.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: helloPortAddress ...... ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/customization/embedded/./server/custom.wsdl parsing WSDL... Generating code... [WARNING] Ignoring: binding file "file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/customization/embedded/custom-client.xml". It is not a XML-WS or a XML-B binding file. line 14 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/customization/embedded/custom-client.xml parsing WSDL... Generating code... .injected services: customService injected ports: helloPort injected addresses: helloPortAddress .injected services: customService injected ports: helloPort injected addresses: helloPortAddress .injected services: customService injected ports: helloPort injected addresses: helloPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/customization/embedded_v2/./server/custom.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: customService injected ports: helloPort injected addresses: helloPortAddress .injected services: customService injected ports: helloPort injected addresses: helloPortAddress .injected services: customService injected ports: helloPort injected addresses: helloPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/customization/external/./server/custom.wsdl parsing WSDL... [WARNING] unknown extensibility element or attribute "JAXWS" (in namespace "http://www.w3.org/2000/xmlns/") line 134 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/customization/external/server/custom.wsdl Generating code... parsing WSDL... [WARNING] unknown extensibility element or attribute "JAXWS" (in namespace "http://www.w3.org/2000/xmlns/") line 120 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/customization/external/work/services/server/war/WEB-INF/wsdl/custom.wsdl Generating code... .injected services: customService injected ports: helloPort injected addresses: helloPortAddress .injected services: customService injected ports: helloPort injected addresses: helloPortAddress .injected services: customService injected ports: helloPort injected addresses: helloPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/customization/external_exception_name/./server/custom.wsdl parsing WSDL... [WARNING] unknown extensibility element or attribute "JAXWS" (in namespace "http://www.w3.org/2000/xmlns/") line 67 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/customization/external_exception_name/server/custom.wsdl Generating code... parsing WSDL... Generating code... .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/customization/fully_qualified_service_name/./server/custom.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: customService injected ports: helloPort injected addresses: helloPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/customization/indexed_6625158/./server/test.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/epr/epr_subtypes/./server/hello_literal.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: helloPortAddress ....Generating WSDL parsing WSDL... Generating code... .injected services: addNumbersService injected ports: addNumbersPort injected addresses: addNumbersPortAddress
in-vm://epr.epr_webparam.server/?AddNumbersPort
wsns:AddNumberswsns:AddNumbersService
30 ... Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/epr/epr_webparam_header/./server/TestService.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: testPortAddress ....injected addresses: .injected addresses: ....injected services: injected ports: injected addresses: ..injected addresses: .
in-vm://epr.epr_webparam.server/?AddNumbersPort
wsns:AddNumberswsns:AddNumbersService
..Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/epr/wsdl_eprextensions/./server/HelloService.wsdl parsing WSDL... [WARNING] unknown extensibility element or attribute "EndpointReference" (in namespace "http://www.w3.org/2005/08/addressing") line 73 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/epr/wsdl_eprextensions/server/HelloService.wsdl Generating code... parsing WSDL... [WARNING] unknown extensibility element or attribute "EndpointReference" (in namespace "http://www.w3.org/2005/08/addressing") line 66 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/epr/wsdl_eprextensions/work/services/server/war/WEB-INF/wsdl/HelloService.wsdl Generating code... injected addresses: helloPortAddress .......Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/epr/wsdl_patcher_699/./server/hello_literal.wsdl parsing WSDL... [WARNING] unknown extensibility element or attribute "Issuer" (in namespace "urn:test:sp") line 79 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/epr/wsdl_patcher_699/server/hello_literal.wsdl [WARNING] unknown extensibility element or attribute "EndpointReference" (in namespace "http://www.w3.org/2005/08/addressing") line 91 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/epr/wsdl_patcher_699/server/hello_literal.wsdl [WARNING] unknown extensibility element or attribute "Issuer" (in namespace "urn:test:sp") line 98 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/epr/wsdl_patcher_699/server/hello_literal.wsdl [WARNING] unknown extensibility element or attribute "Issuer" (in namespace "urn:test:sp") line 105 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/epr/wsdl_patcher_699/server/hello_literal.wsdl Generating code... parsing WSDL... [WARNING] unknown extensibility element or attribute "Issuer" (in namespace "urn:test:sp") line 63 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/epr/wsdl_patcher_699/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl [WARNING] unknown extensibility element or attribute "EndpointReference" (in namespace "http://www.w3.org/2005/08/addressing") line 73 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/epr/wsdl_patcher_699/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl [WARNING] unknown extensibility element or attribute "Issuer" (in namespace "urn:test:sp") line 80 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/epr/wsdl_patcher_699/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl [WARNING] unknown extensibility element or attribute "Issuer" (in namespace "urn:test:sp") line 87 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/epr/wsdl_patcher_699/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl Generating code... Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/epr/wsdl_patcher_699/client/EprAddressPatcherTest.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. injected addresses: helloPortAddress ....Generating WSDL parsing WSDL... Generating code... injected addresses: wseprPortAddress ......Generating WSDL parsing WSDL... Generating code... injected addresses: FAKE-NAMEPortAddress ....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/externalmetadata/fromwsdl/./server/external.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: serviceNamePortAddress ....Generating WSDL parsing WSDL... [WARNING] unknown extensibility element or attribute "ns2" (in namespace "http://www.w3.org/2000/xmlns/") line 23 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/absseiimpl/work/services/war/WEB-INF/wsdl/EchoIF.wsdl [WARNING] unknown extensibility element or attribute "ns3" (in namespace "http://www.w3.org/2000/xmlns/") line 24 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/absseiimpl/work/services/war/WEB-INF/wsdl/EchoIF.wsdl [WARNING] unknown extensibility element or attribute "ns4" (in namespace "http://www.w3.org/2000/xmlns/") line 27 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/absseiimpl/work/services/war/WEB-INF/wsdl/EchoIF.wsdl [WARNING] unknown extensibility element or attribute "ns5" (in namespace "http://www.w3.org/2000/xmlns/") line 28 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/absseiimpl/work/services/war/WEB-INF/wsdl/EchoIF.wsdl Generating code... .injected services: echoImplService injected ports: echoPort injected addresses: echoPortAddress . ..Generating WSDL parsing WSDL... Generating code... .injected services: echoImplService injected ports: echoImplPort injected addresses: echoImplPortAddress ...Generating WSDL parsing WSDL... Generating code... injected addresses: echoPortAddress ...........Generating WSDL parsing WSDL... Generating code... injected addresses: pageServicePortAddress ....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/custom_client_jaxbcontext/./server/EchoImplService.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: echoImplPortAddress .Using client's custom JAXBContext ...Generating WSDL Using server's custom JAXBContext Using server's custom JAXBContext parsing WSDL... Generating code... injected addresses: echoImplPortAddress ....Generating WSDL parsing WSDL... Generating code... .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress ...Generating WSDL parsing WSDL... Generating code... injected addresses: echoPortAddress .....Generating WSDL parsing WSDL... Generating code... .injected services: myServiceService injected ports: myServicePort injected addresses: myServicePortAddress Oct 17, 2023 7:44:59 PM com.sun.xml.ws.server.sei.TieHandler createResponse SEVERE: java.lang.NullPointerException java.lang.AssertionError: java.lang.NullPointerException at fromjava.error_capture.MyService.foo(MyService.java:27) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.Trampoline.invoke(MethodUtil.java:52) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.MethodUtil.invoke(MethodUtil.java:77) at com.sun.xml.ws.api.server.MethodUtil.invoke(MethodUtil.java:34) at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:215) at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:124) at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:59) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:82) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:160) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy47/jdk.proxy47.$Proxy176.foo(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at bsh.Reflect.invokeMethod(Reflect.java:131) at bsh.Reflect.invokeObjectMethod(Reflect.java:77) at bsh.Name.invokeMethod(Name.java:852) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41) at bsh.BSHBlock.evalBlock(BSHBlock.java:125) at bsh.BSHBlock.eval(BSHBlock.java:75) at bsh.BSHBlock.eval(BSHBlock.java:41) at bsh.BSHTryStatement.eval(BSHTryStatement.java:80) at bsh.Interpreter.eval(Interpreter.java:659) at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60) at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141) at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) Caused by: java.lang.NullPointerException at fromjava.error_capture.MyService.bar(MyService.java:32) at fromjava.error_capture.MyService.foo(MyService.java:25) ... 66 more com.sun.xml.ws.fault.ServerSOAPFaultException: Client received SOAP Fault from server: java.lang.NullPointerException Please see the server log to find more detail regarding exact cause of the failure. at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:158) at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:104) at com.sun.xml.ws.client.sei.StubHandler.readResponse(StubHandler.java:225) at com.sun.xml.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:176) at com.sun.xml.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:263) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy47/jdk.proxy47.$Proxy176.foo(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at bsh.Reflect.invokeMethod(Reflect.java:131) at bsh.Reflect.invokeObjectMethod(Reflect.java:77) at bsh.Name.invokeMethod(Name.java:852) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41) at bsh.BSHBlock.evalBlock(BSHBlock.java:125) at bsh.BSHBlock.eval(BSHBlock.java:75) at bsh.BSHBlock.eval(BSHBlock.java:41) at bsh.BSHTryStatement.eval(BSHTryStatement.java:80) at bsh.Interpreter.eval(Interpreter.java:659) at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60) at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141) at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) . ..Generating WSDL parsing WSDL... Generating code... injected addresses: echoImplPortAddress ........Generating WSDL parsing WSDL... Generating code... .injected services: testEndpointService injected ports: testEndpointPort injected addresses: testEndpointPortAddress ...Generating WSDL parsing WSDL... [WARNING] unknown extensibility element or attribute "ns2" (in namespace "http://www.w3.org/2000/xmlns/") line 23 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/generics/work/services/war/WEB-INF/wsdl/EchoIF.wsdl [WARNING] unknown extensibility element or attribute "ns3" (in namespace "http://www.w3.org/2000/xmlns/") line 24 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/generics/work/services/war/WEB-INF/wsdl/EchoIF.wsdl [WARNING] unknown extensibility element or attribute "ns4" (in namespace "http://www.w3.org/2000/xmlns/") line 27 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/generics/work/services/war/WEB-INF/wsdl/EchoIF.wsdl [WARNING] unknown extensibility element or attribute "ns5" (in namespace "http://www.w3.org/2000/xmlns/") line 28 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/generics/work/services/war/WEB-INF/wsdl/EchoIF.wsdl Generating code... .injected services: echoImplService injected ports: echoPort injected addresses: echoPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress HelloService_Impl received: 3 .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress HelloService_Impl received: 2 sent: 1, expect 3 back. received: 3 HelloService_Impl received: 3 sent: 1, expect 5 back. received: 5 ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/holder_508/./server/AddNumbers.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: addNumbersService injected ports: addNumbersPort injected addresses: addNumbersPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: echoImplService injected ports: echoPort injected addresses: echoPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: echoInnerService injected ports: echoInnerPort injected addresses: echoInnerPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: testServiceService injected ports: testServicePort injected addresses: testServicePortAddress . injected services: testServiceService injected ports: testServicePort injected addresses: testServicePortAddress ...Generating WSDL Generating WSDL parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: bookPortAddress bookStorePortAddress .[ 433977421 ] Calling timeout on book : abc001 [ 433977421 ] Calling timeout on book : abc002 ...Generating WSDL parsing WSDL... Generating code... injected addresses: echoPortAddress ....Generating WSDL parsing WSDL... Generating code... .injected services: testEndpointImplService injected ports: testEndpointImplPort injected addresses: testEndpointImplPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress Oct 17, 2023 7:45:22 PM com.sun.xml.ws.server.sei.TieHandler createResponse SEVERE: my remote exception java.rmi.RemoteException: my remote exception at fromjava.nosei.server.EchoImpl.echoString(EchoImpl.java:145) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.Trampoline.invoke(MethodUtil.java:52) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.MethodUtil.invoke(MethodUtil.java:77) at com.sun.xml.ws.api.server.MethodUtil.invoke(MethodUtil.java:34) at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:215) at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:124) at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:59) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:82) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:160) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy60/jdk.proxy60.$Proxy196.echoString(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at bsh.Reflect.invokeMethod(Reflect.java:131) at bsh.Reflect.invokeObjectMethod(Reflect.java:77) at bsh.Name.invokeMethod(Name.java:852) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41) at bsh.BSHBlock.evalBlock(BSHBlock.java:125) at bsh.BSHBlock.eval(BSHBlock.java:75) at bsh.BSHBlock.eval(BSHBlock.java:41) at bsh.BSHTryStatement.eval(BSHTryStatement.java:80) at bsh.Interpreter.eval(Interpreter.java:659) at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60) at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141) at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress name: dirk name: dirk .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress echoInHeader returnning: 34 . injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress oneway called ---------------------------------- ...Generating WSDL parsing WSDL... Generating code... .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: echoImplService injected ports: echoImplPort injected addresses: echoImplPortAddress .injected services: echoImplService injected ports: echoImplPort injected addresses: echoImplPortAddress .injected services: echoImplService injected ports: echoImplPort injected addresses: echoImplPortAddress .injected services: echoImplService injected ports: echoImplPort injected addresses: echoImplPortAddress .injected services: echoImplService injected ports: echoImplPort injected addresses: echoImplPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress . injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: echoImplService injected ports: echoImplPort injected addresses: echoImplPortAddress 5 ...Generating WSDL parsing WSDL... Generating code... ...Generating WSDL parsing WSDL... Generating code... .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress oneway called ---------------------------------- ...Generating WSDL parsing WSDL... Generating code... .injected services: BService injected ports: BPort injected addresses: BPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: echoImplService injected ports: echoImplPort injected addresses: echoImplPortAddress .injected services: echoImplService injected ports: echoImplPort injected addresses: echoImplPortAddress ...Generating WSDL parsing WSDL... [WARNING] unknown extensibility element or attribute "ns2" (in namespace "http://www.w3.org/2000/xmlns/") line 29 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/seinoimpl/work/services/server/war/WEB-INF/wsdl/EchoIF.wsdl [WARNING] unknown extensibility element or attribute "ns3" (in namespace "http://www.w3.org/2000/xmlns/") line 30 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/seinoimpl/work/services/server/war/WEB-INF/wsdl/EchoIF.wsdl [WARNING] unknown extensibility element or attribute "ns4" (in namespace "http://www.w3.org/2000/xmlns/") line 33 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/seinoimpl/work/services/server/war/WEB-INF/wsdl/EchoIF.wsdl [WARNING] unknown extensibility element or attribute "ns5" (in namespace "http://www.w3.org/2000/xmlns/") line 34 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/seinoimpl/work/services/server/war/WEB-INF/wsdl/EchoIF.wsdl [WARNING] unknown extensibility element or attribute "ns6" (in namespace "http://www.w3.org/2000/xmlns/") line 37 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/seinoimpl/work/services/server/war/WEB-INF/wsdl/EchoIF.wsdl [WARNING] unknown extensibility element or attribute "ns7" (in namespace "http://www.w3.org/2000/xmlns/") line 38 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/seinoimpl/work/services/server/war/WEB-INF/wsdl/EchoIF.wsdl Generating code... .injected services: echoImplService injected ports: echoImplPort injected addresses: echoImplPortAddress .. .Generating WSDL parsing WSDL... Generating code... .injected services: echoImplService injected ports: echoImplPort injected addresses: echoImplPortAddress Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromjava/stateful/bank/server/Account.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. ...Generating WSDL Generating WSDL parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: accountService bankServiceService injected ports: accountPort bankServicePort injected addresses: accountPortAddress bankServicePortAddress
in-vm://fromjava.stateful.bank/?accountPort
b04f3835-1f14-4846-b64c-360fb5291023wsns:Accountwsns:AccountService
.injected services: accountService bankServiceService injected ports: accountPort bankServicePort injected addresses: accountPortAddress bankServicePortAddress Oct 17, 2023 7:45:34 PM com.sun.xml.ws.server.StatefulInstanceResolver resolve INFO: Request had an unrecognized object ID ae121f4b-150d-44c2-8fde-5b7185f9369f Oct 17, 2023 7:45:34 PM com.sun.xml.ws.server.sei.TieHandler createResponse SEVERE: no such account jakarta.xml.ws.WebServiceException: no such account at fromjava.stateful.bank.server.Account$2.getBalance(Account.java:66) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.Trampoline.invoke(MethodUtil.java:52) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.MethodUtil.invoke(MethodUtil.java:77) at com.sun.xml.ws.api.server.MethodUtil.invoke(MethodUtil.java:34) at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:215) at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:124) at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:59) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:82) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:160) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy72/jdk.proxy72.$Proxy209.getBalance(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at bsh.Reflect.invokeMethod(Reflect.java:131) at bsh.Reflect.invokeObjectMethod(Reflect.java:77) at bsh.Name.invokeMethod(Name.java:852) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41) at bsh.BSHBlock.evalBlock(BSHBlock.java:125) at bsh.BSHBlock.eval(BSHBlock.java:75) at bsh.BSHBlock.eval(BSHBlock.java:41) at bsh.BSHTryStatement.eval(BSHTryStatement.java:80) at bsh.Interpreter.eval(Interpreter.java:659) at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60) at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141) at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) com.sun.xml.ws.fault.ServerSOAPFaultException: Client received SOAP Fault from server: no such account Please see the server log to find more detail regarding exact cause of the failure. at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:158) at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:104) at com.sun.xml.ws.client.sei.StubHandler.readResponse(StubHandler.java:225) at com.sun.xml.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:176) at com.sun.xml.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:263) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy72/jdk.proxy72.$Proxy209.getBalance(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at bsh.Reflect.invokeMethod(Reflect.java:131) at bsh.Reflect.invokeObjectMethod(Reflect.java:77) at bsh.Name.invokeMethod(Name.java:852) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41) at bsh.BSHBlock.evalBlock(BSHBlock.java:125) at bsh.BSHBlock.eval(BSHBlock.java:75) at bsh.BSHBlock.eval(BSHBlock.java:41) at bsh.BSHTryStatement.eval(BSHTryStatement.java:80) at bsh.Interpreter.eval(Interpreter.java:659) at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60) at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141) at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) .injected services: accountService bankServiceService injected ports: accountPort bankServicePort injected addresses: accountPortAddress bankServicePortAddress Oct 17, 2023 7:45:36 PM com.sun.xml.ws.server.StatefulInstanceResolver resolve INFO: Request had an unrecognized object ID bdfb2908-200a-496c-a619-ab169fb7f689 Oct 17, 2023 7:45:36 PM com.sun.xml.ws.server.sei.TieHandler createResponse SEVERE: no such account jakarta.xml.ws.WebServiceException: no such account at fromjava.stateful.bank.server.Account$2.getBalance(Account.java:66) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.Trampoline.invoke(MethodUtil.java:52) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.MethodUtil.invoke(MethodUtil.java:77) at com.sun.xml.ws.api.server.MethodUtil.invoke(MethodUtil.java:34) at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:215) at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:124) at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:59) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:82) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:160) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy72/jdk.proxy72.$Proxy209.getBalance(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at bsh.Reflect.invokeMethod(Reflect.java:131) at bsh.Reflect.invokeObjectMethod(Reflect.java:77) at bsh.Name.invokeMethod(Name.java:852) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41) at bsh.BSHBlock.evalBlock(BSHBlock.java:125) at bsh.BSHBlock.eval(BSHBlock.java:75) at bsh.BSHBlock.eval(BSHBlock.java:41) at bsh.BSHTryStatement.eval(BSHTryStatement.java:80) at bsh.Interpreter.eval(Interpreter.java:659) at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60) at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141) at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) com.sun.xml.ws.fault.ServerSOAPFaultException: Client received SOAP Fault from server: no such account Please see the server log to find more detail regarding exact cause of the failure. at com.sun.xml.ws.fault.SOAP11Fault.getProtocolException(SOAP11Fault.java:158) at com.sun.xml.ws.fault.SOAPFaultBuilder.createException(SOAPFaultBuilder.java:104) at com.sun.xml.ws.client.sei.StubHandler.readResponse(StubHandler.java:225) at com.sun.xml.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:176) at com.sun.xml.ws.db.DatabindingImpl.deserializeResponse(DatabindingImpl.java:263) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy72/jdk.proxy72.$Proxy209.getBalance(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at bsh.Reflect.invokeMethod(Reflect.java:131) at bsh.Reflect.invokeObjectMethod(Reflect.java:77) at bsh.Name.invokeMethod(Name.java:852) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41) at bsh.BSHBlock.evalBlock(BSHBlock.java:125) at bsh.BSHBlock.eval(BSHBlock.java:75) at bsh.BSHBlock.eval(BSHBlock.java:41) at bsh.BSHTryStatement.eval(BSHTryStatement.java:80) at bsh.Interpreter.eval(Interpreter.java:659) at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60) at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141) at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) .injected services: accountService bankServiceService injected ports: accountPort bankServicePort injected addresses: accountPortAddress bankServicePortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: carDealerImplService injected ports: carDealerPort injected addresses: carDealerPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: carDealerImplService injected ports: carDealerPort injected addresses: carDealerPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: carDealerService injected ports: carDealerPort injected addresses: carDealerPortAddress ...Generating WSDL parsing WSDL... Generating code... injected addresses: calculatorPortAddress ......Generating WSDL parsing WSDL... Generating code... .injected services: testImplService injected ports: testImplPort injected addresses: testImplPortAddress .injected services: testImplService injected ports: testImplPort injected addresses: testImplPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: testImplService injected ports: testImplPort injected addresses: testImplPortAddress .injected services: testImplService injected ports: testImplPort injected addresses: testImplPortAddress .injected services: testImplService injected ports: testImplPort injected addresses: testImplPortAddress ... Generating WSDL parsing WSDL... Generating code... .injected services: testImplService injected ports: testImplPort injected addresses: testImplPortAddress .injected services: testImplService injected ports: testImplPort injected addresses: testImplPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: testImplService injected ports: testImplPort injected addresses: testImplPortAddress .injected services: testImplService injected ports: testImplPort injected addresses: testImplPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: testImplService injected ports: testImplPort injected addresses: testImplPortAddress .injected services: testImplService injected ports: testImplPort injected addresses: testImplPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: testImplService injected ports: testImplPort injected addresses: testImplPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: echoImplService injected ports: echoImplPort injected addresses: echoImplPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: testImplService injected ports: testImplPort injected addresses: testImplPortAddress .injected services: testImplService injected ports: testImplPort injected addresses: testImplPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress ...Generating WSDL parsing WSDL... Generating code... .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress ...Generating WSDL parsing WSDL... Generating code... injected addresses: addNumbersPortAddress ..... ................Generating WSDL parsing WSDL... Generating code... injected addresses: addNumbersPortAddress .....................Generating WSDL parsing WSDL... Generating code... .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress ... Generating WSDL parsing WSDL... Generating code... injected addresses: echoPortAddress ....Generating WSDL parsing WSDL... Generating code... .injected services: echoService injected ports: echoPort injected addresses: echoPortAddress injected addresses: echoPortAddress ..........Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/additional_header/doclit/./server/sample.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/asyncprovider/simple/./server/hello_literal.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress **** Received in AsyncProvider Impl ****** **** recvBean ****** **** sendSource ****** **** Received in AsyncProvider Impl ****** **** recvBean ****** **** sendBean ****** **** Received in AsyncProvider Impl ****** **** recvBean ****** **** sendSource ****** **** Received in AsyncProvider Impl ****** **** recvBean ****** **** sendBean ****** ....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/catalog/./server/hello.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: helloPortAddress .Hello_PortType_Impl received: foo, bar MIRAN: TEST finished. ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/client_from_sei/./server/hello_literal.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: helloPortAddress ......Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/conflict_574/./server/hello_literal.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress ... Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/fault/./server/fault.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Throwing Fault1Exception Expected exception received: Fault1 message .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Throwing Fault2Exception Expected exception received: Fault2 message .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Throwing Fault3Exception Expected exception received: Fault3 message .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Throwing Fault4Exception Expected exception received: Fault4 message .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Oct 17, 2023 7:46:16 PM com.sun.xml.ws.server.sei.TieHandler createResponse SEVERE: Cannot invoke "Object.hashCode()" because "o" is null java.lang.NullPointerException: Cannot invoke "Object.hashCode()" because "o" is null at fromwsdl.fault.server.FaultImpl.echo(FaultImpl.java:76) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.Trampoline.invoke(MethodUtil.java:52) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.MethodUtil.invoke(MethodUtil.java:77) at com.sun.xml.ws.api.server.MethodUtil.invoke(MethodUtil.java:34) at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:215) at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:124) at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:59) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:82) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:160) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy97/jdk.proxy97.$Proxy235.echo(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at bsh.Reflect.invokeMethod(Reflect.java:131) at bsh.Reflect.invokeObjectMethod(Reflect.java:77) at bsh.Name.invokeMethod(Name.java:852) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41) at bsh.BSHVariableDeclarator.eval(BSHVariableDeclarator.java:80) at bsh.BSHTypedVariableDeclaration.eval(BSHTypedVariableDeclaration.java:78) at bsh.BSHBlock.evalBlock(BSHBlock.java:125) at bsh.BSHBlock.eval(BSHBlock.java:75) at bsh.BSHBlock.eval(BSHBlock.java:41) at bsh.BSHTryStatement.eval(BSHTryStatement.java:80) at bsh.Interpreter.eval(Interpreter.java:659) at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60) at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141) at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) Expected exception received: Client received SOAP Fault from server: Cannot invoke "Object.hashCode()" because "o" is null Please see the server log to find more detail regarding exact cause of the failure. .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Expected exception received: Client received SOAP Fault from server: soap fault exception fault Please see the server log to find more detail regarding exact cause of the failure. .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Throwing Fault1Exception with Cause Expected exception received: soap fault exception fault .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Expected exception received: Client received SOAP Fault from server: This is a fault. Please see the server log to find more detail regarding exact cause of the failure. .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Expected exception received: Client received SOAP Fault from server: jakarta.xml.ws.ProtocolException Please see the server log to find more detail regarding exact cause of the failure. .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Expected exception received: Client received SOAP Fault from server: FaultImpl Please see the server log to find more detail regarding exact cause of the failure. .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress in-vm://fromwsdl.fault.server/?FaultImplService Throwing Fault1Exception Expected exception received: Client received SOAP Fault from server: Fault1 message Please see the server log to find more detail regarding exact cause of the failure. ...injected addresses: .{http://www.globalcompany.example.com/ns/OrderBookingService}OrderProcessorCallbackcom.sun.xml.ws.model.wsdl.WSDLPortTypeImpl@339035cb {http://www.globalcompany.example.com/ns/OrderBookingService}OrderProcessorcom.sun.xml.ws.model.wsdl.WSDLPortTypeImpl@1b98cf6d {www.globalcompany.example.com}StoreFrontServicecom.sun.xml.ws.model.wsdl.WSDLPortTypeImpl@111f418f ..Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/handler_simple/./server/hello_literal.wsdl parsing WSDL... [WARNING] SOAP port "HelloPort12": uses a non-standard SOAP 1.2 binding. line 125 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/handler_simple/server/hello_literal.wsdl Generating code... parsing WSDL... [WARNING] SOAP port "HelloPort12": uses a non-standard SOAP 1.2 binding. line 111 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/handler_simple/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl Generating code... Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/handler_simple/client/ReferenceParameterHandler.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address HelloService_Impl received: 2 HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address HelloService_Impl received: 2 HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address HelloService_Impl received: 2 .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address add1in-vm://fromwsdl.handler_simple.server/?HelloPort add2in-vm://fromwsdl.handler_simple.server/?HelloPort12 HelloService_Impl received: 2 HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address HelloService_Impl received: 2 HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address 2 HelloThereHelloService_Impl received: 2 3.injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address HelloService_Impl received: 2 HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address Hello12Service_Impl received: 2 Hello12Service_Impl received: 3 ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/handler_simple_rpclit/./server/hello_literal.wsdl parsing WSDL... [WARNING] SOAP port "HelloPort12": uses a non-standard SOAP 1.2 binding. line 123 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/handler_simple_rpclit/server/hello_literal.wsdl Generating code... parsing WSDL... [WARNING] SOAP port "HelloPort12": uses a non-standard SOAP 1.2 binding. line 112 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/handler_simple_rpclit/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl Generating code... .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address HelloService_Impl received: 2 HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address HelloService_Impl received: 2 HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address HelloService_Impl received: 2 .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address .injected services: hello_Service injected ports: helloPort helloPort12 injected addresses: helloPortAddress helloPort12Address Hello12Service_Impl received: 2 Hello12Service_Impl received: 3 . ..Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/header/doclit/./server/header.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/header/rpclit/./server/header.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress Inside ClientHandler... Inside ServerHandler... Inside ServerHandler... Inside ClientHandler... .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress Inside ClientHandler... Inside ServerHandler... .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress Inside ClientHandler... Inside ServerHandler... Inside ServerHandler... Inside ClientHandler... .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress Inside ClientHandler... Inside ServerHandler... Set the response object Inside ServerHandler... Inside ClientHandler... ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/list_string_600/./server/HelloService.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: helloServicePortAddress ....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/mime/simple_doclit/./server/Catalog.wsdl parsing WSDL... Generating code... Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. parsing WSDL... Generating code... Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. injected addresses: catalogPortAddress ......Client handler processing echoImageWithInfo() request! Server handler processing echoImageWithInfo() response! Server handler processing echoImageWithInfo() request! Client handler processing echoImageWithInfo() response! ....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/mime/simple_doclit_content_id/./server/Catalog.wsdl parsing WSDL... Generating code... Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/mime/simple_doclit_content_id/server/ServerHandler.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. parsing WSDL... Generating code... Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. injected addresses: catalogPortAddress .the content id attachOut=ad0225cd-9125-4505-bf32-f5e4a43d24db@jaxws.sun.com Content is class javax.xml.transform.stream.StreamSource ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/mime/simple_rpclit/./server/Catalog.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: catalogPortAddress ..... ......Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/mime/text_plain_754/./server/Catalog.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: catalogPortAddress ....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/policy/usingpolicy_req/./server/usingpolicy-required.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/portType_fault/./server/fault.wsdl parsing WSDL... [WARNING] fault "Fault4" in portType operation "echo" does not match any fault in the corresponding binding operation line 78 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/portType_fault/server/fault.wsdl Generating code... parsing WSDL... [WARNING] fault "Fault4" in portType operation "echo" does not match any fault in the corresponding binding operation line 68 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/portType_fault/work/services/server/war/WEB-INF/wsdl/fault.wsdl Generating code... .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Throwing Fault4Exception Expected exception received: Fault4 message .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress in-vm://fromwsdl.portType_fault.server/?FaultImplService Throwing Fault4Exception Expected exception received: Client received SOAP Fault from server: Fault4 message Please see the server log to find more detail regarding exact cause of the failure. ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/rpclit_134/./server/header.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress Inside ClientHandler... Inside ServerHandler... Inside ServerHandler... Inside ClientHandler... ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/schema_validation/basic/./server/hello_literal.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress Oct 17, 2023 7:46:24 PM com.sun.xml.ws.server.ServerSchemaValidationTube processRequest WARNING: Client Request doesn't pass Service's Schema Validation com.sun.istack.SAXParseException2; org.xml.sax.SAXParseException; cvc-complex-type.2.4.b: The content of element 'ns2:Hello' is not complete. One of '{extra}' is expected. at com.sun.xml.ws.util.xml.StAXSource$1.parse(StAXSource.java:187) at com.sun.xml.ws.util.xml.StAXSource$1.parse(StAXSource.java:165) at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl.validate(ValidatorHandlerImpl.java:732) at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorImpl.validate(ValidatorImpl.java:101) at java.xml/javax.xml.validation.Validator.validate(Validator.java:124) at com.sun.xml.ws.util.pipe.AbstractSchemaValidationTube.doProcess(AbstractSchemaValidationTube.java:548) at com.sun.xml.ws.server.ServerSchemaValidationTube.processRequest(ServerSchemaValidationTube.java:97) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:82) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:160) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy108/jdk.proxy108.$Proxy252.hello(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at bsh.Reflect.invokeMethod(Reflect.java:131) at bsh.Reflect.invokeObjectMethod(Reflect.java:77) at bsh.Name.invokeMethod(Name.java:852) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41) at bsh.BSHAssignment.eval(BSHAssignment.java:71) at bsh.BSHBlock.evalBlock(BSHBlock.java:125) at bsh.BSHBlock.eval(BSHBlock.java:75) at bsh.BSHBlock.eval(BSHBlock.java:41) at bsh.BSHTryStatement.eval(BSHTryStatement.java:80) at bsh.Interpreter.eval(Interpreter.java:659) at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60) at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141) at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) Caused by: com.sun.istack.XMLStreamException2: org.xml.sax.SAXParseException; cvc-complex-type.2.4.b: The content of element 'ns2:Hello' is not complete. One of '{extra}' is expected. at com.sun.istack.XMLStreamReaderToContentHandler.handleEndElement(XMLStreamReaderToContentHandler.java:256) at com.sun.istack.XMLStreamReaderToContentHandler.bridge(XMLStreamReaderToContentHandler.java:124) at com.sun.xml.ws.util.xml.StAXSource$1.parse(StAXSource.java:178) ... 60 more Caused by: org.xml.sax.SAXParseException; cvc-complex-type.2.4.b: The content of element 'ns2:Hello' is not complete. One of '{extra}' is expected. at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:204) at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:135) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:512) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3588) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidComplexType(XMLSchemaValidator.java:3507) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidType(XMLSchemaValidator.java:3433) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processElementContent(XMLSchemaValidator.java:3335) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleEndElement(XMLSchemaValidator.java:2373) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(XMLSchemaValidator.java:944) at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl.endElement(ValidatorHandlerImpl.java:585) at java.xml/org.xml.sax.helpers.XMLFilterImpl.endElement(XMLFilterImpl.java:558) at com.sun.istack.XMLStreamReaderToContentHandler.handleEndElement(XMLStreamReaderToContentHandler.java:241) ... 62 more .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress Hello_PortType_Impl received: foo, bar .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/schema_validation/external_schema_571/./server/AddNumbers.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: addNumbersPortAddress .. Oct 17, 2023 7:46:24 PM com.sun.xml.ws.server.ServerSchemaValidationTube processRequest WARNING: Client Request doesn't pass Service's Schema Validation com.sun.istack.SAXParseException2; org.xml.sax.SAXParseException; cvc-totalDigits-valid: Value '10001' has 5 total digits, but the number of total digits has been limited to 4. at com.sun.xml.ws.util.xml.StAXSource$1.parse(StAXSource.java:187) at com.sun.xml.ws.util.xml.StAXSource$1.parse(StAXSource.java:165) at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl.validate(ValidatorHandlerImpl.java:732) at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorImpl.validate(ValidatorImpl.java:101) at java.xml/javax.xml.validation.Validator.validate(Validator.java:124) at com.sun.xml.ws.util.pipe.AbstractSchemaValidationTube.doProcess(AbstractSchemaValidationTube.java:548) at com.sun.xml.ws.server.ServerSchemaValidationTube.processRequest(ServerSchemaValidationTube.java:97) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:82) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:160) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy109/jdk.proxy109.$Proxy253.addNumbers(Unknown Source) at fromwsdl.schema_validation.external_schema_571.client.AddNumbersTest.testServerValidationFailure(AddNumbersTest.java:43) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) Caused by: com.sun.istack.XMLStreamException2: org.xml.sax.SAXParseException; cvc-totalDigits-valid: Value '10001' has 5 total digits, but the number of total digits has been limited to 4. at com.sun.istack.XMLStreamReaderToContentHandler.handleEndElement(XMLStreamReaderToContentHandler.java:256) at com.sun.istack.XMLStreamReaderToContentHandler.bridge(XMLStreamReaderToContentHandler.java:124) at com.sun.xml.ws.util.xml.StAXSource$1.parse(StAXSource.java:178) ... 50 more Caused by: org.xml.sax.SAXParseException; cvc-totalDigits-valid: Value '10001' has 5 total digits, but the number of total digits has been limited to 4. at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:204) at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:135) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:512) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3588) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidType(XMLSchemaValidator.java:3425) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processElementContent(XMLSchemaValidator.java:3335) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleEndElement(XMLSchemaValidator.java:2373) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(XMLSchemaValidator.java:944) at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl.endElement(ValidatorHandlerImpl.java:585) at java.xml/org.xml.sax.helpers.XMLFilterImpl.endElement(XMLFilterImpl.java:558) at com.sun.istack.XMLStreamReaderToContentHandler.handleEndElement(XMLStreamReaderToContentHandler.java:241) ... 52 more .... .Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/schema_validation/fault_code_552/./server/AddNumbers.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: addNumbersService injected ports: addNumbersPort injected addresses: addNumbersPortAddress Oct 17, 2023 7:46:24 PM com.sun.xml.ws.server.ServerSchemaValidationTube processRequest WARNING: Client Request doesn't pass Service's Schema Validation com.sun.istack.SAXParseException2; org.xml.sax.SAXParseException; cvc-totalDigits-valid: Value '12345' has 5 total digits, but the number of total digits has been limited to 4. at com.sun.xml.ws.util.xml.StAXSource$1.parse(StAXSource.java:187) at com.sun.xml.ws.util.xml.StAXSource$1.parse(StAXSource.java:165) at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl.validate(ValidatorHandlerImpl.java:732) at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorImpl.validate(ValidatorImpl.java:101) at java.xml/javax.xml.validation.Validator.validate(Validator.java:124) at com.sun.xml.ws.util.pipe.AbstractSchemaValidationTube.doProcess(AbstractSchemaValidationTube.java:548) at com.sun.xml.ws.server.ServerSchemaValidationTube.processRequest(ServerSchemaValidationTube.java:97) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:111) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:237) at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:277) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at bsh.Reflect.invokeMethod(Reflect.java:131) at bsh.Reflect.invokeObjectMethod(Reflect.java:77) at bsh.Name.invokeMethod(Name.java:852) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41) at bsh.BSHAssignment.eval(BSHAssignment.java:71) at bsh.BSHBlock.evalBlock(BSHBlock.java:125) at bsh.BSHBlock.eval(BSHBlock.java:75) at bsh.BSHBlock.eval(BSHBlock.java:41) at bsh.BSHTryStatement.eval(BSHTryStatement.java:80) at bsh.Interpreter.eval(Interpreter.java:659) at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60) at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141) at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) Caused by: com.sun.istack.XMLStreamException2: org.xml.sax.SAXParseException; cvc-totalDigits-valid: Value '12345' has 5 total digits, but the number of total digits has been limited to 4. at com.sun.istack.XMLStreamReaderToContentHandler.handleEndElement(XMLStreamReaderToContentHandler.java:256) at com.sun.istack.XMLStreamReaderToContentHandler.bridge(XMLStreamReaderToContentHandler.java:124) at com.sun.xml.ws.util.xml.StAXSource$1.parse(StAXSource.java:178) ... 57 more Caused by: org.xml.sax.SAXParseException; cvc-totalDigits-valid: Value '12345' has 5 total digits, but the number of total digits has been limited to 4. at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:204) at java.xml/com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:135) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:396) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:327) at java.xml/com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:284) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:512) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError(XMLSchemaValidator.java:3588) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.elementLocallyValidType(XMLSchemaValidator.java:3425) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.processElementContent(XMLSchemaValidator.java:3335) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleEndElement(XMLSchemaValidator.java:2373) at java.xml/com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.endElement(XMLSchemaValidator.java:944) at java.xml/com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorHandlerImpl.endElement(ValidatorHandlerImpl.java:585) at java.xml/org.xml.sax.helpers.XMLFilterImpl.endElement(XMLFilterImpl.java:558) at com.sun.istack.XMLStreamReaderToContentHandler.handleEndElement(XMLStreamReaderToContentHandler.java:241) ... 59 more ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/soap12/fault/./server/fault.wsdl parsing WSDL... [WARNING] SOAP port "FaultPort": uses a non-standard SOAP 1.2 binding. line 108 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/soap12/fault/server/fault.wsdl Generating code... parsing WSDL... [WARNING] SOAP port "FaultPort": uses a non-standard SOAP 1.2 binding. line 98 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/soap12/fault/work/services/server/war/WEB-INF/wsdl/fault.wsdl Generating code... .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Throwing Fault1Exception Expected exception received: Fault1 message .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Throwing Fault2Exception Expected exception received: Fault2 message .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Throwing Fault3Exception Expected exception received: Fault3 message .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Throwing Fault4Exception Expected exception received: Fault4 message .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Oct 17, 2023 7:46:24 PM com.sun.xml.ws.server.sei.TieHandler createResponse SEVERE: Cannot invoke "Object.hashCode()" because "o" is null java.lang.NullPointerException: Cannot invoke "Object.hashCode()" because "o" is null at fromwsdl.soap12.fault.server.FaultImpl.echo(FaultImpl.java:73) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.Trampoline.invoke(MethodUtil.java:52) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.MethodUtil.invoke(MethodUtil.java:77) at com.sun.xml.ws.api.server.MethodUtil.invoke(MethodUtil.java:34) at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:215) at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:124) at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:59) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:82) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:160) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy111/jdk.proxy111.$Proxy255.echo(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at bsh.Reflect.invokeMethod(Reflect.java:131) at bsh.Reflect.invokeObjectMethod(Reflect.java:77) at bsh.Name.invokeMethod(Name.java:852) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41) at bsh.BSHBlock.evalBlock(BSHBlock.java:125) at bsh.BSHBlock.eval(BSHBlock.java:75) at bsh.BSHBlock.eval(BSHBlock.java:41) at bsh.BSHTryStatement.eval(BSHTryStatement.java:80) at bsh.Interpreter.eval(Interpreter.java:659) at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60) at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141) at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) Expected exception received: Client received SOAP Fault from server: Cannot invoke "Object.hashCode()" because "o" is null Please see the server log to find more detail regarding exact cause of the failure. .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Expected exception received: Client received SOAP Fault from server: SOAPFaultException Please see the server log to find more detail regarding exact cause of the failure. .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Throwing Fault1Exception with Cause Expected exception received: Fault1 message .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress .injected services: faultService injected ports: faultPort injected addresses: faultPortAddress Expected exception received: Client received SOAP Fault from server: FaultImpl Please see the server log to find more detail regarding exact cause of the failure. ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/soap12/hello/./server/hello.wsdl parsing WSDL... [WARNING] SOAP port "HelloPort": uses a non-standard SOAP 1.2 binding. line 262 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/soap12/hello/server/hello.wsdl Generating code... parsing WSDL... [WARNING] SOAP port "HelloPort": uses a non-standard SOAP 1.2 binding. line 249 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/soap12/hello/work/services/server/war/WEB-INF/wsdl/hello.wsdl Generating code... .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress Hello_PortType_Impl received: foo, bar .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/swaref/./server/hello.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/type_substitution/./server/CarDealerService.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: carDealerService injected ports: carDealerPort injected addresses: carDealerPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/wrapper_xmltype_601/./server/wrapper.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: helloPortAddress ....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/wsa/wsdl_rpclit/./server/WrapperService.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: wrapperService injected ports: wrapperPort injected addresses: wrapperPortAddress . ..Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/wsdl_hello_lit/./server/hello_literal.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress Hello_PortType_Impl received: foo, bar .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress Hello_PortType_Impl received: foo, null .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/wsdl_rpclit/./server/service.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: retailerService injected ports: retailerPort injected addresses: retailerPortAddress .injected services: retailerService injected ports: retailerPort injected addresses: retailerPortAddress .injected services: retailerService injected ports: retailerPort injected addresses: retailerPortAddress .injected services: retailerService injected ports: retailerPort injected addresses: retailerPortAddress .injected services: retailerService injected ports: retailerPort injected addresses: retailerPortAddress .injected services: retailerService injected ports: retailerPort injected addresses: retailerPortAddress .injected services: retailerService injected ports: retailerPort injected addresses: retailerPortAddress .injected services: retailerService injected ports: retailerPort injected addresses: retailerPortAddress .injected services: retailerService injected ports: retailerPort injected addresses: retailerPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/fromwsdl/xmime_501/./server/hello.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: helloPortAddress ....Generating WSDL parsing WSDL... Generating code... injected addresses: helloPortAddress .CLIENT-SIDE Message Oubound: true SERVER-SIDE Message Oubound: false HelloService_Impl received: 1 SERVER-SIDE Message Oubound: true CLIENT-SIDE Message Oubound: false ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/handler/handler_processing/./server/service.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/handler/handler_processing/client/TestHandlerResolver.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. injected addresses: testServicePortAddress reportServicePortAddress ...... injected addresses: testServicePortAddress reportServicePortAddress service throwing service exception as instructed service throwing service exception as instructed service throwing runtime exception as instructed Oct 17, 2023 7:46:28 PM com.sun.xml.ws.server.sei.TieHandler createResponse SEVERE: test exception java.lang.RuntimeException: test exception at handler.handler_processing.server.TestService_PortType_Impl.testInt(TestService_PortType_Impl.java:29) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.Trampoline.invoke(MethodUtil.java:52) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.MethodUtil.invoke(MethodUtil.java:77) at com.sun.xml.ws.api.server.MethodUtil.invoke(MethodUtil.java:34) at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:215) at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:124) at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:59) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:82) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:160) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy121/jdk.proxy121.$Proxy266.testInt(Unknown Source) at handler.handler_processing.client.EndToEndErrorTest.testServiceRuntimeException1(EndToEndErrorTest.java:1172) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) ........................injected addresses: testServicePortAddress reportServicePortAddress ...waiting for async response. ....unexpected XML tag. expected: {urn:test:types}TestIntResponse but found: {urn:test:types}TestInt ...service received 0 in one-way method .service received 0 in one-way method .service received 0 in one-way method .service received 0 in one-way method .... .service received 0 in one-way method ...service received 0 in one-way method .......service received 0 in one-way method .service received 0 in one-way method ..injected addresses: testServicePortAddress reportServicePortAddress service throwing runtime exception as instructed Oct 17, 2023 7:46:29 PM com.sun.xml.ws.server.sei.TieHandler createResponse SEVERE: test exception java.lang.RuntimeException: test exception at handler.handler_processing.server.TestService_PortType_Impl.testInt(TestService_PortType_Impl.java:29) at jdk.internal.reflect.GeneratedMethodAccessor80.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.Trampoline.invoke(MethodUtil.java:52) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.MethodUtil.invoke(MethodUtil.java:77) at com.sun.xml.ws.api.server.MethodUtil.invoke(MethodUtil.java:34) at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:215) at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:124) at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:59) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:82) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:160) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy121/jdk.proxy121.$Proxy266.testInt(Unknown Source) at handler.handler_processing.client.HandleFaultTest.testServerFaultNamespace1(HandleFaultTest.java:660) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) ...........injected addresses: testServicePortAddress reportServicePortAddress .service received 0 in one-way method ok .ok ...Generating WSDL parsing WSDL... Generating code... Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/handler/messagehandler/client/TestHandler.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/handler/messagehandler/client/TestHandler.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress handler.messagehandler.client.Hello@1eb0bf7c HelloService_Impl received: 2 handler.messagehandler.client.HelloResponse@d0d412f ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/handler/single_handlertube/./server/hello_literal.wsdl parsing WSDL... [WARNING] SOAP port "HelloPort12": uses a non-standard SOAP 1.2 binding. line 279 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/handler/single_handlertube/server/hello_literal.wsdl Generating code... parsing WSDL... [WARNING] SOAP port "HelloPort12": uses a non-standard SOAP 1.2 binding. line 264 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/handler/single_handlertube/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl Generating code... Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/handler/single_handlertube/client/HandlerClientTest.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/handler/single_handlertube/client/TestCaseBase.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. injected addresses: helloPortAddress reportServicePortAddress helloPort12Address .HelloService_Impl received: -100 Oct 17, 2023 7:46:29 PM com.sun.xml.ws.server.sei.TieHandler createResponse SEVERE: Throwing RuntimeException as expected java.lang.RuntimeException: Throwing RuntimeException as expected at handler.single_handlertube.server.HelloService_Impl.hello(HelloService_Impl.java:25) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.Trampoline.invoke(MethodUtil.java:52) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.MethodUtil.invoke(MethodUtil.java:77) at com.sun.xml.ws.api.server.MethodUtil.invoke(MethodUtil.java:34) at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:215) at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:124) at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:59) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:82) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:160) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy123/jdk.proxy123.$Proxy268.hello(Unknown Source) at handler.single_handlertube.client.HandlerClientTest.testServerRtException1(HandlerClientTest.java:122) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) ok .Hello12Service_Impl received: -100 Oct 17, 2023 7:46:29 PM com.sun.xml.ws.server.sei.TieHandler createResponse SEVERE: Throwing RuntimeException as expected java.lang.RuntimeException: Throwing RuntimeException as expected at handler.single_handlertube.server.HelloService12_Impl.hello12(HelloService12_Impl.java:29) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.Trampoline.invoke(MethodUtil.java:52) at jdk.internal.reflect.GeneratedMethodAccessor7.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at com.sun.xml.ws.util.MethodUtil.invoke(MethodUtil.java:77) at com.sun.xml.ws.api.server.MethodUtil.invoke(MethodUtil.java:34) at com.sun.xml.ws.api.server.InstanceResolver$1.invoke(InstanceResolver.java:215) at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:124) at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:59) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:82) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:160) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy123/jdk.proxy123.$Proxy270.hello12(Unknown Source) at handler.single_handlertube.client.HandlerClientTest.testServerRtException2(HandlerClientTest.java:153) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) ok .HelloService_Impl received: 1 ok .Hello12Service_Impl received: 1 ok ... Generating WSDL parsing WSDL... Generating code... injected addresses: helloImplPortAddress ......Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/mtom/encoding/./server/hello.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: helloPortAddress .injected addresses: helloPortAddress ......Generating WSDL parsing WSDL... Generating code... injected addresses: helloImplPortAddress .testEcho1():0 testEcho1():500 testEcho1():1000 testEcho1():1500 testEcho1():2000 testEcho1():2500 testEcho1():3000 testEcho1():3500 testEcho1():4000 testEcho1():4500 testEcho1():5000 testEcho1():5500 testEcho1():6000 testEcho1():6500 testEcho1():7000 testEcho1():7500 testEcho1():8000 testEcho1():8500 testEcho1():9000 testEcho1():9500 testEcho1():10000 testEcho1():10500 testEcho1():11000 testEcho1():11500 testEcho1():12000 testEcho1():12500 testEcho1():13000 testEcho1():13500 testEcho1():14000 testEcho1():14500 testEcho1():15000 testEcho1():15500 testEcho1():16000 testEcho1():16500 testEcho1():17000 testEcho1():17500 testEcho1():18000 testEcho1():18500 testEcho1():19000 testEcho1():19500 testEcho1():20000 testEcho1():20500 testEcho1():21000 testEcho1():21500 testEcho1():22000 testEcho1():22500 testEcho1():23000 testEcho1():23500 testEcho1():24000 testEcho1():24500 testEcho1():25000 testEcho1():25500 testEcho1():26000 testEcho1():26500 testEcho1():27000 testEcho1():27500 testEcho1():28000 testEcho1():28500 testEcho1():29000 testEcho1():29500 .testEcho():0 testEcho():500 testEcho():1000 testEcho():1500 testEcho():2000 testEcho():2500 testEcho():3000 testEcho():3500 testEcho():4000 testEcho():4500 testEcho():5000 testEcho():5500 testEcho():6000 testEcho():6500 testEcho():7000 testEcho():7500 testEcho():8000 testEcho():8500 testEcho():9000 testEcho():9500 testEcho():10000 testEcho():10500 testEcho():11000 testEcho():11500 testEcho():12000 testEcho():12500 testEcho():13000 testEcho():13500 testEcho():14000 testEcho():14500 testEcho():15000 testEcho():15500 testEcho():16000 testEcho():16500 testEcho():17000 testEcho():17500 testEcho():18000 testEcho():18500 testEcho():19000 testEcho():19500 testEcho():20000 testEcho():20500 testEcho():21000 testEcho():21500 testEcho():22000 testEcho():22500 testEcho():23000 testEcho():23500 testEcho():24000 testEcho():24500 testEcho():25000 testEcho():25500 testEcho():26000 testEcho():26500 testEcho():27000 testEcho():27500 testEcho():28000 testEcho():28500 testEcho():29000 testEcho():29500 ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/mtom/issue_671/./server/hello.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: helloProviderPortAddress helloPortAddress ..**** Received in Provider Impl ****** .......Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/mtom/tcktest/./server/hello.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: helloService injected ports: helloPort injected addresses: helloPortAddress injected addresses: helloPortAddress ......Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/provider/attachment_595/./server/hello_literal.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: helloPortAddress ....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/provider/fault_detail_676/./server/hello_literal.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: helloPortAddress ... .Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/provider/multiple_body/./server/hello_literal.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: endpoint injected ports: endpointPort injected addresses: endpointPortAddress Received request! ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/provider/wsdl_hello_lit/./server/hello_literal.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/provider/wsdl_hello_lit_asyncprovider/./server/hello_literal.wsdl parsing WSDL... Generating code... Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/provider/wsdl_hello_lit_asyncprovider/server/HelloAsyncImpl.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. parsing WSDL... Generating code... .injected services: hello_Service injected ports: helloAsyncPort helloPort injected addresses: helloAsyncPortAddress helloPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/provider/wsdl_hello_lit_oneway/./server/hello_literal_oneway.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/provider/wsdl_hello_lit_soap12/./server/hello_literal.wsdl parsing WSDL... [WARNING] SOAP port "HelloPort": uses a non-standard SOAP 1.2 binding. line 82 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/provider/wsdl_hello_lit_soap12/server/hello_literal.wsdl Generating code... parsing WSDL... [WARNING] SOAP port "HelloPort": uses a non-standard SOAP 1.2 binding. line 72 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/provider/wsdl_hello_lit_soap12/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl Generating code... .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress **** Received in Provider Impl ****** **** recvBean ****** **** sendBean ****** .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress **** Received in Provider Impl ****** **** recvBean ****** **** sendSource ****** .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress **** Received in Provider Impl ****** **** recvBean ****** jakarta.xml.ws.WebServiceException: Expected exception at provider.wsdl_hello_lit_soap12.server.HelloImpl.invoke(HelloImpl.java:93) at provider.wsdl_hello_lit_soap12.server.HelloImpl.invoke(HelloImpl.java:32) at com.sun.xml.ws.api.server.InstanceResolver$1.invokeProvider(InstanceResolver.java:225) at com.sun.xml.ws.server.InvokerTube$2.invokeProvider(InvokerTube.java:134) at com.sun.xml.ws.server.provider.SyncProviderInvokerTube.processRequest(SyncProviderInvokerTube.java:56) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:82) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:160) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy135/jdk.proxy135.$Proxy282.hello(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at bsh.Reflect.invokeMethod(Reflect.java:131) at bsh.Reflect.invokeObjectMethod(Reflect.java:77) at bsh.Name.invokeMethod(Name.java:852) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41) at bsh.BSHVariableDeclarator.eval(BSHVariableDeclarator.java:80) at bsh.BSHTypedVariableDeclaration.eval(BSHTypedVariableDeclaration.java:78) at bsh.BSHBlock.evalBlock(BSHBlock.java:125) at bsh.BSHBlock.eval(BSHBlock.java:75) at bsh.BSHBlock.eval(BSHBlock.java:41) at bsh.BSHTryStatement.eval(BSHTryStatement.java:80) at bsh.Interpreter.eval(Interpreter.java:659) at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60) at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141) at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) Oct 17, 2023 7:46:45 PM com.sun.xml.ws.server.provider.SyncProviderInvokerTube processRequest SEVERE: Provider endpoint failed jakarta.xml.ws.WebServiceException: Provider endpoint failed at provider.wsdl_hello_lit_soap12.server.HelloImpl.invoke(HelloImpl.java:99) at provider.wsdl_hello_lit_soap12.server.HelloImpl.invoke(HelloImpl.java:32) at com.sun.xml.ws.api.server.InstanceResolver$1.invokeProvider(InstanceResolver.java:225) at com.sun.xml.ws.server.InvokerTube$2.invokeProvider(InvokerTube.java:134) at com.sun.xml.ws.server.provider.SyncProviderInvokerTube.processRequest(SyncProviderInvokerTube.java:56) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:82) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:160) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy135/jdk.proxy135.$Proxy282.hello(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at bsh.Reflect.invokeMethod(Reflect.java:131) at bsh.Reflect.invokeObjectMethod(Reflect.java:77) at bsh.Name.invokeMethod(Name.java:852) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41) at bsh.BSHVariableDeclarator.eval(BSHVariableDeclarator.java:80) at bsh.BSHTypedVariableDeclaration.eval(BSHTypedVariableDeclaration.java:78) at bsh.BSHBlock.evalBlock(BSHBlock.java:125) at bsh.BSHBlock.eval(BSHBlock.java:75) at bsh.BSHBlock.eval(BSHBlock.java:41) at bsh.BSHTryStatement.eval(BSHTryStatement.java:80) at bsh.Interpreter.eval(Interpreter.java:659) at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60) at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141) at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) Caused by: jakarta.xml.ws.WebServiceException: Expected exception at provider.wsdl_hello_lit_soap12.server.HelloImpl.invoke(HelloImpl.java:93) ... 59 more ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/provider/xmlbind_ds/./server/hello_literal.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress **** Received in Provider Impl ****** **** recvBean ****** **** sendSource ****** .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress **** Received in Provider Impl ****** **** recvBean ****** **** sendSource ****** ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/provider/xmlbinding/./server/hello_literal.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress **** Received in Provider Impl ****** **** recvBean ****** **** sendSource ****** SEnding content**** =foobar **** Received in Provider Impl ****** **** recvBean ****** **** sendSource ****** SEnding content**** =foobar **** Received in Provider Impl ****** **** recvBean ****** **** sendSource ****** SEnding content**** =foobar **** Received in Provider Impl ****** **** recvBean ****** **** sendSource ****** SEnding content**** =foobar **** Received in Provider Impl ****** **** recvBean ****** **** sendSource ****** SEnding content**** =foobar **** Received in Provider Impl ****** **** recvBean ****** **** sendSource ****** SEnding content**** =foobar **** Received in Provider Impl ****** **** recvBean ****** **** sendSource ****** SEnding content**** =foobar **** Received in Provider Impl ****** **** recvBean ****** **** sendSource ****** SEnding content**** =foobar **** Received in Provider Impl ****** **** recvBean ****** **** sendSource ****** SEnding content**** =foobar **** Received in Provider Impl ****** **** recvBean ****** **** sendSource ****** SEnding content**** =foobar .injected services: hello_Service injected ports: helloPort injected addresses: helloPortAddress **** Received in Provider Impl ****** **** recvBean ****** Oct 17, 2023 7:46:45 PM com.sun.xml.ws.server.provider.SyncProviderInvokerTube processRequest SEVERE: null jakarta.xml.ws.http.HTTPException at provider.xmlbinding.server.HelloImpl.recvBean(HelloImpl.java:76) at provider.xmlbinding.server.HelloImpl.invoke(HelloImpl.java:99) at provider.xmlbinding.server.HelloImpl.invoke(HelloImpl.java:34) at com.sun.xml.ws.api.server.InstanceResolver$1.invokeProvider(InstanceResolver.java:225) at com.sun.xml.ws.server.InvokerTube$2.invokeProvider(InvokerTube.java:134) at com.sun.xml.ws.server.provider.SyncProviderInvokerTube.processRequest(SyncProviderInvokerTube.java:56) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:82) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:160) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:78) at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:62) at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:132) at jdk.proxy137/jdk.proxy137.$Proxy285.hello(Unknown Source) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at bsh.Reflect.invokeMethod(Reflect.java:131) at bsh.Reflect.invokeObjectMethod(Reflect.java:77) at bsh.Name.invokeMethod(Name.java:852) at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:69) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:96) at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:41) at bsh.BSHVariableDeclarator.eval(BSHVariableDeclarator.java:80) at bsh.BSHTypedVariableDeclaration.eval(BSHTypedVariableDeclaration.java:78) at bsh.BSHBlock.evalBlock(BSHBlock.java:125) at bsh.BSHBlock.eval(BSHBlock.java:75) at bsh.BSHBlock.eval(BSHBlock.java:41) at bsh.BSHTryStatement.eval(BSHTryStatement.java:80) at bsh.Interpreter.eval(Interpreter.java:659) at com.sun.xml.ws.test.client.InterpreterEx.eval(InterpreterEx.java:60) at com.sun.xml.ws.test.exec.ClientExecutor.invoke(ClientExecutor.java:141) at com.sun.xml.ws.test.exec.ClientExecutor.runTest(ClientExecutor.java:110) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/rt_wsdl_parser/client/WSDLParserTest.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. ...injected addresses: Oct 17, 2023 7:46:45 PM [com.sun.xml.ws.policy.jaxws.PolicyWSDLParserExtension] finished WARNING: WSP1021: Fault "Echo2Exception" not bound. Check names in port and binding definitions. Oct 17, 2023 7:46:45 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0075: Policy assertion "{http://schemas.sun.com/2006/03/wss/server}KeyStore" was evaluated as "UNKNOWN". Oct 17, 2023 7:46:45 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0075: Policy assertion "{http://schemas.sun.com/2006/03/wss/server}TrustStore" was evaluated as "UNKNOWN". Oct 17, 2023 7:46:45 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0075: Policy assertion "{http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}AsymmetricBinding" was evaluated as "UNKNOWN". Oct 17, 2023 7:46:45 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0075: Policy assertion "{http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}Wss10" was evaluated as "UNKNOWN". Oct 17, 2023 7:46:45 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0075: Policy assertion "{http://www.w3.org/2006/05/addressing/wsdl}UsingAddressing" was evaluated as "UNKNOWN". Oct 17, 2023 7:46:45 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0019: Suboptimal policy alternative selected on the client side with fitness "UNKNOWN". Oct 17, 2023 7:46:45 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0075: Policy assertion "{http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}EncryptedParts" was evaluated as "UNKNOWN". Oct 17, 2023 7:46:45 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0075: Policy assertion "{http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}SignedParts" was evaluated as "UNKNOWN". Oct 17, 2023 7:46:45 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0019: Suboptimal policy alternative selected on the client side with fitness "UNKNOWN". Oct 17, 2023 7:46:45 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0075: Policy assertion "{http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}EncryptedParts" was evaluated as "UNKNOWN". Oct 17, 2023 7:46:45 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0075: Policy assertion "{http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}SignedParts" was evaluated as "UNKNOWN". Oct 17, 2023 7:46:45 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0019: Suboptimal policy alternative selected on the client side with fitness "UNKNOWN". Oct 17, 2023 7:46:45 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0075: Policy assertion "{http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}EncryptedParts" was evaluated as "UNKNOWN". Oct 17, 2023 7:46:45 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0075: Policy assertion "{http://schemas.xmlsoap.org/ws/2005/07/securitypolicy}SignedParts" was evaluated as "UNKNOWN". Oct 17, 2023 7:46:45 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0019: Suboptimal policy alternative selected on the client side with fitness "UNKNOWN". ...injected addresses: .injected addresses: .injected addresses: .injected addresses: . .....injected addresses: .injected addresses: .....Expected error: Cannot invoke "com.sun.xml.ws.api.model.wsdl.WSDLOperation.getInput()" because "pto" is null ..injected addresses: ...injected addresses: .injected addresses: .Authenticator is called Pricipal.getName()=localhost.realm.com:auth-user Authenticator is called Pricipal.getName()=localhost.realm.com:auth-user .injected addresses: .MessageContext={com.sun.xml.ws.api.message.packet.inbound.transport.headers=sun.net.httpserver.UnmodifiableHeaders@b0f0874c, com.sun.xml.ws.client.ContentNegotiation=null, jakarta.xml.ws.http.response.code=0, jakarta.xml.ws.wsdl.interface=null, jakarta.xml.ws.http.request.querystring=null, com.sun.xml.ws.http.exchange=sun.net.httpserver.HttpExchangeImpl@23dc3de4, jakarta.xml.ws.soap.http.soapaction.uri=null, jakarta.xml.ws.wsdl.service=, jakarta.xml.ws.http.request.method=GET, jakarta.xml.ws.http.request.headers=sun.net.httpserver.UnmodifiableHeaders@b0f0874c, com.sun.xml.ws.api.server.WSEndpoint=com.sun.xml.ws.server.WSEndpointImpl@603a8175, com.sun.xml.ws.handler.config=null, com.sun.xml.ws.api.message.HeaderList=[], jakarta.xml.ws.reference.parameters=[], com.sun.xml.ws.client.handle=null, jakarta.xml.ws.http.request.pathinfo=null, jakarta.xml.ws.wsdl.operation=null, jakarta.xml.ws.wsdl.port=, jakarta.xml.ws.wsdl.description=null, com.sun.xml.ws.api.message.packet.outbound.transport.headers=com.sun.net.httpserver.Headers@0, com.sun.xml.ws.server.OneWayOperation=null, jakarta.xml.ws.http.response.headers=com.sun.net.httpserver.Headers@0, jakarta.xml.ws.service.endpoint.address=null} .injected addresses: .injected addresses: ..injected addresses: Oct 17, 2023 7:46:47 PM com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser parseWSDL WARNING: Import of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/server/endpoint/work/resources/stockquote.xsd is violation of BP 1.1 R2001. Proceeding with a warning. R2001 A DESCRIPTION must only use the WSDL "import" statement to import another WSDL description. .injected addresses: .injected addresses: ..injected addresses: .injected addresses: ...injected addresses: .---------------------------------------
http://127.0.0.1:40105/
wsns:RpcLitIFwsns:RpcLitEndpoint
--------------------------------------- .---------------------------------------
http://localhost:44223/hello
wsns:RpcLitIFwsns:RpcLitEndpoint
--------------------------------------- .---------------------------------------
http://localhost:37429/hello
wsns:RpcLitIFwsns:RpcLitEndpoint
--------------------------------------- .---------------------------------------
http://127.0.0.1:40639/
--------------------------------------- .---------------------------------------
http://localhost:39581/hello
wsns:RpcLitIFwsns:RpcLitEndpoint
--------------------------------------- .---------------------------------------
http://127.0.0.1:40567/
--------------------------------------- .---------------------------------------
http://127.0.0.1:39097/
wsns:RpcLitIFwsns:RpcLitEndpoint
--------------------------------------- .---------------------------------------
http://localhost:44901/hello
wsns:RpcLitIFwsns:RpcLitEndpoint
--------------------------------------- injected addresses: . ..injected addresses: ...injected addresses: ...injected addresses: ...injected addresses: .....injected addresses: ...injected addresses: ...injected addresses: ...injected addresses: ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/server/multi/./server/header.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: helloPortAddress .MultiThreadTest: testThreadPool .MultiThreadTest: testFixedThreadPool .MultiThreadTest: testCachedThreadPool .MultiThreadTest: testMultiThread ...Generating WSDL parsing WSDL... [WARNING] SOAP port "TestEndpointPort": uses a non-standard SOAP 1.2 binding. line 32 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/server/soap_fault/work/services/server/war/WEB-INF/wsdl/TestEndpointService.wsdl Generating code... injected addresses: testEndpointPortAddress ....injected addresses: .. Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/whitebox/fault/client/FaultDetailTest.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. ..injected addresses: ...injected addresses: ....injected addresses: ...injected addresses: ...injected addresses: ...injected addresses: . .
..injected addresses: .....injected addresses: ...injected addresses: .......injected addresses: ...injected addresses: . ...injected services: injected ports: injected addresses: injected addresses: ...injected addresses: ...injected addresses: ...injected addresses: .---------------------------------------------------------------------- http://localhost:8080/secure_federation/SecureConversation_MutualCertificate11 MIIDCjCCAfKgAwIBAgIQYDju2/6sm77InYfTq65x+DANBgkqhkiG9w0BAQUFADAwMQ4wDAYDVQQKDAVPQVNJUzEeMBwGA1UEAwwVT0FTSVMgSW50ZXJvcCBUZXN0IENBMB4XDTA1MDMxOTAwMDAwMFoXDTE4MDMxOTIzNTk1OVowQDEOMAwGA1UECgwFT0FTSVMxIDAeBgNVBAsMF09BU0lTIEludGVyb3AgVGVzdCBDZXJ0MQwwCgYDVQQDDANCb2IwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMCquMva4lFDrv3fXQnKK8CkSU7HvVZ0USyJtlL/yhmHH/FQXHyYY+fTcSyWYItWJYiTZ99PAbD+6EKBGbdfuJNUJCGaTWc5ZDUISqM/SGtacYe/PD/4+g3swNPzTUQAIBLRY1pkr2cm3s5Ch/f+mYVNBR41HnBeIxybw25kkoM7AgMBAAGjgZMwgZAwCQYDVR0TBAIwADAzBgNVHR8ELDAqMCiiJoYkaHR0cDovL2ludGVyb3AuYmJ0ZXN0Lm5ldC9jcmwvY2EuY3JsMA4GA1UdDwEB/wQEAwIEsDAdBgNVHQ4EFgQUXeg55vRyK3ZhAEhEf+YT0z986L0wHwYDVR0jBBgwFoAUwJ0o/MHrNaEd1qqqoBwaTcJJDw8wDQYJKoZIhvcNAQEFBQADggEBAIiVGv2lGLhRvmMAHSlY7rKLVkv+zEUtSyg08FBT8z/RepUbtUQShcIqwWsemDU8JVtsucQLc+g6GCQXgkCkMiC8qhcLAt3BXzFmLxuCEAQeeFe8IATr4wACmEQE37TEqAuWEIanPYIplbxYgwP0OBWBSjcRpKRAxjEzuwObYjbll6vKdFHYIweWhhWPrefquFp7TefTkF4D3rcctTfWJ76I5NrEVld+7PBnnJNpdDEuGsoaiJrwTW3Ixm40RXvG3fYS4hIAPeTCUk3RkYfUkqlaaLQnUrF2hZSgiBNLPe8gGkYORccRIlZCGQDEpcWl1Uf9OHw6fC+3hkqolFd5CVI= .---------------------------------------------------------------------- http://localhost:8080/secure_federation/SecureConversation_MutualCertificate11 MIIDCjCCAfKgAwIBAgIQYDju2/6sm77InYfTq65x+DANBgkqhkiG9w0BAQUFADAwMQ4wDAYDVQQKDAVPQVNJUzEeMBwGA1UEAwwVT0FTSVMgSW50ZXJvcCBUZXN0IENBMB4XDTA1MDMxOTAwMDAwMFoXDTE4MDMxOTIzNTk1OVowQDEOMAwGA1UECgwFT0FTSVMxIDAeBgNVBAsMF09BU0lTIEludGVyb3AgVGVzdCBDZXJ0MQwwCgYDVQQDDANCb2IwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMCquMva4lFDrv3fXQnKK8CkSU7HvVZ0USyJtlL/yhmHH/FQXHyYY+fTcSyWYItWJYiTZ99PAbD+6EKBGbdfuJNUJCGaTWc5ZDUISqM/SGtacYe/PD/4+g3swNPzTUQAIBLRY1pkr2cm3s5Ch/f+mYVNBR41HnBeIxybw25kkoM7AgMBAAGjgZMwgZAwCQYDVR0TBAIwADAzBgNVHR8ELDAqMCiiJoYkaHR0cDovL2ludGVyb3AuYmJ0ZXN0Lm5ldC9jcmwvY2EuY3JsMA4GA1UdDwEB/wQEAwIEsDAdBgNVHQ4EFgQUXeg55vRyK3ZhAEhEf+YT0z986L0wHwYDVR0jBBgwFoAUwJ0o/MHrNaEd1qqqoBwaTcJJDw8wDQYJKoZIhvcNAQEFBQADggEBAIiVGv2lGLhRvmMAHSlY7rKLVkv+zEUtSyg08FBT8z/RepUbtUQShcIqwWsemDU8JVtsucQLc+g6GCQXgkCkMiC8qhcLAt3BXzFmLxuCEAQeeFe8IATr4wACmEQE37TEqAuWEIanPYIplbxYgwP0OBWBSjcRpKRAxjEzuwObYjbll6vKdFHYIweWhhWPrefquFp7TefTkF4D3rcctTfWJ76I5NrEVld+7PBnnJNpdDEuGsoaiJrwTW3Ixm40RXvG3fYS4hIAPeTCUk3RkYfUkqlaaLQnUrF2hZSgiBNLPe8gGkYORccRIlZCGQDEpcWl1Uf9OHw6fC+3hkqolFd5CVI= .---------------------------------------------------------------------- http://localhost:8080/secure_federation/SecureConversation_MutualCertificate11 MIIDCjCCAfKgAwIBAgIQYDju2/6sm77InYfTq65x+DANBgkqhkiG9w0BAQUFADAwMQ4wDAYDVQQKDAVPQVNJUzEeMBwGA1UEAwwVT0FTSVMgSW50ZXJvcCBUZXN0IENBMB4XDTA1MDMxOTAwMDAwMFoXDTE4MDMxOTIzNTk1OVowQDEOMAwGA1UECgwFT0FTSVMxIDAeBgNVBAsMF09BU0lTIEludGVyb3AgVGVzdCBDZXJ0MQwwCgYDVQQDDANCb2IwgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMCquMva4lFDrv3fXQnKK8CkSU7HvVZ0USyJtlL/yhmHH/FQXHyYY+fTcSyWYItWJYiTZ99PAbD+6EKBGbdfuJNUJCGaTWc5ZDUISqM/SGtacYe/PD/4+g3swNPzTUQAIBLRY1pkr2cm3s5Ch/f+mYVNBR41HnBeIxybw25kkoM7AgMBAAGjgZMwgZAwCQYDVR0TBAIwADAzBgNVHR8ELDAqMCiiJoYkaHR0cDovL2ludGVyb3AuYmJ0ZXN0Lm5ldC9jcmwvY2EuY3JsMA4GA1UdDwEB/wQEAwIEsDAdBgNVHQ4EFgQUXeg55vRyK3ZhAEhEf+YT0z986L0wHwYDVR0jBBgwFoAUwJ0o/MHrNaEd1qqqoBwaTcJJDw8wDQYJKoZIhvcNAQEFBQADggEBAIiVGv2lGLhRvmMAHSlY7rKLVkv+zEUtSyg08FBT8z/RepUbtUQShcIqwWsemDU8JVtsucQLc+g6GCQXgkCkMiC8qhcLAt3BXzFmLxuCEAQeeFe8IATr4wACmEQE37TEqAuWEIanPYIplbxYgwP0OBWBSjcRpKRAxjEzuwObYjbll6vKdFHYIweWhhWPrefquFp7TefTkF4D3rcctTfWJ76I5NrEVld+7PBnnJNpdDEuGsoaiJrwTW3Ixm40RXvG3fYS4hIAPeTCUk3RkYfUkqlaaLQnUrF2hZSgiBNLPe8gGkYORccRIlZCGQDEpcWl1Uf9OHw6fC+3hkqolFd5CVI= injected addresses: ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsa/submission/fromwsdl/issue564/./server/AddNumbers.wsdl parsing WSDL... [WARNING] unknown extensibility element or attribute "UsingAddressing" (in namespace "http://schemas.xmlsoap.org/ws/2004/08/addressing") line 67 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsa/submission/fromwsdl/issue564/server/AddNumbers.wsdl [WARNING] SOAP port "AddNumbersPort": uses a non-standard SOAP 1.2 binding. line 83 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsa/submission/fromwsdl/issue564/server/AddNumbers.wsdl Generating code... Oct 17, 2023 7:47:16 PM com.sun.xml.ws.binding.WebServiceFeatureList mergeFeatures WARNING: Feature com.sun.xml.ws.developer.MemberSubmissionAddressingFeature@3845f69e in implementation conflicts with com.sun.xml.ws.developer.MemberSubmissionAddressingFeature@2cf475b2 in WSDL configuration parsing WSDL... [WARNING] unknown extensibility element or attribute "UsingAddressing" (in namespace "http://schemas.xmlsoap.org/ws/2004/08/addressing") line 59 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsa/submission/fromwsdl/issue564/work/services/server/war/WEB-INF/wsdl/AddNumbers.wsdl [WARNING] SOAP port "AddNumbersPort": uses a non-standard SOAP 1.2 binding. line 75 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsa/submission/fromwsdl/issue564/work/services/server/war/WEB-INF/wsdl/AddNumbers.wsdl Generating code... .injected services: addNumbersService injected ports: addNumbersPort injected addresses: addNumbersPortAddress ...Generating WSDL parsing WSDL... Generating code... injected addresses: addNumbersPortAddress ....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsa/w3c/fromwsdl/crinterop_s11/./server/wsaTestService.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: wsaTestPortAddress .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: test1130 .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: test1131 .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: test1132 .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: fault-test1133 .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: fault-test1134 .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: fault-test1135 .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: test1136 Oct 17, 2023 7:47:17 PM com.sun.xml.ws.addressing.WsaTube validateInboundHeaders WARNING: A header representing a Message Addressing Property is not valid and the message cannot be processed, Problem header:{http://www.w3.org/2005/08/addressing}To, Reason: {http://www.w3.org/2005/08/addressing}InvalidCardinality com.sun.xml.ws.addressing.model.InvalidAddressingHeaderException: Invalid WS-Addressing header: "{http://www.w3.org/2005/08/addressing}To",Reason: "{http://www.w3.org/2005/08/addressing}InvalidCardinality" at com.sun.xml.ws.addressing.WsaTube.checkCardinality(WsaTube.java:307) at com.sun.xml.ws.addressing.WsaTube.checkMessageAddressingProperties(WsaTube.java:171) at com.sun.xml.ws.addressing.WsaServerTube.checkMessageAddressingProperties(WsaServerTube.java:314) at com.sun.xml.ws.addressing.WsaTube.validateInboundHeaders(WsaTube.java:129) at com.sun.xml.ws.addressing.WsaServerTube.processRequest(WsaServerTube.java:143) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:111) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:237) at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:277) at testutil.W3CWsaUtils.invoke(W3CWsaUtils.java:94) at wsa.w3c.fromwsdl.crinterop_s11.client.EchoClientTest.test1140(EchoClientTest.java:145) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) Oct 17, 2023 7:47:17 PM com.sun.xml.ws.addressing.WsaTube validateInboundHeaders WARNING: A header representing a Message Addressing Property is not valid and the message cannot be processed, Problem header:{http://www.w3.org/2005/08/addressing}ReplyTo, Reason: {http://www.w3.org/2005/08/addressing}InvalidCardinality com.sun.xml.ws.addressing.model.InvalidAddressingHeaderException: Invalid WS-Addressing header: "{http://www.w3.org/2005/08/addressing}ReplyTo",Reason: "{http://www.w3.org/2005/08/addressing}InvalidCardinality" at com.sun.xml.ws.addressing.WsaTube.checkCardinality(WsaTube.java:307) at com.sun.xml.ws.addressing.WsaTube.checkMessageAddressingProperties(WsaTube.java:171) at com.sun.xml.ws.addressing.WsaServerTube.checkMessageAddressingProperties(WsaServerTube.java:314) at com.sun.xml.ws.addressing.WsaTube.validateInboundHeaders(WsaTube.java:129) at com.sun.xml.ws.addressing.WsaServerTube.processRequest(WsaServerTube.java:143) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:111) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:237) at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:277) at testutil.W3CWsaUtils.invoke(W3CWsaUtils.java:94) at wsa.w3c.fromwsdl.crinterop_s11.client.EchoClientTest.test1141(EchoClientTest.java:164) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) Oct 17, 2023 7:47:17 PM com.sun.xml.ws.addressing.WsaTube validateInboundHeaders WARNING: A header representing a Message Addressing Property is not valid and the message cannot be processed, Problem header:{http://www.w3.org/2005/08/addressing}FaultTo, Reason: {http://www.w3.org/2005/08/addressing}InvalidCardinality com.sun.xml.ws.addressing.model.InvalidAddressingHeaderException: Invalid WS-Addressing header: "{http://www.w3.org/2005/08/addressing}FaultTo",Reason: "{http://www.w3.org/2005/08/addressing}InvalidCardinality" at com.sun.xml.ws.addressing.WsaTube.checkCardinality(WsaTube.java:307) at com.sun.xml.ws.addressing.WsaTube.checkMessageAddressingProperties(WsaTube.java:171) at com.sun.xml.ws.addressing.WsaServerTube.checkMessageAddressingProperties(WsaServerTube.java:314) at com.sun.xml.ws.addressing.WsaTube.validateInboundHeaders(WsaTube.java:129) at com.sun.xml.ws.addressing.WsaServerTube.processRequest(WsaServerTube.java:143) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:111) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:237) at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:277) at testutil.W3CWsaUtils.invoke(W3CWsaUtils.java:94) at wsa.w3c.fromwsdl.crinterop_s11.client.EchoClientTest.test1142(EchoClientTest.java:182) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) Oct 17, 2023 7:47:17 PM com.sun.xml.ws.addressing.WsaTube validateInboundHeaders WARNING: A header representing a Message Addressing Property is not valid and the message cannot be processed, Problem header:{http://www.w3.org/2005/08/addressing}Action, Reason: {http://www.w3.org/2005/08/addressing}InvalidCardinality com.sun.xml.ws.addressing.model.InvalidAddressingHeaderException: Invalid WS-Addressing header: "{http://www.w3.org/2005/08/addressing}Action",Reason: "{http://www.w3.org/2005/08/addressing}InvalidCardinality" at com.sun.xml.ws.addressing.WsaTube.checkCardinality(WsaTube.java:307) at com.sun.xml.ws.addressing.WsaTube.checkMessageAddressingProperties(WsaTube.java:171) at com.sun.xml.ws.addressing.WsaServerTube.checkMessageAddressingProperties(WsaServerTube.java:314) at com.sun.xml.ws.addressing.WsaTube.validateInboundHeaders(WsaTube.java:129) at com.sun.xml.ws.addressing.WsaServerTube.processRequest(WsaServerTube.java:143) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:111) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:237) at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:277) at testutil.W3CWsaUtils.invoke(W3CWsaUtils.java:94) at wsa.w3c.fromwsdl.crinterop_s11.client.EchoClientTest.test1143(EchoClientTest.java:199) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) Oct 17, 2023 7:47:17 PM com.sun.xml.ws.addressing.WsaTube validateInboundHeaders WARNING: A header representing a Message Addressing Property is not valid and the message cannot be processed, Problem header:{http://www.w3.org/2005/08/addressing}MessageID, Reason: {http://www.w3.org/2005/08/addressing}InvalidCardinality com.sun.xml.ws.addressing.model.InvalidAddressingHeaderException: Invalid WS-Addressing header: "{http://www.w3.org/2005/08/addressing}MessageID",Reason: "{http://www.w3.org/2005/08/addressing}InvalidCardinality" at com.sun.xml.ws.addressing.WsaTube.checkCardinality(WsaTube.java:307) at com.sun.xml.ws.addressing.WsaTube.checkMessageAddressingProperties(WsaTube.java:171) at com.sun.xml.ws.addressing.WsaServerTube.checkMessageAddressingProperties(WsaServerTube.java:314) at com.sun.xml.ws.addressing.WsaTube.validateInboundHeaders(WsaTube.java:129) at com.sun.xml.ws.addressing.WsaServerTube.processRequest(WsaServerTube.java:143) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:111) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:237) at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:277) at testutil.W3CWsaUtils.invoke(W3CWsaUtils.java:94) at wsa.w3c.fromwsdl.crinterop_s11.client.EchoClientTest.test1144(EchoClientTest.java:217) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) Oct 17, 2023 7:47:17 PM com.sun.xml.ws.addressing.WsaTube validateInboundHeaders WARNING: A required header representing a Message Addressing Property is not present, Problem header:{http://www.w3.org/2005/08/addressing}Action com.sun.xml.ws.addressing.model.MissingAddressingHeaderException: Missing WS-Addressing header: "{http://www.w3.org/2005/08/addressing}Action" at com.sun.xml.ws.addressing.WsaTube.checkMandatoryHeaders(WsaTube.java:378) at com.sun.xml.ws.addressing.W3CWsaServerTube.checkMandatoryHeaders(W3CWsaServerTube.java:53) at com.sun.xml.ws.addressing.WsaTube.checkCardinality(WsaTube.java:327) at com.sun.xml.ws.addressing.WsaTube.checkMessageAddressingProperties(WsaTube.java:171) at com.sun.xml.ws.addressing.WsaServerTube.checkMessageAddressingProperties(WsaServerTube.java:314) at com.sun.xml.ws.addressing.WsaTube.validateInboundHeaders(WsaTube.java:129) at com.sun.xml.ws.addressing.WsaServerTube.processRequest(WsaServerTube.java:143) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:111) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:237) at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:277) at testutil.W3CWsaUtils.invoke(W3CWsaUtils.java:94) at wsa.w3c.fromwsdl.crinterop_s11.client.EchoClientTest.test1147(EchoClientTest.java:235) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) .......wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: test1170 . Oct 17, 2023 7:47:17 PM com.sun.xml.ws.addressing.WsaTube validateInboundHeaders WARNING: A required header representing a Message Addressing Property is not present, Problem header:{http://www.w3.org/2005/08/addressing}MessageID com.sun.xml.ws.addressing.model.MissingAddressingHeaderException: Missing WS-Addressing header: "{http://www.w3.org/2005/08/addressing}MessageID" at com.sun.xml.ws.addressing.W3CWsaServerTube.checkMandatoryHeaders(W3CWsaServerTube.java:62) at com.sun.xml.ws.addressing.WsaTube.checkCardinality(WsaTube.java:327) at com.sun.xml.ws.addressing.WsaTube.checkMessageAddressingProperties(WsaTube.java:171) at com.sun.xml.ws.addressing.WsaServerTube.checkMessageAddressingProperties(WsaServerTube.java:314) at com.sun.xml.ws.addressing.WsaTube.validateInboundHeaders(WsaTube.java:129) at com.sun.xml.ws.addressing.WsaServerTube.processRequest(WsaServerTube.java:143) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:399) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:832) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:111) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:237) at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:277) at testutil.W3CWsaUtils.invoke(W3CWsaUtils.java:94) at wsa.w3c.fromwsdl.crinterop_s11.client.EchoClientTest.test1191(EchoClientTest.java:253) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) Oct 17, 2023 7:47:17 PM com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit handle SEVERE: Couldn't create SOAP message. Expecting Envelope in namespace http://schemas.xmlsoap.org/soap/envelope/, but got http://www.w3.org/2003/05/soap-envelope com.sun.xml.ws.protocol.soap.VersionMismatchException: Couldn't create SOAP message. Expecting Envelope in namespace http://schemas.xmlsoap.org/soap/envelope/, but got http://www.w3.org/2003/05/soap-envelope at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:185) at com.oracle.webservices.impl.encoding.StreamDecoderImpl.decode(StreamDecoderImpl.java:34) at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:219) at com.sun.xml.ws.encoding.StreamSOAPCodec.decode(StreamSOAPCodec.java:131) at com.sun.xml.ws.encoding.SOAPBindingCodec.decode(SOAPBindingCodec.java:289) at com.sun.xml.ws.transport.http.HttpAdapter.decodePacket(HttpAdapter.java:467) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:815) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:386) at com.sun.xml.ws.transport.local.LocalTransportTube.process(LocalTransportTube.java:142) at com.sun.xml.ws.transport.local.LocalTransportTube.processRequest(LocalTransportTube.java:223) at com.sun.xml.ws.transport.DeferredTransportPipe.processRequest(DeferredTransportPipe.java:111) at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:1106) at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:1020) at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:989) at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:847) at com.sun.xml.ws.client.Stub.process(Stub.java:431) at com.sun.xml.ws.client.dispatch.DispatchImpl.doInvoke(DispatchImpl.java:237) at com.sun.xml.ws.client.dispatch.DispatchImpl.invoke(DispatchImpl.java:277) at testutil.W3CWsaUtils.invoke12(W3CWsaUtils.java:112) at wsa.w3c.fromwsdl.crinterop_s11.client.EchoClientTest.test1193(EchoClientTest.java:269) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at com.sun.xml.ws.test.exec.JavaClientExecutor.run(JavaClientExecutor.java:143) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.textui.TestRunner.doRun(TestRunner.java:116) at junit.textui.TestRunner.doRun(TestRunner.java:109) at com.sun.xml.ws.test.Main$1.doRun(Main.java:325) at com.sun.xml.ws.test.Main.run(Main.java:334) at com.sun.xml.ws.test.Main.doMain(Main.java:254) at com.sun.xml.ws.test.Main.main(Main.java:239) .injected addresses: wsaTestPortAddress .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: test1150 .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: fault-test1152 .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.echo: fault-test1194 injected addresses: wsaTestPortAddress .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.notify: test1100 .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.notify: test1101 .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.notify: test1102 .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.notify: test1103 .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.notify: test1104 .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.notify: test1106 .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.notify: test1107 .wsa.w3c.fromwsdl.crinterop_s11.server.WsaTestImpl.notify: test1108 ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsa/w3c/fromwsdl/messagecontext/./server/AddNumbers.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: addNumbersPortAddress .Msg key: com.sun.xml.ws.api.message.packet.inbound.transport.headers Msg value: {SOAPAction=["urn:com:example:action"], Accept=[text/xml, multipart/related], Content-Type=[text/xml; charset=utf-8]} Msg key: com.sun.xml.ws.api.addressing.from Msg value: null Msg key: jakarta.xml.ws.wsdl.interface Msg value: {http://example.com/}AddNumbersPortType Msg key: com.sun.xml.ws.addressing.WsaPropertyBag.FaultToFromRequest Msg value:
http://www.w3.org/2005/08/addressing/anonymous
Msg key: jakarta.xml.ws.soap.http.soapaction.uri Msg value: "urn:com:example:action" Msg key: jakarta.xml.ws.http.request.method Msg value: POST Msg key: com.sun.xml.ws.api.server.WSEndpoint Msg value: com.sun.xml.ws.server.WSEndpointImpl@d5e0680 Msg key: com.sun.xml.ws.handler.config Msg value: null Msg key: jakarta.xml.ws.reference.parameters Msg value: [] Msg key: com.sun.xml.ws.addressing.WsaPropertyBag.ReplyToFromRequest Msg value:
http://www.w3.org/2005/08/addressing/anonymous
Msg key: com.sun.xml.ws.client.handle Msg value: null Msg key: jakarta.xml.ws.http.request.pathinfo Msg value: null Msg key: jakarta.xml.ws.wsdl.operation Msg value: {http://example.com/}addNumbers Msg key: jakarta.xml.ws.wsdl.port Msg value: {http://example.com/}AddNumbersPort Msg key: com.sun.xml.ws.server.OneWayOperation Msg value: null Msg key: com.sun.xml.ws.addressing.WsaPropertyBag.To Msg value: in-vm://wsa.w3c.fromwsdl.messagecontext.server/?AddNumbersPort Msg key: jakarta.xml.ws.service.endpoint.address Msg value: null Msg key: decodedMessageCharset Msg value: utf-8 Msg key: com.sun.xml.ws.client.ContentNegotiation Msg value: null Msg key: jakarta.xml.ws.http.response.code Msg value: 0 Msg key: com.sun.xml.ws.api.addressing.action Msg value: urn:com:example:action Msg key: jakarta.xml.ws.http.request.querystring Msg value: null Msg key: com.sun.xml.ws.addressing.WsaPropertyBag.MessageIdFromRequest Msg value: uuid:8d0f0417-7a6e-408a-a3aa-c7bc077be372 Msg key: jakarta.xml.ws.wsdl.service Msg value: {http://example.com/}AddNumbersService Msg key: jakarta.xml.ws.http.request.headers Msg value: {SOAPAction=["urn:com:example:action"], Accept=[text/xml, multipart/related], Content-Type=[text/xml; charset=utf-8]} Msg key: com.sun.xml.ws.api.message.HeaderList Msg value: [com.sun.xml.ws.message.stream.StreamHeader11@512dc93c, com.sun.xml.ws.message.stream.StreamHeader11@32ded086, com.sun.xml.ws.message.stream.StreamHeader11@3d583772, com.sun.xml.ws.message.stream.StreamHeader11@8cba0fb, com.sun.xml.ws.message.stream.StreamHeader11@3710ecf7] Msg key: com.sun.xml.ws.api.addressing.to Msg value: in-vm://wsa.w3c.fromwsdl.messagecontext.server/?AddNumbersPort Msg key: com.sun.xml.ws.api.addressing.messageId Msg value: uuid:8d0f0417-7a6e-408a-a3aa-c7bc077be372 Msg key: jakarta.xml.ws.wsdl.description Msg value: org.xml.sax.InputSource@730e4073 Msg key: com.sun.xml.ws.api.message.packet.outbound.transport.headers Msg value: {} Msg key: jakarta.xml.ws.http.response.headers Msg value: {} ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsa/w3c/fromwsdl/w3cepr/./server/AddNumbers.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... injected addresses: addNumbersPortAddress ....Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/./server/hello_literal.wsdl parsing WSDL... [WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo") line 78 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/server/hello_literal.wsdl [WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo") line 80 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/server/hello_literal.wsdl [WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo") line 88 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/server/hello_literal.wsdl [WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo") line 91 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/server/hello_literal.wsdl [WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo") line 103 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/server/hello_literal.wsdl [WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo") line 105 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/server/hello_literal.wsdl Generating code... parsing WSDL... [WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo") line 64 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl [WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo") line 66 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl [WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo") line 74 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl [WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo") line 77 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl [WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo") line 89 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl [WARNING] unknown extensibility element or attribute "extension" (in namespace "urn:foo") line 91 of file:/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsimport/extensibilityEl/work/services/server/war/WEB-INF/wsdl/hello_literal.wsdl Generating code... ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsimport/extension_jms_transport/./server/EchoService.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/wsimport/wsdl_import/./server/service.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... .injected services: retailerService injected ports: retailerPort injected addresses: retailerPortAddress ...Generating server artifacts from /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/xop/hello/./server/hello.wsdl parsing WSDL... Generating code... parsing WSDL... Generating code... Note: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases/xop/hello/client/DispatchTest.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. injected addresses: helloPortAddress ..injected addresses: helloPortAddress .. Time: 181.267 OK (1185 tests) [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ jaxws-unit --- [INFO] Signing 1 file with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ jaxws-unit --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-unit/4.0.2/jaxws-unit-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/target/jaxws-unit-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-unit/4.0.2/jaxws-unit-4.0.2.pom.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ jaxws-unit --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-unit/4.0.2/jaxws-unit-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/target/jaxws-unit-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/jaxws-unit/4.0.2/jaxws-unit-4.0.2.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------------< com.sun.xml.ws:www >------------------------- [INFO] Building JAX-WS RI WWW Help files 4.0.2 [28/28] [INFO] from docs/www/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ www --- [INFO] [INFO] --- import-properties:4.1.2:import-pom-properties (default) @ www --- [WARNING] Searching project: jaxws-ri-bom [INFO] Resolving properties for com.sun.xml.ws:jaxws-ri-bom [INFO] Imported via import-scope: org.glassfish.jaxb:jaxb-bom:${jaxb.version} [INFO] Imported version resolved to: 4.0.4 [INFO] Setting property: xml.bind-api.version:4.0.1 [INFO] Setting property: stax-ex.version:2.1.0 [INFO] Setting property: fastinfoset.version:2.1.0 [INFO] Setting property: angus-activation.version:2.0.1 [INFO] Setting property: activation-api.version:2.1.2 [INFO] Setting property: istack.version:4.1.2 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ www --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ www --- [INFO] [INFO] --- enforcer:3.4.1:enforce (enforce-no-snapshots) @ www --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxb.version) @ www --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.bind-api.version) @ www --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (jaxws.version) @ www --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (xml.ws-api.version) @ www --- [INFO] [INFO] --- build-helper:3.4.0:parse-version (mail.version) @ www --- [INFO] [INFO] --- buildnumber:3.2.0:create-timestamp (dstamp) @ www --- [INFO] [INFO] --- buildnumber:3.2.0:create-timestamp (release-date) @ www --- [INFO] [INFO] --- resources:3.3.1:copy-resources (copy-resources) @ www --- [INFO] Copying 1 resource from src/main/resources to target/www-stage [INFO] [INFO] --- buildnumber:3.2.0:create (create-buildnumber) @ www --- [INFO] [INFO] --- build-helper:3.4.0:add-source (add-source) @ www --- [INFO] Source directory: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/www/target/generated-sources/rsrc-gen added. [INFO] [INFO] --- dependency:3.6.0:unpack (unpack-resource) @ www --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.2:zip [INFO] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ www --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ www --- [INFO] [INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ www --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- gpg:3.1.0:sign (sign-artifacts) @ www --- [INFO] Signing 1 file with default secret key. [INFO] [INFO] --- install:3.1.0:install (default-install) @ www --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/www/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/ws/www/4.0.2/www-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/www/target/www-4.0.2.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/www/4.0.2/www-4.0.2.pom.asc [INFO] [INFO] --- nexus-staging:1.6.13:deploy (injected-nexus-deploy) @ www --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1c11721746c45" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/www/pom.xml to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/www/4.0.2/www-4.0.2.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/www/target/www-4.0.2.pom.asc to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/nexus-staging/staging/1c11721746c45/com/sun/xml/ws/www/4.0.2/www-4.0.2.pom.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "1c11721746c45" [INFO] * Created staging repository with ID "comsunxml-1060". [INFO] * Staging repository at https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060 [INFO] * Uploading locally staged artifacts to profile com.sun.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2-javadoc.jar.asc (833 B at 12 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/maven-metadata.xml (301 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2-sources.jar.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/maven-metadata.xml (302 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/project/4.0.2/project-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/project/4.0.2/project-4.0.2.pom (42 kB at 231 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/project/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/project/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/project/maven-metadata.xml (301 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2.jar.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/maven-metadata.xml (316 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.jar (2.7 MB at 10.0 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.pom (22 kB at 154 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/project/4.0.2/project-4.0.2-resources.zip.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/project/4.0.2/project-4.0.2-resources.zip.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/extras/4.0.2/extras-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/extras/4.0.2/extras-4.0.2.pom.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/extras/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/extras/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/extras/maven-metadata.xml (300 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2-javadoc.jar (1.8 MB at 10 MB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/maven-metadata.xml (305 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2.jar (45 kB at 304 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2.pom (1.4 kB at 9.9 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/samples/4.0.2/samples-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/samples/4.0.2/samples-4.0.2.pom.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/samples/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/samples/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/samples/maven-metadata.xml (301 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2-sources.jar (22 kB at 155 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/maven-metadata.xml (315 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/4.0.2/policy-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/4.0.2/policy-4.0.2.pom.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/maven-metadata.xml (300 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/bundles/4.0.2/bundles-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/bundles/4.0.2/bundles-4.0.2.pom (1.6 kB at 11 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/bundles/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/bundles/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/bundles/maven-metadata.xml (301 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2.jar (807 kB at 5.2 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2.pom (12 kB at 82 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/maven-metadata.xml (312 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/docs/4.0.2/docs-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/docs/4.0.2/docs-4.0.2.pom (2.7 kB at 20 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/docs/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/docs/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/docs/maven-metadata.xml (298 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-tests/4.0.2/jaxws-ri-tests-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-tests/4.0.2/jaxws-ri-tests-4.0.2.pom.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-tests/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-tests/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-tests/maven-metadata.xml (308 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/release-documentation/4.0.2/release-documentation-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/release-documentation/4.0.2/release-documentation-4.0.2.pom (12 kB at 87 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/release-documentation/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/release-documentation/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/release-documentation/maven-metadata.xml (315 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/maven-metadata.xml (309 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2-javadoc.jar (177 kB at 1.2 MB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/maven-metadata.xml (322 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2.jar.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/maven-metadata.xml (299 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2-sources.jar (2.1 MB at 11 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/4.0.2/policy-4.0.2-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/4.0.2/policy-4.0.2-javadoc.jar (526 kB at 3.5 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri/4.0.2/jaxws-ri-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri/4.0.2/jaxws-ri-4.0.2.pom.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri/maven-metadata.xml (302 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.jar (34 kB at 236 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.pom (5.3 kB at 38 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/maven-metadata.xml (318 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/4.0.2/rt-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/4.0.2/rt-4.0.2.pom.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/maven-metadata.xml (296 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2.jar (28 kB at 197 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2.pom (3.1 kB at 21 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/release-documentation/4.0.2/release-documentation-4.0.2-docbook.zip [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/release-documentation/4.0.2/release-documentation-4.0.2-docbook.zip (807 kB at 5.1 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2.jar (84 kB at 590 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2.pom (2.5 kB at 18 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/maven-metadata.xml (307 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/4.0.2/rt-4.0.2-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/4.0.2/rt-4.0.2-javadoc.jar (5.4 MB at 21 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/4.0.2/policy-4.0.2.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/4.0.2/policy-4.0.2.jar (179 kB at 1.2 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/4.0.2/policy-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/4.0.2/policy-4.0.2.pom (24 kB at 169 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-tests/4.0.2/jaxws-ri-tests-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-tests/4.0.2/jaxws-ri-tests-4.0.2.pom (3.9 kB at 29 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/4.0.2/policy-4.0.2.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/4.0.2/policy-4.0.2.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-bom/4.0.2/jaxws-ri-bom-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-bom/4.0.2/jaxws-ri-bom-4.0.2.pom (12 kB at 81 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-bom/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-bom/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-bom/maven-metadata.xml (306 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2.pom.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/maven-metadata.xml (303 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri/4.0.2/jaxws-ri-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri/4.0.2/jaxws-ri-4.0.2.pom (5.8 kB at 42 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/4.0.2/rt-4.0.2.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/4.0.2/rt-4.0.2.jar (2.4 MB at 13 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/4.0.2/rt-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/4.0.2/rt-4.0.2.pom (10 kB at 73 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/www/4.0.2/www-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/www/4.0.2/www-4.0.2.pom (7.3 kB at 52 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/www/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/www/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/www/maven-metadata.xml (297 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/extras/4.0.2/extras-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/extras/4.0.2/extras-4.0.2.pom (1.3 kB at 9.1 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2-sources.jar (20 kB at 141 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2-javadoc.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2-sources.jar (37 kB at 258 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2-sources.jar (57 kB at 395 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2-javadoc.jar (216 kB at 1.5 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2-sources.jar (611 kB at 4.0 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-bom/4.0.2/jaxws-ri-bom-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-bom/4.0.2/jaxws-ri-bom-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri/4.0.2/jaxws-ri-4.0.2.zip.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri/4.0.2/jaxws-ri-4.0.2.zip.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/4.0.2/rt-4.0.2.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/4.0.2/rt-4.0.2.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/tools/4.0.2/tools-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/tools/4.0.2/tools-4.0.2.pom (1.1 kB at 7.9 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/tools/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/tools/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/tools/maven-metadata.xml (299 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.2/jaxws-ri-bom-ext-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.2/jaxws-ri-bom-ext-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-bom-ext/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-bom-ext/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-bom-ext/maven-metadata.xml (310 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/project/4.0.2/project-4.0.2-resources.zip [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/project/4.0.2/project-4.0.2-resources.zip (5.2 kB at 37 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/4.0.2/policy-4.0.2-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/4.0.2/policy-4.0.2-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/tools/4.0.2/tools-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/tools/4.0.2/tools-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2-sources.jar (29 kB at 205 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri/4.0.2/jaxws-ri-4.0.2.zip [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri/4.0.2/jaxws-ri-4.0.2.zip (17 MB at 34 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2-sources.jar (14 kB at 102 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-unit/4.0.2/jaxws-unit-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-unit/4.0.2/jaxws-unit-4.0.2.pom (19 kB at 137 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-unit/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-unit/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-unit/maven-metadata.xml (304 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2-sources.jar (37 kB at 260 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/4.0.2/rt-4.0.2-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/4.0.2/rt-4.0.2-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2-sources.jar (17 kB at 126 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/samples/4.0.2/samples-4.0.2.zip.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/samples/4.0.2/samples-4.0.2.zip.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2-javadoc.jar (166 kB at 1.2 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2-javadoc.jar (153 kB at 1.1 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2.jar (60 kB at 422 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2.pom (5.2 kB at 37 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/4.0.2/policy-4.0.2-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/4.0.2/policy-4.0.2-sources.jar (126 kB at 886 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/project/4.0.2/project-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/project/4.0.2/project-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-async-client-transport/4.0.2/jaxws-async-client-transport-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/bundles/4.0.2/bundles-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/bundles/4.0.2/bundles-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/4.0.2/rt-4.0.2-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/4.0.2/rt-4.0.2-sources.jar (1.9 MB at 11 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2-javadoc.jar (6.8 MB at 24 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/runtime/4.0.2/runtime-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/runtime/4.0.2/runtime-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/runtime/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/runtime/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/runtime/maven-metadata.xml (301 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2-sources.jar (613 kB at 4.0 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/4.0.2/policy-4.0.2-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/policy/4.0.2/policy-4.0.2-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-unit/4.0.2/jaxws-unit-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-unit/4.0.2/jaxws-unit-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/samples/4.0.2/samples-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/samples/4.0.2/samples-4.0.2.pom (1.8 kB at 13 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2.jar (31 kB at 220 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2.pom (3.2 kB at 22 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/docs/4.0.2/docs-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/docs/4.0.2/docs-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2-javadoc.jar (145 kB at 1.0 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2.jar (17 kB at 120 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2.pom (1.4 kB at 10 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2.jar (802 kB at 5.1 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2.pom (16 kB at 113 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/4.0.2/rt-4.0.2-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt/4.0.2/rt-4.0.2-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2-sources.jar (31 kB at 226 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2.jar (38 kB at 273 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2.pom (1.4 kB at 10 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/release-documentation/4.0.2/release-documentation-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/release-documentation/4.0.2/release-documentation-4.0.2.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/rt-fi/4.0.2/rt-fi-4.0.2-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.2/jaxws-eclipselink-plugin-4.0.2-javadoc.jar (153 kB at 1.1 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/runtime/4.0.2/runtime-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/runtime/4.0.2/runtime-4.0.2.pom (1.2 kB at 8.9 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.jar (63 kB at 444 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-maven-plugin/4.0.2/jaxws-maven-plugin-4.0.2.pom (30 kB at 213 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/maven-metadata.xml [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/maven-metadata.xml (231 B at 1.6 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/maven-metadata.xml (231 B at 1.7 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2-javadoc.jar (1.7 MB at 9.6 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/wscompile/4.0.2/wscompile-4.0.2-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.2/sdo-eclipselink-plugin-4.0.2-javadoc.jar (225 kB at 1.6 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-local-transport/4.0.2/jaxws-local-transport-4.0.2-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/httpspi-servlet/4.0.2/httpspi-servlet-4.0.2-javadoc.jar (195 kB at 1.3 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/release-documentation/4.0.2/release-documentation-4.0.2-docbook.zip.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/release-documentation/4.0.2/release-documentation-4.0.2-docbook.zip.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-tools/4.0.2/jaxws-tools-4.0.2-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/servlet/4.0.2/servlet-4.0.2.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-rt/4.0.2/jaxws-rt-4.0.2.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxwsTestUtil/4.0.2/jaxwsTestUtil-4.0.2-javadoc.jar (287 kB at 2.0 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.2/jaxws-ri-bom-ext-4.0.2.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.2/jaxws-ri-bom-ext-4.0.2.pom (4.2 kB at 30 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/samples/4.0.2/samples-4.0.2.zip [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/samples/4.0.2/samples-4.0.2.zip (339 kB at 2.3 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/www/4.0.2/www-4.0.2.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1060/com/sun/xml/ws/www/4.0.2/www-4.0.2.pom.asc (833 B at 17 kB/s) [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "comsunxml-1060". Waiting for operation to complete... .. [INFO] Remote staged 1 repositories, finished with success. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Jakarta XML Web Services Implementation 4.0.2: [INFO] [INFO] JAX-WS RI Bill-of-Materials (BOM) .................. SUCCESS [ 9.531 s] [INFO] JAX-WS RI Bill-of-Materials (BOM) Extensions ....... SUCCESS [ 0.579 s] [INFO] WS-Policy Implementation ........................... SUCCESS [ 17.358 s] [INFO] Jakarta XML Web Services Implementation ............ SUCCESS [ 3.055 s] [INFO] JAX-WS RI Runtime (rt) ............................. SUCCESS [ 19.200 s] [INFO] JAX-WS RI Fast Infoset Support (rt-fi) ............. SUCCESS [ 2.827 s] [INFO] JAX-WS RI HTTP SPI (httpspi-servlet) ............... SUCCESS [ 3.134 s] [INFO] JAX-WS RI Servlet Support (servlet) ................ SUCCESS [ 3.268 s] [INFO] JAX-WS RI Bundles .................................. SUCCESS [ 0.523 s] [INFO] JAX-WS RI Runtime (jaxws-rt) ....................... SUCCESS [ 18.714 s] [INFO] JAX-WS RI Runtime .................................. SUCCESS [ 0.511 s] [INFO] JAX-WS RI Tools (wscompile) ........................ SUCCESS [ 9.137 s] [INFO] JAX-WS RI Tools (jaxws-tools) ...................... SUCCESS [ 9.398 s] [INFO] JAX-WS RI Tools .................................... SUCCESS [ 0.524 s] [INFO] JAX-WS RI Eclipselink Plugin ....................... SUCCESS [ 3.851 s] [INFO] JAX-WS RI Eclipselink SDO Plugin ................... SUCCESS [ 3.719 s] [INFO] JAX-WS RI Local-Transport Implementation ........... SUCCESS [ 8.442 s] [INFO] JAX-WS RI Async-Client-Transport Implementation .... SUCCESS [ 3.060 s] [INFO] JAX-WS RI Maven Plugin ............................. SUCCESS [ 9.398 s] [INFO] JAX-WS RI Extras ................................... SUCCESS [ 0.511 s] [INFO] JAX-WS RI Tests .................................... SUCCESS [ 0.516 s] [INFO] WS Test Framework Utilities (JAX-WS) ............... SUCCESS [ 3.701 s] [INFO] JAX-WS RI Documentation ............................ SUCCESS [ 0.510 s] [INFO] JAX-WS RI Release Documentation .................... SUCCESS [ 18.784 s] [INFO] JAX-WS RI Samples .................................. SUCCESS [ 0.918 s] [INFO] JAX-WS RI Standalone Zipped Bundle ................. SUCCESS [ 1.809 s] [INFO] JAX-WS RI Unit Tests ............................... SUCCESS [03:20 min] [INFO] JAX-WS RI WWW Help files ........................... SUCCESS [ 27.680 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:21 min [INFO] Finished at: 2023-10-17T19:47:53Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 5 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-source-plugin:3.2.1 [WARNING] * com.agilejava.docbkx:docbkx-maven-plugin:2.0.17 [WARNING] * org.apache.felix:maven-bundle-plugin:5.1.9 [WARNING] * org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13 [WARNING] * org.apache.maven.plugins:maven-javadoc-plugin:3.6.0 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] + cd /home/jenkins/agent/workspace/jax-ws-release + echo '-[ Tag release ]----------------------------------------------------------------' -[ Tag release ]---------------------------------------------------------------- + git tag 4.0.2 -m 'Release com.sun.xml.ws:project:4.0.2' + cd /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri + echo '-[ Set next snapshot version ]--------------------------------------------------' -[ Set next snapshot version ]-------------------------------------------------- + mvn -U -C -B -Pstaging -DnewVersion=4.0.3-SNAPSHOT -DparentVersion=4.0.3-SNAPSHOT -DprocessAllModules=true -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.7:set org.codehaus.mojo:versions-maven-plugin:2.7:update-parent NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] JAX-WS RI Bill-of-Materials (BOM) [pom] [INFO] JAX-WS RI Bill-of-Materials (BOM) Extensions [pom] [INFO] WS-Policy Implementation [jar] [INFO] Jakarta XML Web Services Implementation [pom] [INFO] JAX-WS RI Runtime (rt) [jar] [INFO] JAX-WS RI Fast Infoset Support (rt-fi) [jar] [INFO] JAX-WS RI HTTP SPI (httpspi-servlet) [jar] [INFO] JAX-WS RI Servlet Support (servlet) [jar] [INFO] JAX-WS RI Bundles [pom] [INFO] JAX-WS RI Runtime (jaxws-rt) [jar] [INFO] JAX-WS RI Runtime [pom] [INFO] JAX-WS RI Tools (wscompile) [jar] [INFO] JAX-WS RI Tools (jaxws-tools) [jar] [INFO] JAX-WS RI Tools [pom] [INFO] JAX-WS RI Eclipselink Plugin [jar] [INFO] JAX-WS RI Eclipselink SDO Plugin [jar] [INFO] JAX-WS RI Local-Transport Implementation [jar] [INFO] JAX-WS RI Async-Client-Transport Implementation [jar] [INFO] JAX-WS RI Maven Plugin [maven-plugin] [INFO] JAX-WS RI Extras [pom] [INFO] JAX-WS RI Tests [pom] [INFO] WS Test Framework Utilities (JAX-WS) [jar] [INFO] JAX-WS RI Documentation [pom] [INFO] JAX-WS RI Release Documentation [pom] [INFO] JAX-WS RI Samples [pom] [INFO] JAX-WS RI Standalone Zipped Bundle [pom] [INFO] JAX-WS RI Unit Tests [pom] [INFO] JAX-WS RI WWW Help files [pom] [INFO] [INFO] --------------------< com.sun.xml.ws:jaxws-ri-bom >--------------------- [INFO] Building JAX-WS RI Bill-of-Materials (BOM) 4.0.2 [1/28] [INFO] from boms/bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jaxws-ri-bom --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target [INFO] [INFO] ------------------< com.sun.xml.ws:jaxws-ri-bom-ext >------------------- [INFO] Building JAX-WS RI Bill-of-Materials (BOM) Extensions 4.0.2 [2/28] [INFO] from boms/bom-ext/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jaxws-ri-bom-ext --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom-ext/target [INFO] [INFO] -----------------------< com.sun.xml.ws:policy >------------------------ [INFO] Building WS-Policy Implementation 4.0.2 [3/28] [INFO] from runtime/policy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ policy --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target [INFO] [INFO] -----------------------< com.sun.xml.ws:project >----------------------- [INFO] Building Jakarta XML Web Services Implementation 4.0.2 [4/28] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ project --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target [INFO] [INFO] -------------------------< com.sun.xml.ws:rt >-------------------------- [INFO] Building JAX-WS RI Runtime (rt) 4.0.2 [5/28] [INFO] from runtime/rt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ rt --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target [INFO] [INFO] ------------------------< com.sun.xml.ws:rt-fi >------------------------ [INFO] Building JAX-WS RI Fast Infoset Support (rt-fi) 4.0.2 [6/28] [INFO] from runtime/rt-fi/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ rt-fi --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target [INFO] [INFO] -------------------< com.sun.xml.ws:httpspi-servlet >------------------- [INFO] Building JAX-WS RI HTTP SPI (httpspi-servlet) 4.0.2 [7/28] [INFO] from runtime/httpspi-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ httpspi-servlet --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target [INFO] [INFO] -----------------------< com.sun.xml.ws:servlet >----------------------- [INFO] Building JAX-WS RI Servlet Support (servlet) 4.0.2 [8/28] [INFO] from runtime/servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ servlet --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target [INFO] [INFO] -----------------------< com.sun.xml.ws:bundles >----------------------- [INFO] Building JAX-WS RI Bundles 4.0.2 [9/28] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ bundles --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/target [INFO] [INFO] ----------------------< com.sun.xml.ws:jaxws-rt >----------------------- [INFO] Building JAX-WS RI Runtime (jaxws-rt) 4.0.2 [10/28] [INFO] from bundles/jaxws-rt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-rt --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target [INFO] [INFO] -----------------------< com.sun.xml.ws:runtime >----------------------- [INFO] Building JAX-WS RI Runtime 4.0.2 [11/28] [INFO] from runtime/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ runtime --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/target [INFO] [INFO] ----------------------< com.sun.xml.ws:wscompile >---------------------- [INFO] Building JAX-WS RI Tools (wscompile) 4.0.2 [12/28] [INFO] from tools/wscompile/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ wscompile --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target [INFO] [INFO] ---------------------< com.sun.xml.ws:jaxws-tools >--------------------- [INFO] Building JAX-WS RI Tools (jaxws-tools) 4.0.2 [13/28] [INFO] from bundles/jaxws-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-tools --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target [INFO] [INFO] ------------------------< com.sun.xml.ws:tools >------------------------ [INFO] Building JAX-WS RI Tools 4.0.2 [14/28] [INFO] from tools/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ tools --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/target [INFO] [INFO] --------------< com.sun.xml.ws:jaxws-eclipselink-plugin >--------------- [INFO] Building JAX-WS RI Eclipselink Plugin 4.0.2 [15/28] [INFO] from extras/eclipselink_jaxb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-eclipselink-plugin --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target [INFO] [INFO] ---------------< com.sun.xml.ws:sdo-eclipselink-plugin >---------------- [INFO] Building JAX-WS RI Eclipselink SDO Plugin 4.0.2 [16/28] [INFO] from extras/eclipselink_sdo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ sdo-eclipselink-plugin --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target [INFO] [INFO] ----------------< com.sun.xml.ws:jaxws-local-transport >---------------- [INFO] Building JAX-WS RI Local-Transport Implementation 4.0.2 [17/28] [INFO] from extras/transports/local/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-local-transport --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target [INFO] [INFO] ------------< com.sun.xml.ws:jaxws-async-client-transport >------------- [INFO] Building JAX-WS RI Async-Client-Transport Implementation 4.0.2 [18/28] [INFO] from extras/transports/async-client-transport/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-async-client-transport --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target [INFO] [INFO] -----------------< com.sun.xml.ws:jaxws-maven-plugin >------------------ [INFO] Building JAX-WS RI Maven Plugin 4.0.2 [19/28] [INFO] from extras/jaxws-maven-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ jaxws-maven-plugin --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target [INFO] [INFO] -----------------------< com.sun.xml.ws:extras >------------------------ [INFO] Building JAX-WS RI Extras 4.0.2 [20/28] [INFO] from extras/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ extras --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/target [INFO] [INFO] -------------------< com.sun.xml.ws:jaxws-ri-tests >-------------------- [INFO] Building JAX-WS RI Tests 4.0.2 [21/28] [INFO] from tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-ri-tests --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/target [INFO] [INFO] --------------------< com.sun.xml.ws:jaxwsTestUtil >-------------------- [INFO] Building WS Test Framework Utilities (JAX-WS) 4.0.2 [22/28] [INFO] from tests/jaxwsTestUtil/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxwsTestUtil --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target [INFO] [INFO] ------------------------< com.sun.xml.ws:docs >------------------------- [INFO] Building JAX-WS RI Documentation 4.0.2 [23/28] [INFO] from docs/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ docs --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/target [INFO] [INFO] ----------------< com.sun.xml.ws:release-documentation >---------------- [INFO] Building JAX-WS RI Release Documentation 4.0.2 [24/28] [INFO] from docs/release-documentation/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ release-documentation --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target [INFO] [INFO] -----------------------< com.sun.xml.ws:samples >----------------------- [INFO] Building JAX-WS RI Samples 4.0.2 [25/28] [INFO] from docs/samples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ samples --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/target [INFO] [INFO] ----------------------< com.sun.xml.ws:jaxws-ri >----------------------- [INFO] Building JAX-WS RI Standalone Zipped Bundle 4.0.2 [26/28] [INFO] from bundles/jaxws-ri/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-ri --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-ri/target [INFO] [INFO] ---------------------< com.sun.xml.ws:jaxws-unit >---------------------- [INFO] Building JAX-WS RI Unit Tests 4.0.2 [27/28] [INFO] from tests/unit/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ jaxws-unit --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/target [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases (includes = [**/work/**], excludes = []) [INFO] [INFO] -------------------------< com.sun.xml.ws:www >------------------------- [INFO] Building JAX-WS RI WWW Help files 4.0.2 [28/28] [INFO] from docs/www/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.3.1:clean (default-clean) @ www --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/www/target [INFO] [INFO] -----------------------< com.sun.xml.ws:project >----------------------- [INFO] Building Jakarta XML Web Services Implementation 4.0.2 [29/28] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:set (default-cli)' [INFO] [INFO] --- versions:2.7:set (default-cli) @ project --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri [INFO] Processing change of com.sun.xml.ws:project:4.0.2 -> 4.0.3-SNAPSHOT [INFO] Processing com.sun.xml.ws:jaxws-maven-plugin [INFO] Updating project com.sun.xml.ws:jaxws-maven-plugin [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxws-ri-bom [INFO] Updating project com.sun.xml.ws:jaxws-ri-bom [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:policy [INFO] Updating project com.sun.xml.ws:policy [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxws-ri-bom-ext [INFO] Updating project com.sun.xml.ws:jaxws-ri-bom-ext [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating parent com.sun.xml.ws:jaxws-ri-bom [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:project [INFO] Updating parent com.sun.xml.ws:jaxws-ri-bom-ext [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:project [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:bundles [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:bundles [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:docs [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:docs [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:extras [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:extras [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:httpspi-servlet [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:httpspi-servlet [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxws-async-client-transport [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:jaxws-async-client-transport [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxws-eclipselink-plugin [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:jaxws-eclipselink-plugin [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxws-local-transport [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:jaxws-local-transport [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxws-ri-tests [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:jaxws-ri-tests [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:rt-fi [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:rt-fi [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:rt [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:rt [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:runtime [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:runtime [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:samples [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:samples [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:sdo-eclipselink-plugin [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:sdo-eclipselink-plugin [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:servlet [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:servlet [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:tools [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:tools [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:wscompile [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:wscompile [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxws-ri [INFO] Updating parent com.sun.xml.ws:bundles [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:jaxws-ri [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxws-rt [INFO] Updating parent com.sun.xml.ws:bundles [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxws-tools [INFO] Updating parent com.sun.xml.ws:bundles [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxws-unit [INFO] Updating parent com.sun.xml.ws:jaxws-ri-tests [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:jaxws-unit [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxwsTestUtil [INFO] Updating parent com.sun.xml.ws:jaxws-ri-tests [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:jaxwsTestUtil [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:release-documentation [INFO] Updating parent com.sun.xml.ws:docs [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:release-documentation [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:www [INFO] Updating parent com.sun.xml.ws:docs [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] Updating project com.sun.xml.ws:www [INFO] from version 4.0.2 to 4.0.3-SNAPSHOT [INFO] [INFO] [INFO] --------------------< com.sun.xml.ws:jaxws-ri-bom >--------------------- [INFO] Building JAX-WS RI Bill-of-Materials (BOM) 4.0.2 [30/28] [INFO] from boms/bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-ri-bom --- [WARNING] Not updating version: could not resolve any versions [INFO] [INFO] ------------------< com.sun.xml.ws:jaxws-ri-bom-ext >------------------- [INFO] Building JAX-WS RI Bill-of-Materials (BOM) Extensions 4.0.2 [31/28] [INFO] from boms/bom-ext/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-ri-bom-ext --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -----------------------< com.sun.xml.ws:policy >------------------------ [INFO] Building WS-Policy Implementation 4.0.2 [32/28] [INFO] from runtime/policy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ policy --- [WARNING] Not updating version: could not resolve any versions [INFO] [INFO] -----------------------< com.sun.xml.ws:project >----------------------- [INFO] Building Jakarta XML Web Services Implementation 4.0.2 [33/28] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ project --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -------------------------< com.sun.xml.ws:rt >-------------------------- [INFO] Building JAX-WS RI Runtime (rt) 4.0.2 [34/28] [INFO] from runtime/rt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ rt --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ------------------------< com.sun.xml.ws:rt-fi >------------------------ [INFO] Building JAX-WS RI Fast Infoset Support (rt-fi) 4.0.2 [35/28] [INFO] from runtime/rt-fi/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ rt-fi --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -------------------< com.sun.xml.ws:httpspi-servlet >------------------- [INFO] Building JAX-WS RI HTTP SPI (httpspi-servlet) 4.0.2 [36/28] [INFO] from runtime/httpspi-servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ httpspi-servlet --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -----------------------< com.sun.xml.ws:servlet >----------------------- [INFO] Building JAX-WS RI Servlet Support (servlet) 4.0.2 [37/28] [INFO] from runtime/servlet/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ servlet --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -----------------------< com.sun.xml.ws:bundles >----------------------- [INFO] Building JAX-WS RI Bundles 4.0.2 [38/28] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ bundles --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ----------------------< com.sun.xml.ws:jaxws-rt >----------------------- [INFO] Building JAX-WS RI Runtime (jaxws-rt) 4.0.2 [39/28] [INFO] from bundles/jaxws-rt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-rt --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -----------------------< com.sun.xml.ws:runtime >----------------------- [INFO] Building JAX-WS RI Runtime 4.0.2 [40/28] [INFO] from runtime/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ runtime --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ----------------------< com.sun.xml.ws:wscompile >---------------------- [INFO] Building JAX-WS RI Tools (wscompile) 4.0.2 [41/28] [INFO] from tools/wscompile/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ wscompile --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ---------------------< com.sun.xml.ws:jaxws-tools >--------------------- [INFO] Building JAX-WS RI Tools (jaxws-tools) 4.0.2 [42/28] [INFO] from bundles/jaxws-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-tools --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ------------------------< com.sun.xml.ws:tools >------------------------ [INFO] Building JAX-WS RI Tools 4.0.2 [43/28] [INFO] from tools/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ tools --- [INFO] Project's parent is part of the reactor [INFO] [INFO] --------------< com.sun.xml.ws:jaxws-eclipselink-plugin >--------------- [INFO] Building JAX-WS RI Eclipselink Plugin 4.0.2 [44/28] [INFO] from extras/eclipselink_jaxb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-eclipselink-plugin --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ---------------< com.sun.xml.ws:sdo-eclipselink-plugin >---------------- [INFO] Building JAX-WS RI Eclipselink SDO Plugin 4.0.2 [45/28] [INFO] from extras/eclipselink_sdo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ sdo-eclipselink-plugin --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ----------------< com.sun.xml.ws:jaxws-local-transport >---------------- [INFO] Building JAX-WS RI Local-Transport Implementation 4.0.2 [46/28] [INFO] from extras/transports/local/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-local-transport --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ------------< com.sun.xml.ws:jaxws-async-client-transport >------------- [INFO] Building JAX-WS RI Async-Client-Transport Implementation 4.0.2 [47/28] [INFO] from extras/transports/async-client-transport/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-async-client-transport --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -----------------< com.sun.xml.ws:jaxws-maven-plugin >------------------ [INFO] Building JAX-WS RI Maven Plugin 4.0.2 [48/28] [INFO] from extras/jaxws-maven-plugin/pom.xml [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-maven-plugin --- [WARNING] Not updating version: could not resolve any versions [INFO] [INFO] -----------------------< com.sun.xml.ws:extras >------------------------ [INFO] Building JAX-WS RI Extras 4.0.2 [49/28] [INFO] from extras/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ extras --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -------------------< com.sun.xml.ws:jaxws-ri-tests >-------------------- [INFO] Building JAX-WS RI Tests 4.0.2 [50/28] [INFO] from tests/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-ri-tests --- [INFO] Project's parent is part of the reactor [INFO] [INFO] --------------------< com.sun.xml.ws:jaxwsTestUtil >-------------------- [INFO] Building WS Test Framework Utilities (JAX-WS) 4.0.2 [51/28] [INFO] from tests/jaxwsTestUtil/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxwsTestUtil --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ------------------------< com.sun.xml.ws:docs >------------------------- [INFO] Building JAX-WS RI Documentation 4.0.2 [52/28] [INFO] from docs/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ docs --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ----------------< com.sun.xml.ws:release-documentation >---------------- [INFO] Building JAX-WS RI Release Documentation 4.0.2 [53/28] [INFO] from docs/release-documentation/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ release-documentation --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -----------------------< com.sun.xml.ws:samples >----------------------- [INFO] Building JAX-WS RI Samples 4.0.2 [54/28] [INFO] from docs/samples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ samples --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ----------------------< com.sun.xml.ws:jaxws-ri >----------------------- [INFO] Building JAX-WS RI Standalone Zipped Bundle 4.0.2 [55/28] [INFO] from bundles/jaxws-ri/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-ri --- [INFO] Project's parent is part of the reactor [INFO] [INFO] ---------------------< com.sun.xml.ws:jaxws-unit >---------------------- [INFO] Building JAX-WS RI Unit Tests 4.0.2 [56/28] [INFO] from tests/unit/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ jaxws-unit --- [INFO] Project's parent is part of the reactor [INFO] [INFO] -------------------------< com.sun.xml.ws:www >------------------------- [INFO] Building JAX-WS RI WWW Help files 4.0.2 [57/28] [INFO] from docs/www/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [WARNING] Parameter 'ruleSet' is unknown for plugin 'versions-maven-plugin:2.7:update-parent (default-cli)' [INFO] [INFO] --- versions:2.7:update-parent (default-cli) @ www --- [INFO] Project's parent is part of the reactor [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Jakarta XML Web Services Implementation 4.0.2: [INFO] [INFO] JAX-WS RI Bill-of-Materials (BOM) .................. SUCCESS [ 0.008 s] [INFO] JAX-WS RI Bill-of-Materials (BOM) Extensions ....... SUCCESS [ 0.002 s] [INFO] WS-Policy Implementation ........................... SUCCESS [ 0.002 s] [INFO] Jakarta XML Web Services Implementation ............ SUCCESS [ 0.002 s] [INFO] JAX-WS RI Runtime (rt) ............................. SUCCESS [ 0.002 s] [INFO] JAX-WS RI Fast Infoset Support (rt-fi) ............. SUCCESS [ 0.002 s] [INFO] JAX-WS RI HTTP SPI (httpspi-servlet) ............... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Servlet Support (servlet) ................ SUCCESS [ 0.001 s] [INFO] JAX-WS RI Bundles .................................. SUCCESS [ 0.002 s] [INFO] JAX-WS RI Runtime (jaxws-rt) ....................... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Runtime .................................. SUCCESS [ 0.001 s] [INFO] JAX-WS RI Tools (wscompile) ........................ SUCCESS [ 0.002 s] [INFO] JAX-WS RI Tools (jaxws-tools) ...................... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Tools .................................... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Eclipselink Plugin ....................... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Eclipselink SDO Plugin ................... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Local-Transport Implementation ........... SUCCESS [ 0.001 s] [INFO] JAX-WS RI Async-Client-Transport Implementation .... SUCCESS [ 0.023 s] [INFO] JAX-WS RI Maven Plugin ............................. SUCCESS [ 0.002 s] [INFO] JAX-WS RI Extras ................................... SUCCESS [ 0.001 s] [INFO] JAX-WS RI Tests .................................... SUCCESS [ 0.002 s] [INFO] WS Test Framework Utilities (JAX-WS) ............... SUCCESS [ 0.001 s] [INFO] JAX-WS RI Documentation ............................ SUCCESS [ 0.002 s] [INFO] JAX-WS RI Release Documentation .................... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Samples .................................. SUCCESS [ 0.001 s] [INFO] JAX-WS RI Standalone Zipped Bundle ................. SUCCESS [ 0.001 s] [INFO] JAX-WS RI Unit Tests ............................... SUCCESS [ 0.002 s] [INFO] JAX-WS RI WWW Help files ........................... SUCCESS [ 0.002 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3.010 s [INFO] Finished at: 2023-10-17T19:47:57Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 1 plugin(s) [WARNING] [WARNING] * org.codehaus.mojo:versions-maven-plugin:2.7 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] + cd /home/jenkins/agent/workspace/jax-ws-release + echo '-[ Commit modified pom.xml files ]----------------------------------------------' -[ Commit modified pom.xml files ]---------------------------------------------- ++ git status ++ grep -E 'modified:.*pom\.xml' ++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//' + POM_FILES='jaxws-ri/boms/bom-ext/pom.xml jaxws-ri/boms/bom/pom.xml jaxws-ri/bundles/jaxws-ri/pom.xml jaxws-ri/bundles/jaxws-rt/pom.xml jaxws-ri/bundles/jaxws-tools/pom.xml jaxws-ri/bundles/pom.xml jaxws-ri/docs/pom.xml jaxws-ri/docs/release-documentation/pom.xml jaxws-ri/docs/samples/pom.xml jaxws-ri/docs/www/pom.xml jaxws-ri/extras/eclipselink_jaxb/pom.xml jaxws-ri/extras/eclipselink_sdo/pom.xml jaxws-ri/extras/jaxws-maven-plugin/pom.xml jaxws-ri/extras/pom.xml jaxws-ri/extras/transports/async-client-transport/pom.xml jaxws-ri/extras/transports/local/pom.xml jaxws-ri/pom.xml jaxws-ri/runtime/httpspi-servlet/pom.xml jaxws-ri/runtime/policy/pom.xml jaxws-ri/runtime/pom.xml jaxws-ri/runtime/rt-fi/pom.xml jaxws-ri/runtime/rt/pom.xml jaxws-ri/runtime/servlet/pom.xml jaxws-ri/tests/jaxwsTestUtil/pom.xml jaxws-ri/tests/pom.xml jaxws-ri/tests/unit/pom.xml jaxws-ri/tools/pom.xml jaxws-ri/tools/wscompile/pom.xml' + git add jaxws-ri/boms/bom-ext/pom.xml jaxws-ri/boms/bom/pom.xml jaxws-ri/bundles/jaxws-ri/pom.xml jaxws-ri/bundles/jaxws-rt/pom.xml jaxws-ri/bundles/jaxws-tools/pom.xml jaxws-ri/bundles/pom.xml jaxws-ri/docs/pom.xml jaxws-ri/docs/release-documentation/pom.xml jaxws-ri/docs/samples/pom.xml jaxws-ri/docs/www/pom.xml jaxws-ri/extras/eclipselink_jaxb/pom.xml jaxws-ri/extras/eclipselink_sdo/pom.xml jaxws-ri/extras/jaxws-maven-plugin/pom.xml jaxws-ri/extras/pom.xml jaxws-ri/extras/transports/async-client-transport/pom.xml jaxws-ri/extras/transports/local/pom.xml jaxws-ri/pom.xml jaxws-ri/runtime/httpspi-servlet/pom.xml jaxws-ri/runtime/policy/pom.xml jaxws-ri/runtime/pom.xml jaxws-ri/runtime/rt-fi/pom.xml jaxws-ri/runtime/rt/pom.xml jaxws-ri/runtime/servlet/pom.xml jaxws-ri/tests/jaxwsTestUtil/pom.xml jaxws-ri/tests/pom.xml jaxws-ri/tests/unit/pom.xml jaxws-ri/tools/pom.xml jaxws-ri/tools/wscompile/pom.xml + git commit -m 'Prepare next development cycle for 4.0.3-SNAPSHOT' [4.0.2-RELEASE 4baa32d2] Prepare next development cycle for 4.0.3-SNAPSHOT 28 files changed, 51 insertions(+), 51 deletions(-) + '[' false = true ']' + echo '-[ Push branch and tag to GitHub ]----------------------------------------------' -[ Push branch and tag to GitHub ]---------------------------------------------- + git push origin 4.0.2-RELEASE remote: remote: Create a pull request for '4.0.2-RELEASE' on GitHub by visiting: remote: https://github.com/eclipse-ee4j/metro-jax-ws/pull/new/4.0.2-RELEASE remote: To github.com:eclipse-ee4j/metro-jax-ws.git * [new branch] 4.0.2-RELEASE -> 4.0.2-RELEASE + git push origin 4.0.2 To github.com:eclipse-ee4j/metro-jax-ws.git * [new tag] 4.0.2 -> 4.0.2 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 51 killed; [ssh-agent] Stopped. Finished: SUCCESS