Started by user Lukas Jungmann Rebuilds build #82 Running as Lukas Jungmann Agent basic-sq0s6 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-sq0s6" 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-sq0s6" - 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-sq0s6" - 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-4.13.3" 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-sq0s6 (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-0ef9tkWozxCk/agent.57 SSH_AGENT_PID=59 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/jax-ws-release@tmp/private_key_11406805873239805779.key (/home/jenkins/agent/workspace/jax-ws-release@tmp/private_key_11406805873239805779.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-ssh13851651151288629112.key Verifying host key using known hosts file > 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 63c0714366fd556da7f7a999e81fa2032b4e8070 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 63c0714366fd556da7f7a999e81fa2032b4e8070 # timeout=10 Commit message: "update build plugins" > git rev-list --no-walk 5bd16adeeec59f7821165088e1b333ca1a8cfd47 # timeout=10 [jax-ws-release] $ /bin/bash -ex /tmp/jenkins4044966460511242478.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.1-SNAPSHOT 4.0.1-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.1-SNAPSHOT + '[' -z 4.0.1 ']' + '[' -z 4.0.2-SNAPSHOT ']' + RELEASE_TAG=4.0.1 + RELEASE_BRANCH=4.0.1-RELEASE + echo 'Current version: 4.0.1-SNAPSHOT' Current version: 4.0.1-SNAPSHOT + echo 'Release version: 4.0.1' Release version: 4.0.1 + echo 'Next version: 4.0.2-SNAPSHOT' Next version: 4.0.2-SNAPSHOT + echo 'Release branch: 4.0.1-RELEASE' Release branch: 4.0.1-RELEASE + echo 'Release tag: 4.0.1' Release tag: 4.0.1 + '[' -z 4.0.1-SNAPSHOT -o -z 4.0.1 -o -z 4.0.2-SNAPSHOT ']' + '[' false = true ']' + MVN_DEPLOY_ARGS=deploy ++ git remote + GIT_ORIGIN=origin + echo '-[ Prepare branch ]-------------------------------------------------------------' -[ Prepare branch ]------------------------------------------------------------- ++ git branch -r ++ grep origin/4.0.1-RELEASE + [[ -n '' ]] + echo '-[ Release tag cleanup ]--------------------------------------------------------' -[ Release tag cleanup ]-------------------------------------------------------- ++ git ls-remote --tags origin ++ grep '4.0.1$' + [[ -n '' ]] + cd /home/jenkins/agent/workspace/jax-ws-release + git branch --delete 4.0.1-RELEASE error: branch '4.0.1-RELEASE' not found. + git checkout -b 4.0.1-RELEASE Switched to a new branch '4.0.1-RELEASE' + git tag --delete 4.0.1 error: tag '4.0.1' 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: 2023-10-02 usage: SCEA trust: unknown validity: unknown ssb rsa4096/B6D3FC494798E478 created: 2018-10-03 expires: 2023-10-02 usage: S [ unknown] (1). Eclipse Metro pub rsa4096/A7C6AFD280CA7CF0 created: 2018-10-03 expires: 2023-10-02 usage: SCEA trust: unknown validity: unknown ssb rsa4096/B6D3FC494798E478 created: 2018-10-03 expires: 2023-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: 2023-10-02 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/B6D3FC494798E478 created: 2018-10-03 expires: 2023-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 2023-10-02 pub rsa4096/A7C6AFD280CA7CF0 created: 2018-10-03 expires: 2023-10-02 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/B6D3FC494798E478 created: 2018-10-03 expires: 2023-10-02 usage: S [ultimate] (1). Eclipse Metro pub rsa4096/A7C6AFD280CA7CF0 created: 2018-10-03 expires: 2023-10-02 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/B6D3FC494798E478 created: 2018-10-03 expires: 2023-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: 2023-10-02 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/B6D3FC494798E478 created: 2018-10-03 expires: 2023-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.1 ++ echo com.sun.xml.ws:project:4.0.1 ++ sed -e 's/\./\\\./g' + STAGING_KEY='com\.sun\.xml\.ws:project:4\.0\.1' + echo '-[ Set release version ]--------------------------------------------------------' -[ Set release version ]-------------------------------------------------------- + mvn -V -U -C -B -Pstaging -DnewVersion=4.0.1 -DparentVersion=4.0.1 -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.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) 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.17.13-200.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 144 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 862 kB/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 4.3 MB/s) [INFO] [INFO] --------------------< com.sun.xml.ws:jaxws-ri-bom >--------------------- [INFO] Building JAX-WS RI Bill-of-Materials (BOM) 4.0.1-SNAPSHOT [1/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 77 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 746 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxws-ri-bom --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 242 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 452 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 1.7 MB/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 229 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 64 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 522 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 440 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 989 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 4.1 MB/s) [INFO] [INFO] ------------------< com.sun.xml.ws:jaxws-ri-bom-ext >------------------- [INFO] Building JAX-WS RI Bill-of-Materials (BOM) Extensions 4.0.1-SNAPSHOT [2/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxws-ri-bom-ext --- [INFO] [INFO] -----------------------< com.sun.xml.ws:policy >------------------------ [INFO] Building WS-Policy Implementation 4.0.1-SNAPSHOT [3/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ policy --- [INFO] [INFO] -----------------------< com.sun.xml.ws:project >----------------------- [INFO] Building Jakarta XML Web Services Implementation 4.0.1-SNAPSHOT [4/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ project --- [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 416 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 566 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 3.6 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 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 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 4.4 MB/s) [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 4.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (169 kB at 2.3 MB/s) [INFO] [INFO] -------------------------< com.sun.xml.ws:rt >-------------------------- [INFO] Building JAX-WS RI Runtime (rt) 4.0.1-SNAPSHOT [5/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ rt --- [INFO] [INFO] ------------------------< com.sun.xml.ws:rt-fi >------------------------ [INFO] Building JAX-WS RI Fast Infoset Support (rt-fi) 4.0.1-SNAPSHOT [6/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ rt-fi --- [INFO] [INFO] -------------------< com.sun.xml.ws:httpspi-servlet >------------------- [INFO] Building JAX-WS RI HTTP SPI (httpspi-servlet) 4.0.1-SNAPSHOT [7/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ httpspi-servlet --- [INFO] [INFO] -----------------------< com.sun.xml.ws:servlet >----------------------- [INFO] Building JAX-WS RI Servlet Support (servlet) 4.0.1-SNAPSHOT [8/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ servlet --- [INFO] [INFO] -----------------------< com.sun.xml.ws:bundles >----------------------- [INFO] Building JAX-WS RI Bundles 4.0.1-SNAPSHOT [9/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ bundles --- [INFO] [INFO] ----------------------< com.sun.xml.ws:jaxws-rt >----------------------- [INFO] Building JAX-WS RI Runtime (jaxws-rt) 4.0.1-SNAPSHOT [10/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jaxws-rt --- [INFO] [INFO] -----------------------< com.sun.xml.ws:runtime >----------------------- [INFO] Building JAX-WS RI Runtime 4.0.1-SNAPSHOT [11/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ runtime --- [INFO] [INFO] ----------------------< com.sun.xml.ws:wscompile >---------------------- [INFO] Building JAX-WS RI Tools (wscompile) 4.0.1-SNAPSHOT [12/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ wscompile --- [INFO] [INFO] ---------------------< com.sun.xml.ws:jaxws-tools >--------------------- [INFO] Building JAX-WS RI Tools (jaxws-tools) 4.0.1-SNAPSHOT [13/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jaxws-tools --- [INFO] [INFO] ------------------------< com.sun.xml.ws:tools >------------------------ [INFO] Building JAX-WS RI Tools 4.0.1-SNAPSHOT [14/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ tools --- [INFO] [INFO] --------------< com.sun.xml.ws:jaxws-eclipselink-plugin >--------------- [INFO] Building JAX-WS RI Eclipselink Plugin 4.0.1-SNAPSHOT [15/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1-SNAPSHOT [16/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1-SNAPSHOT [17/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1-SNAPSHOT [18/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1-SNAPSHOT [19/28] [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.7.1/maven-plugin-plugin-3.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.7.1/maven-plugin-plugin-3.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.7.1/maven-plugin-plugin-3.7.1.pom (11 kB at 182 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.7.1/maven-plugin-tools-3.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.7.1/maven-plugin-tools-3.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.7.1/maven-plugin-tools-3.7.1.pom (17 kB at 599 kB/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 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-plugin-plugin/3.7.1/maven-plugin-plugin-3.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.7.1/maven-plugin-plugin-3.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugin-plugin/3.7.1/maven-plugin-plugin-3.7.1.jar (61 kB at 2.5 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxws-maven-plugin --- [INFO] [INFO] -----------------------< com.sun.xml.ws:extras >------------------------ [INFO] Building JAX-WS RI Extras 4.0.1-SNAPSHOT [20/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ extras --- [INFO] [INFO] -------------------< com.sun.xml.ws:jaxws-ri-tests >-------------------- [INFO] Building JAX-WS RI Tests 4.0.1-SNAPSHOT [21/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jaxws-ri-tests --- [INFO] [INFO] --------------------< com.sun.xml.ws:jaxwsTestUtil >-------------------- [INFO] Building WS Test Framework Utilities (JAX-WS) 4.0.1-SNAPSHOT [22/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jaxwsTestUtil --- [INFO] [INFO] ------------------------< com.sun.xml.ws:docs >------------------------- [INFO] Building JAX-WS RI Documentation 4.0.1-SNAPSHOT [23/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ docs --- [INFO] [INFO] ----------------< com.sun.xml.ws:release-documentation >---------------- [INFO] Building JAX-WS RI Release Documentation 4.0.1-SNAPSHOT [24/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ release-documentation --- [INFO] [INFO] -----------------------< com.sun.xml.ws:samples >----------------------- [INFO] Building JAX-WS RI Samples 4.0.1-SNAPSHOT [25/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ samples --- [INFO] [INFO] ----------------------< com.sun.xml.ws:jaxws-ri >----------------------- [INFO] Building JAX-WS RI Standalone Zipped Bundle 4.0.1-SNAPSHOT [26/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jaxws-ri --- [INFO] [INFO] ---------------------< com.sun.xml.ws:jaxws-unit >---------------------- [INFO] Building JAX-WS RI Unit Tests 4.0.1-SNAPSHOT [27/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1-SNAPSHOT [28/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ www --- [INFO] [INFO] -----------------------< com.sun.xml.ws:project >----------------------- [INFO] Building Jakarta XML Web Services Implementation 4.0.1-SNAPSHOT [29/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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 259 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 468 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 592 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.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 48 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 493 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 80 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 554 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 128 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 296 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 1.5 MB/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 652 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 633 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 417 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 249 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 310 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 60 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 96 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 54 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 660 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 66 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 869 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 631 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 252 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 269 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 724 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 427 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 924 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 193 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 469 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 1.4 MB/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 204 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 1.4 MB/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 5.8 MB/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 688 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 2.4 MB/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 628 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 175 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 1.9 MB/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 272 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 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.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 133 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 383 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 5.1 MB/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 219 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 848 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 392 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 249 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 164 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 2.2 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 638 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 313 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 535 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 2.2 MB/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.2 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 1.2 MB/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 3.1 MB/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 937 kB/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.7 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 2.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 339 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 277 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 668 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 189 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 326 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 238 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 353 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 1.5 MB/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 477 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 166 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 332 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 674 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 14 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 2.3 MB/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 687 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 24 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 16 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 56 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 78 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 2.0 MB/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 487 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 770 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 23 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 57 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 477 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 562 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 409 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 1.0 MB/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 71 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 47 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 326 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 308 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 1.6 MB/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 408 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 1.1 MB/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 14 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 110 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 415 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 506 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 34 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 578 kB/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 16 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 108 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 188 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 277 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/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 63 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 32 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 46 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 61 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 86 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 116 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 566 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 908 kB/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 1.1 MB/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 4.5 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 614 kB/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 130 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 54 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 231 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 31 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 14 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 10 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 486 kB/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 1.5 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-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/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/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-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-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-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-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/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/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/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-sink-api/1.7/doxia-sink-api-1.7.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 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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] 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 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.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 1.6 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/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 583 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-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/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 173 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/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 406 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/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 299 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/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 403 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-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 347 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 381 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/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 106 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-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 416 kB/s) [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 742 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] 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/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.jar (165 kB at 1.2 MB/s) [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 282 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] 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-project/2.2.1/maven-project-2.2.1.jar (156 kB at 1.1 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.12/wagon-provider-api-2.12.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 372 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/commons-io/commons-io/2.5/commons-io-2.5.jar (209 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-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/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar (55 kB at 370 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 407 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] 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 197 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 28 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-core/1.7/doxia-core-1.7.jar (167 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] 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 71 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/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 366 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 270 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/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7/doxia-skin-model-1.7.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 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.jar (98 kB at 483 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-module-xhtml/1.7/doxia-module-xhtml-1.7.jar (17 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 804 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-skin-model/1.7/doxia-skin-model-1.7.jar (16 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 817 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.5 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] 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-site-renderer/1.7/doxia-site-renderer-1.7.jar (62 kB at 266 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 33 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] 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/org/apache/maven/doxia/doxia-module-fml/1.7/doxia-module-fml-1.7.jar (39 kB at 165 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/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 601 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 377 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] 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/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 266 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 554 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/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 103 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 838 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 396 kB/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 1.1 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/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 1.0 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/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 756 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 36 kB/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 683 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 438 kB/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] 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 1.8 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 796 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 139 kB/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 474 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 1.2 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.1-SNAPSHOT -> 4.0.1 [INFO] Processing com.sun.xml.ws:jaxws-maven-plugin [INFO] Updating project com.sun.xml.ws:jaxws-maven-plugin [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [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.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:policy [INFO] Updating project com.sun.xml.ws:policy [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [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.1-SNAPSHOT to 4.0.1 [INFO] Updating parent com.sun.xml.ws:jaxws-ri-bom [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:project [INFO] Updating parent com.sun.xml.ws:jaxws-ri-bom-ext [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:project [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:bundles [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:bundles [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:docs [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:docs [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:extras [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:extras [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:httpspi-servlet [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:httpspi-servlet [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-async-client-transport [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:jaxws-async-client-transport [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-eclipselink-plugin [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:jaxws-eclipselink-plugin [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-local-transport [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:jaxws-local-transport [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-ri-tests [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:jaxws-ri-tests [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:rt-fi [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:rt-fi [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:rt [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:rt [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:runtime [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:runtime [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:samples [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:samples [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:sdo-eclipselink-plugin [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:sdo-eclipselink-plugin [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:servlet [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:servlet [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:tools [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:tools [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:wscompile [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:wscompile [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-ri [INFO] Updating parent com.sun.xml.ws:bundles [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:jaxws-ri [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-rt [INFO] Updating parent com.sun.xml.ws:bundles [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-tools [INFO] Updating parent com.sun.xml.ws:bundles [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:jaxws-unit [INFO] Updating parent com.sun.xml.ws:jaxws-ri-tests [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:jaxws-unit [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:jaxwsTestUtil [INFO] Updating parent com.sun.xml.ws:jaxws-ri-tests [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:jaxwsTestUtil [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:release-documentation [INFO] Updating parent com.sun.xml.ws:docs [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:release-documentation [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] Processing com.sun.xml.ws:www [INFO] Updating parent com.sun.xml.ws:docs [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] Updating project com.sun.xml.ws:www [INFO] from version 4.0.1-SNAPSHOT to 4.0.1 [INFO] [INFO] [INFO] --------------------< com.sun.xml.ws:jaxws-ri-bom >--------------------- [INFO] Building JAX-WS RI Bill-of-Materials (BOM) 4.0.1-SNAPSHOT [30/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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] Updating parent from 1.0.7 to 1.0.8 [INFO] [INFO] ------------------< com.sun.xml.ws:jaxws-ri-bom-ext >------------------- [INFO] Building JAX-WS RI Bill-of-Materials (BOM) Extensions 4.0.1-SNAPSHOT [31/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [32/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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] Updating parent from 1.0.7 to 1.0.8 [INFO] [INFO] -----------------------< com.sun.xml.ws:project >----------------------- [INFO] Building Jakarta XML Web Services Implementation 4.0.1-SNAPSHOT [33/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [34/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [35/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [36/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [37/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [38/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [39/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [40/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [41/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [42/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [43/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [44/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [45/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [46/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [47/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [48/28] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- versions-maven-plugin: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] Updating parent from 1.0.7 to 1.0.8 [INFO] [INFO] -----------------------< com.sun.xml.ws:extras >------------------------ [INFO] Building JAX-WS RI Extras 4.0.1-SNAPSHOT [49/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [50/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [51/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [52/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [53/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [54/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [55/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [56/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT [57/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1-SNAPSHOT: [INFO] [INFO] JAX-WS RI Bill-of-Materials (BOM) .................. SUCCESS [ 0.234 s] [INFO] JAX-WS RI Bill-of-Materials (BOM) Extensions ....... SUCCESS [ 0.001 s] [INFO] WS-Policy Implementation ........................... SUCCESS [ 0.098 s] [INFO] Jakarta XML Web Services Implementation ............ SUCCESS [ 0.001 s] [INFO] JAX-WS RI Runtime (rt) ............................. SUCCESS [ 0.001 s] [INFO] JAX-WS RI Fast Infoset Support (rt-fi) ............. SUCCESS [ 0.002 s] [INFO] JAX-WS RI HTTP SPI (httpspi-servlet) ............... SUCCESS [ 0.001 s] [INFO] JAX-WS RI Servlet Support (servlet) ................ SUCCESS [ 0.001 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.001 s] [INFO] JAX-WS RI Tools (wscompile) ........................ SUCCESS [ 0.001 s] [INFO] JAX-WS RI Tools (jaxws-tools) ...................... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Tools .................................... SUCCESS [ 0.001 s] [INFO] JAX-WS RI Eclipselink Plugin ....................... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Eclipselink SDO Plugin ................... SUCCESS [ 0.001 s] [INFO] JAX-WS RI Local-Transport Implementation ........... SUCCESS [ 0.001 s] [INFO] JAX-WS RI Async-Client-Transport Implementation .... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Maven Plugin ............................. SUCCESS [ 0.058 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.001 s] [INFO] JAX-WS RI Release Documentation .................... SUCCESS [ 0.001 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.001 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10.494 s [INFO] Finished at: 2023-01-27T13:04:21Z [INFO] ------------------------------------------------------------------------ + 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.1' [4.0.1-RELEASE 298606eb] Prepare release com.sun.xml.ws:project:4.0.1 28 files changed, 54 insertions(+), 54 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\.1$' ++ 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.1 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.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) 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.17.13-200.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.1 [1/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-gpg-plugin/3.0.1/maven-gpg-plugin-3.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/3.0.1/maven-gpg-plugin-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/3.0.1/maven-gpg-plugin-3.0.1.pom (13 kB at 150 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-gpg-plugin/3.0.1/maven-gpg-plugin-3.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/3.0.1/maven-gpg-plugin-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/3.0.1/maven-gpg-plugin-3.0.1.jar (60 kB at 1.9 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxws-ri-bom --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0: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.1.0/enforcer-api-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.pom (2.9 kB at 155 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 757 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 4.5 MB/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 5.3 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 3.8 MB/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 250 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 2.1 MB/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.6 MB/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 213 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 153 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 1.1 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 1.6 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 2.7 MB/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 1.2 MB/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 1.6 MB/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.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 292 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 3.6 MB/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 257 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 1.5 MB/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 1.7 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 457 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.pom (4.9 kB at 289 kB/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 620 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 145 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 288 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 513 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.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 101 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 143 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 202 kB/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 76 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 2.3 MB/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 513 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 731 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 1.2 MB/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 3.6 MB/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 2.2 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.6 MB/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/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 1.2 MB/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 815 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.pom (2.1 kB at 704 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.1.0/aether-1.1.0.pom (26 kB at 4.3 MB/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.5 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 1.3 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 6.1 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 463 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 108 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.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.1.1/maven-dependency-tree-3.1.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.1.1/maven-dependency-tree-3.1.1.pom (6.5 kB at 2.2 MB/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/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.2.5/maven-compat-3.2.5.pom (4.2 kB at 279 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.8/wagon-provider-api-2.8.pom (1.7 kB at 865 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.8/wagon-2.8.pom (19 kB at 541 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 9.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/apache/14/apache-14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 2.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-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.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-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/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/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.3.5/org.eclipse.sisu.inject-0.3.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.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/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/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/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/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/aopalliance/aopalliance/1.0/aopalliance-1.0.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-interpolation/1.21/plexus-interpolation-1.21.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/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/1.1.0/aether-util-1.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 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/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-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar [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] 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] 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] 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/apache/maven/maven-plugin-api/3.2.5/maven-plugin-api-3.2.5.jar (46 kB at 6.6 MB/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/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 2.4 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.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/enforcer/enforcer-api/3.1.0/enforcer-api-3.1.0.jar (11 kB at 358 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.jar (161 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-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/apache/maven/enforcer/enforcer-rules/3.1.0/enforcer-rules-3.1.0.jar (118 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-core/3.2.5/maven-core-3.2.5.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 586 kB/s) [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] 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 844 kB/s) [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] 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 4.0 MB/s) [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] 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 7.4 MB/s) [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-artifact/3.2.5/maven-artifact-3.2.5.jar (55 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.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-settings-builder/3.2.5/maven-settings-builder-3.2.5.jar (44 kB at 704 kB/s) [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 2.8 MB/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] 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-repository-metadata/3.2.5/maven-repository-metadata-3.2.5.jar (26 kB at 419 kB/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-aether-provider/3.2.5/maven-aether-provider-3.2.5.jar (66 kB at 982 kB/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/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 2.5 MB/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/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 63 kB/s) [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 1.9 MB/s) [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 421 kB/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] 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] 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/apache/maven/maven-core/3.2.5/maven-core-3.2.5.jar (608 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 480 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 396 kB/s) [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/sonatype/sisu/sisu-guice/3.2.3/sisu-guice-3.2.3-no_aop.jar (398 kB at 2.8 MB/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-utils/3.4.2/plexus-utils-3.4.2.jar (267 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.1.0/aether-util-1.1.0.jar (150 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] 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/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.1.1/maven-dependency-tree-3.1.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.1.1/maven-dependency-tree-3.1.1.jar (99 kB at 586 kB/s) [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 1.5 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 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 2.6 MB/s) [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 9.2 MB/s) [INFO] [INFO] --- maven-source-plugin: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 892 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 728 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 704 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 1.6 MB/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 5.6 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 2.6 MB/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 168 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 6.1 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 8.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.3 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 318 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 378 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 127 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/tukaani/xz/1.8/xz-1.8.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/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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] 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 14 MB/s) [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 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 5.4 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] 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/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 8.8 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 4.0 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 8.5 MB/s) [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.2 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] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ jaxws-ri-bom --- [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 188 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 2.4 MB/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 109 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 401 kB/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 102 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 294 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 2.6 MB/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 985 kB/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 146 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.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 102 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 529 kB/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 96 kB/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.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 114 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 121 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 694 kB/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 34 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 560 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 354 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 1.1 MB/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 482 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 937 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 50 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 166 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.pom (6.9 kB at 209 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 412 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 446 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 136 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 727 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 108 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.1 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 211 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 301 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 131 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 87 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 64 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 118 kB/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 53 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 74 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.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M2a/org.eclipse.sisu.plexus-0.0.0.M2a.pom (5.9 kB at 256 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M2a/sisu-plexus-0.0.0.M2a.pom (7.9 kB at 495 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 150 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 85 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 42 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.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M2a/org.eclipse.sisu.inject-0.0.0.M2a.pom (5.0 kB at 311 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M2a/sisu-inject-0.0.0.M2a.pom (7.8 kB at 651 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 9.9 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 228 kB/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 103 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/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 38 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 195 kB/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.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/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 378 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 269 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 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 2.5 MB/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 2.6 MB/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 428 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 971 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 105 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 7.0 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 891 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 10 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 276 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 4.4 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 3.8 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 8.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 2.8 MB/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 2.5 MB/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.5 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 110 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 169 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 52 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 78 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 124 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 75 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 682 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 286 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-text/1.9/commons-text-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.9/commons-text-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.9/commons-text-1.9.pom (17 kB at 422 kB/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 3.0 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.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.pom (16 kB at 471 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.pom (5.1 kB at 99 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-languages/1.1.0/plexus-languages-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.0/plexus-languages-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.0/plexus-languages-1.1.0.pom (4.8 kB at 108 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.pom (2.4 kB at 158 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 5.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/qdox/qdox/2.0.0/qdox-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.0/qdox-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.0/qdox-2.0.0.pom (16 kB at 327 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 63 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 60 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 90 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.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/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/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/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/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/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-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 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/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-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.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/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/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/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-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-text/1.9/commons-text-1.9.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/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.2/asm-9.2.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/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/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.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/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.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 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.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 266 kB/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] 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 1.1 MB/s) [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 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.4.0/plexus-archiver-4.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (201 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 8.3 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.3.3/maven-shared-utils-3.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.3/maven-shared-utils-3.3.3.jar (154 kB at 3.5 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/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.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/apache/maven/shared/maven-invoker/3.1.0/maven-invoker-3.1.0.jar (33 kB at 526 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.11.1/doxia-logging-api-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 14 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/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 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-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-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 741 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 132 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] 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/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 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-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-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 85 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.4/wagon-provider-api-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.9/commons-text-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 569 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 578 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-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.9/commons-text-1.9.jar (216 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.0/plexus-java-1.1.0.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 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 141 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-java/1.1.0/plexus-java-1.1.0.jar (53 kB at 391 kB/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 67 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.1/qdox-2.0.1.jar (334 kB at 2.4 MB/s) [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 357 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.2/asm-9.2.jar (122 kB at 787 kB/s) [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:3.0.1: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.12.0/maven-artifact-transfer-0.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.12.0/maven-artifact-transfer-0.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.12.0/maven-artifact-transfer-0.12.0.pom (11 kB at 375 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-artifact-transfer/0.12.0/maven-artifact-transfer-0.12.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 eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.12.0/maven-artifact-transfer-0.12.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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.12.0/maven-artifact-transfer-0.12.0.jar (120 kB at 3.5 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 3.2 MB/s) [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxws-ri-bom --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 286 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 152 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 990 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 187 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 617 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 175 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 973 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.pom (2.5 kB at 209 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 4.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.pom (1.1 kB at 176 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.7/plexus-components-1.1.7.pom (5.0 kB at 311 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 3.6 MB/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 191 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 29 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 8.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 9.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 15 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 23 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 2.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 3.9 MB/s) [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.1/jaxws-ri-bom-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/jaxws-ri-bom-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri-bom/4.0.1/jaxws-ri-bom-4.0.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1/jaxws-ri-bom-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom/target/jaxws-ri-bom-4.0.1.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.1/jaxws-ri-bom-4.0.1.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.1 [2/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxws-ri-bom-ext --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jaxws-ri-bom-ext --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jaxws-ri-bom-ext --- [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ jaxws-ri-bom-ext --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ jaxws-ri-bom-ext --- [INFO] [INFO] --- maven-install-plugin:2.4: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.1/jaxws-ri-bom-ext-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom-ext/target/jaxws-ri-bom-ext-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.1/jaxws-ri-bom-ext-4.0.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1/jaxws-ri-bom-ext-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/boms/bom-ext/target/jaxws-ri-bom-ext-4.0.1.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.1/jaxws-ri-bom-ext-4.0.1.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------------< com.sun.xml.ws:policy >------------------------ [INFO] Building WS-Policy Implementation 4.0.1 [3/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.pom (8.1 kB at 4.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/2.6/maven-resources-plugin-2.6.jar (30 kB at 15 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-runtime/4.0.2/jaxb-runtime-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-runtime/4.0.2/jaxb-runtime-4.0.2.pom (4.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-runtime-parent/4.0.2/jaxb-runtime-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-runtime-parent/4.0.2/jaxb-runtime-parent-4.0.2.pom (1.2 kB at 13 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 402 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 60 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/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/org/glassfish/jaxb/jaxb-core/4.0.2/jaxb-core-4.0.2.pom (3.7 kB at 63 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 225 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 176 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 368 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 71 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 357 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/txw2/4.0.2/txw2-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/txw2/4.0.2/txw2-4.0.2.pom (1.8 kB at 31 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.2/jaxb-txw-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-txw-parent/4.0.2/jaxb-txw-parent-4.0.2.pom (1.2 kB at 21 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-runtime/4.1.1/istack-commons-runtime-4.1.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-runtime/4.1.1/istack-commons-runtime-4.1.1.pom (2.3 kB at 46 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 6.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-runtime/4.0.2/jaxb-runtime-4.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/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/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0/jakarta.xml.bind-api-4.0.0.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/glassfish/jaxb/txw2/4.0.2/txw2-4.0.2.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 386 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-runtime/4.1.1/istack-commons-runtime-4.1.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/txw2/4.0.2/txw2-4.0.2.jar (73 kB at 755 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.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 1.1 MB/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/org/glassfish/jaxb/jaxb-core/4.0.2/jaxb-core-4.0.2.jar (139 kB at 1.2 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.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-runtime/4.1.1/istack-commons-runtime-4.1.1.jar (26 kB at 220 kB/s) [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 457 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-runtime/4.0.2/jaxb-runtime-4.0.2.jar (908 kB at 5.7 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] 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.2 MB/s) [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 12 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ policy --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ policy --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ policy --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.4/maven-plugin-api-3.8.4.pom (3.0 kB at 78 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.4/maven-3.8.4.pom (27 kB at 1.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.4/maven-model-3.8.4.pom (2.8 kB at 122 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.4/maven-artifact-3.8.4.pom (2.4 kB at 200 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.pom (1.6 kB at 60 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm/1.12.0/maven-scm-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.12.0/maven-scm-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.12.0/maven-scm-1.12.0.pom (26 kB at 897 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.0.pom (2.2 kB at 187 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-managers/1.12.0/maven-scm-managers-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.12.0/maven-scm-managers-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.12.0/maven-scm-managers-1.12.0.pom (1.5 kB at 41 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 247 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.pom (2.0 kB at 38 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers/1.12.0/maven-scm-providers-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.12.0/maven-scm-providers-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.12.0/maven-scm-providers-1.12.0.pom (3.6 kB at 301 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.pom (2.7 kB at 101 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers-svn/1.12.0/maven-scm-providers-svn-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.12.0/maven-scm-providers-svn-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.12.0/maven-scm-providers-svn-1.12.0.pom (2.2 kB at 78 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/1.12.0/maven-scm-provider-svn-commons-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.pom (2.7 kB at 89 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.pom (2.6 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers-git/1.12.0/maven-scm-providers-git-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.12.0/maven-scm-providers-git-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.12.0/maven-scm-providers-git-1.12.0.pom (2.2 kB at 92 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/1.12.0/maven-scm-provider-git-commons-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.pom (2.7 kB at 244 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.pom (2.8 kB at 60 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers-cvs/1.12.0/maven-scm-providers-cvs-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-cvs/1.12.0/maven-scm-providers-cvs-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-cvs/1.12.0/maven-scm-providers-cvs-1.12.0.pom (1.8 kB at 80 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.pom (2.4 kB at 94 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.pom (2.6 kB at 58 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.pom (2.6 kB at 105 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.pom (2.6 kB at 89 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.pom (2.4 kB at 80 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.1.2/maven-scm-provider-svnjava-2.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.pom (9.2 kB at 369 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/1.8/maven-scm-provider-svn-commons-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (2.7 kB at 208 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (2.1 kB at 101 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (3.7 kB at 170 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (1.6 kB at 18 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (2.5 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom (1.2 kB at 18 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom (3.1 kB at 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.1/commons-io-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom (11 kB at 295 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.pom (3.1 kB at 104 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 62 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.pom (2.5 kB at 132 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 120 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 553 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 79 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 138 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 90 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom (1.7 kB at 128 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (4.3 kB at 290 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 345 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (804 B at 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.7/jsch.agentproxy.usocket-jna-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (1.3 kB at 100 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 216 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (2.4 kB at 203 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (996 B at 71 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom (971 B at 88 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom (1.3 kB at 92 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.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom (1.1 kB at 88 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 102 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 157 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 295 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.9/gson-2.8.9.pom (6.3 kB at 527 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.8.9/gson-parent-2.8.9.pom (4.7 kB at 390 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.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-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.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/1.12.0/maven-scm-provider-git-commons-1.12.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.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.1.2/maven-scm-provider-svnjava-2.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.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.14/sqljet-1.1.14.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.7/jsch.agentproxy.connector-factory-0.0.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.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/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.12.0/maven-scm-manager-plexus-1.12.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-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.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/1.12.0/maven-scm-manager-plexus-1.12.0.jar (11 kB at 334 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.12.0/maven-scm-provider-bazaar-1.12.0.jar (57 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.12.0/maven-scm-provider-gitexe-1.12.0.jar (72 kB at 1.9 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/1.12.0/maven-scm-provider-svn-commons-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.12.0/maven-scm-api-1.12.0.jar (112 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.12.0/maven-scm-provider-cvsexe-1.12.0.jar (31 kB at 611 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.12.0/maven-scm-provider-svn-commons-1.12.0.jar (39 kB at 774 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.12.0/maven-scm-provider-svnexe-1.12.0.jar (84 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.12.0/maven-scm-provider-starteam-1.12.0.jar (74 kB at 1.2 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/1.12.0/maven-scm-provider-hg-1.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.12.0/maven-scm-provider-git-commons-1.12.0.jar (36 kB at 565 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.12.0/maven-scm-provider-clearcase-1.12.0.jar (70 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.12.0/maven-scm-provider-perforce-1.12.0.jar (86 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.12.0/maven-scm-provider-cvs-commons-1.12.0.jar (80 kB at 1.1 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/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.2/maven-scm-provider-svnjava-2.1.2.jar (64 kB at 826 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 7.1 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/maven/scm/maven-scm-provider-hg/1.12.0/maven-scm-provider-hg-1.12.0.jar (68 kB at 692 kB/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/de/regnis/q/sequence/sequence-library/1.0.4/sequence-library-1.0.4.jar (72 kB at 688 kB/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/tmatesoft/sqljet/sqljet/1.1.14/sqljet-1.1.14.jar (761 kB at 5.9 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.7/jsch.agentproxy.connector-factory-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 82 kB/s) [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 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.10.3/svnkit-1.10.3.jar (4.3 MB at 26 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 23 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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar (913 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 39 kB/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 13 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 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.8.9/gson-2.8.9.jar (258 kB at 1.2 MB/s) [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 1.2 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: 298606e at timestamp: 1674824693675 [INFO] Storing buildScmBranch: 4.0.1-RELEASE [INFO] [INFO] --- istack-commons-maven-plugin:4.1.1: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.7.3/maven-resolver-api-1.7.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.pom (2.6 kB at 91 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.7.3/maven-resolver-1.7.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.7.3/maven-resolver-1.7.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.7.3/maven-resolver-1.7.3.pom (21 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.7.3/maven-resolver-impl-1.7.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.7.3/maven-resolver-impl-1.7.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.7.3/maven-resolver-impl-1.7.3.pom (5.2 kB at 260 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/codemodel/4.0.0-M4/codemodel-4.0.0-M4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/codemodel/4.0.0-M4/codemodel-4.0.0-M4.pom (1.7 kB at 32 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.0-M4/jaxb-codemodel-parent-4.0.0-M4.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.0-M4/jaxb-codemodel-parent-4.0.0-M4.pom (16 kB at 291 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.7.3/maven-resolver-impl-1.7.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/codemodel/4.0.0-M4/codemodel-4.0.0-M4.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/codemodel/4.0.0-M4/codemodel-4.0.0-M4.jar (169 kB at 2.3 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.7.3/maven-resolver-api-1.7.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.7.3/maven-resolver-impl-1.7.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.7.3/maven-resolver-impl-1.7.3.jar (200 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.jar (150 kB at 6.0 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-maven-plugin:3.3.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.0.0/file-management-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 162 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 222 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 245 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 268 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 135 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 258 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 78 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 60 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 1.6 MB/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 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 328 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 2.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 12 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 20 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 5.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 824 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 535 kB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ policy --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 3.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 956 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 876 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 288 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 22 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 568 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 702 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 336 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 66 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.pom (5.8 kB at 386 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 967 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 44 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 754 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 174 kB/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 896 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 64 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [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.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 3.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 6.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 5.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 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-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.jar (223 kB at 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 2.5 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.4/plexus-build-api-0.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.1/maven-filtering-1.1.jar (43 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 3.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 988 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 324 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 6.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 1.5 MB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1: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 2.4 MB/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 489 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.pom (5.0 kB at 184 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.1/plexus-languages-1.1.1.pom (4.6 kB at 271 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.pom (1.1 kB at 62 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.11.1/plexus-compiler-2.11.1.pom (8.1 kB at 580 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/6.6/plexus-components-6.6.pom (2.7 kB at 206 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.8.2/junit-bom-5.8.2.pom (5.6 kB at 225 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.pom (1.1 kB at 44 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.pom (1.2 kB at 31 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.11.1/plexus-compilers-2.11.1.pom (1.3 kB at 44 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-java/1.1.1/plexus-java-1.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.11.1/plexus-compiler-manager-2.11.1.jar (4.7 kB at 222 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.11.1/plexus-compiler-api-2.11.1.jar (27 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.11.1/plexus-compiler-javac-2.11.1.jar (23 kB at 508 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.1/plexus-java-1.1.1.jar (54 kB at 1.1 MB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 61 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/classes [INFO] [INFO] --- maven-bundle-plugin:5.1.6: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 40 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.pom (5.2 kB at 150 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 53 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 30 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 28 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 118 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 742 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 99 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 654 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 341 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 67 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 159 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.pom (2.7 kB at 55 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 319 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 750 kB/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 190 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 345 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 8.0 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 130 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 91 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 33 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom (8.3 kB at 244 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 2.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 504 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 3.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 5.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom (1.8 kB at 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom (2.6 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 52 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 65 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 356 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 207 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.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 4.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 4.6 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.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (14 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 261 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 51 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 315 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 265 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4.0 kB at 183 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 59 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 889 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2.0 kB at 68 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (2.1 kB at 52 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (3.4 kB at 73 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 354 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 1.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 614 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom (3.8 kB at 202 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 222 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 47 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.8 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 32 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 58 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 20 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 22 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 7.2 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 20 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 28 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 37 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 87 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 19 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 875 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 165 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 117 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 102 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 159 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 2.3 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 273 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 211 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 1.6 MB/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 201 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 417 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 65 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 252 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 249 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 65 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 22 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 158 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 144 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 2.5 MB/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 197 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 90 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 171 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 122 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 73 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 168 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.2.0/biz.aQute.bndlib-6.2.0.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/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/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.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.2.0/biz.aQute.bnd.util-6.2.0.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/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.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/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/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/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice/4.0/guice-4.0-no_aop.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/maven-compat/3.3.9/maven-compat-3.3.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.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/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/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.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-xdoc/1.0/doxia-module-xdoc-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/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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.dto/1.0.0/org.osgi.dto-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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] 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/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.framework/1.8.0/org.osgi.framework-1.8.0.jar (345 kB at 9.9 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/osgi.annotation/8.0.1/osgi.annotation-8.0.1.jar (37 kB at 997 kB/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.resource/1.0.0/org.osgi.resource-1.0.0.jar (33 kB at 826 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.service.repository/1.1.0/org.osgi.service.repository-1.1.0.jar (25 kB at 620 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.function/1.2.0/org.osgi.util.function-1.2.0.jar (24 kB at 550 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.service.log/1.3.0/org.osgi.service.log-1.3.0.jar (17 kB at 348 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.util.tracker/1.5.4/org.osgi.util.tracker-1.5.4.jar (44 kB at 847 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.util.promise/1.2.0/org.osgi.util.promise-1.2.0.jar (83 kB at 1.5 MB/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.dto/1.0.0/org.osgi.dto-1.0.0.jar (15 kB at 260 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 580 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bnd.util/6.2.0/biz.aQute.bnd.util-6.2.0.jar (425 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 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/3.3.9/maven-model-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar (164 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/6.2.0/biz.aQute.bndlib-6.2.0.jar (3.2 MB at 30 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 403 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 593 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 470 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 368 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 402 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 224 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 kB at 499 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 224 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 1.4 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.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (147 kB at 954 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar (2.3 MB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 25 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/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 2.5 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/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 788 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/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 2.5 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/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar (290 kB at 1.6 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/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 3.5 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/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-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/maven-archiver/3.5.2/maven-archiver-3.5.2.jar (26 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar (37 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 242 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 285 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/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 53 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/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 239 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 223 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 96 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 666 kB/s) [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 836 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.6 MB/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 111 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] --- maven-resources-plugin:2.6:testResources (default-testResources) @ policy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 66 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ policy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M8: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.0.0-M8/maven-surefire-common-3.0.0-M8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M8/maven-surefire-common-3.0.0-M8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M8/maven-surefire-common-3.0.0-M8.pom (6.5 kB at 166 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-api/3.0.0-M8/surefire-api-3.0.0-M8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M8/surefire-api-3.0.0-M8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M8/surefire-api-3.0.0-M8.pom (3.4 kB at 242 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-logger-api/3.0.0-M8/surefire-logger-api-3.0.0-M8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M8/surefire-logger-api-3.0.0-M8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M8/surefire-logger-api-3.0.0-M8.pom (3.6 kB at 156 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M8/surefire-shared-utils-3.0.0-M8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M8/surefire-shared-utils-3.0.0-M8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M8/surefire-shared-utils-3.0.0-M8.pom (4.1 kB at 131 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M8/surefire-extensions-api-3.0.0-M8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M8/surefire-extensions-api-3.0.0-M8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M8/surefire-extensions-api-3.0.0-M8.pom (3.6 kB at 152 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-booter/3.0.0-M8/surefire-booter-3.0.0-M8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M8/surefire-booter-3.0.0-M8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M8/surefire-booter-3.0.0-M8.pom (4.3 kB at 188 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M8/surefire-extensions-spi-3.0.0-M8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M8/surefire-extensions-spi-3.0.0-M8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M8/surefire-extensions-spi-3.0.0-M8.pom (1.8 kB at 72 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 191 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 319 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 263 kB/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 749 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/maven-surefire-common/3.0.0-M8/maven-surefire-common-3.0.0-M8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-api/3.0.0-M8/surefire-api-3.0.0-M8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-logger-api/3.0.0-M8/surefire-logger-api-3.0.0-M8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M8/surefire-extensions-api-3.0.0-M8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-booter/3.0.0-M8/surefire-booter-3.0.0-M8.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M8/surefire-extensions-spi-3.0.0-M8.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/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/apache/maven/surefire/surefire-shared-utils/3.0.0-M8/surefire-shared-utils-3.0.0-M8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M8/maven-surefire-common-3.0.0-M8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M8/surefire-api-3.0.0-M8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M8/surefire-logger-api-3.0.0-M8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M8/surefire-extensions-api-3.0.0-M8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M8/surefire-booter-3.0.0-M8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M8/surefire-logger-api-3.0.0-M8.jar (14 kB at 802 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M8/surefire-extensions-api-3.0.0-M8.jar (26 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.0.0-M8/surefire-extensions-spi-3.0.0-M8.jar [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/maven/surefire/maven-surefire-common/3.0.0-M8/maven-surefire-common-3.0.0-M8.jar (307 kB at 18 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/maven/surefire/surefire-api/3.0.0-M8/surefire-api-3.0.0-M8.jar (171 kB at 9.0 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/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 6.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M8/surefire-shared-utils-3.0.0-M8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M8/surefire-booter-3.0.0-M8.jar (118 kB at 5.6 MB/s) [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 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.0.0-M8/surefire-shared-utils-3.0.0-M8.jar (2.1 MB at 40 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.0.0-M8/surefire-extensions-spi-3.0.0-M8.jar (8.2 kB at 134 kB/s) [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 4.6 MB/s) [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ 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 214 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 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 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] 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] 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 28 MB/s) [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.3 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.1.jar [INFO] [INFO] --- maven-source-plugin: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.1-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.4.1: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.1-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ policy --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ policy --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.1.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/policy/4.0.1/policy-4.0.1.jar [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.1/policy-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.1-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/policy/4.0.1/policy-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.1-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/policy/4.0.1/policy-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.1.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/policy/4.0.1/policy-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/policy/4.0.1/policy-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.1-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/policy/4.0.1/policy-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.1-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/policy/4.0.1/policy-4.0.1-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1.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.1/policy-4.0.1.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.1/policy-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.1-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.1/policy-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.1-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.1/policy-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.1.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.1/policy-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.1.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.1/policy-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.1-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.1/policy-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.1-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.1/policy-4.0.1-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.1 [4/28] [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.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 326 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 378 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 298 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] 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] 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 533 kB/s) [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 1.5 MB/s) [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 731 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ project --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ project --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ project --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ project --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ project --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ project --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ project --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ project --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ project --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-assembly-plugin:3.4.2: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.1/maven-common-artifact-filters-3.3.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.3.1/maven-common-artifact-filters-3.3.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.3.1/maven-common-artifact-filters-3.3.1.pom (5.5 kB at 305 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom (6.9 kB at 578 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.1/maven-common-artifact-filters-3.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.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.1/maven-common-artifact-filters-3.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar (55 kB at 18 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.3.1/maven-common-artifact-filters-3.3.1.jar (63 kB at 2.1 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.1-resources.zip [INFO] [INFO] --- maven-dependency-plugin:3.5.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 200 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 4.0 MB/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 20 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 195 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.pom (6.5 kB at 312 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.pom (1.9 kB at 274 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.0/maven-dependency-analyzer-1.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.pom (5.5 kB at 149 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 489 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.3/asm-9.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.pom (2.4 kB at 113 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 567 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.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 277 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.1 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-model/3.1.0/maven-model-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/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/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/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/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/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/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [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.jar [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.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/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.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/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.3/asm-9.3.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 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/apache/commons/commons-collections4/4.2/commons-collections4-4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar [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-model/3.1.0/maven-model-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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] 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 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 3.3 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.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 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.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-model/3.1.0/maven-model-3.1.0.jar (164 kB at 8.6 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-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/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-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 885 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 15 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/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 3.3 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/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 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-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/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 422 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 9.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 886 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 966 kB/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 906 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 3.8 MB/s) [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] 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 3.8 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.0/maven-dependency-analyzer-1.13.0.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 668 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.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.0/maven-dependency-analyzer-1.13.0.jar (37 kB at 461 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.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/ow2/asm/asm/9.3/asm-9.3.jar (122 kB at 1.5 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.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/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.jar (216 kB at 2.5 MB/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/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar (43 kB at 449 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 608 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 2.9 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 5.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.jar (6.3 MB at 44 MB/s) [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ project --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ project --- [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ project --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ project --- [INFO] [INFO] --- maven-install-plugin:2.4: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.1/project-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/.m2/repository/com/sun/xml/ws/project/4.0.1/project-4.0.1-resources.zip [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/project/4.0.1/project-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/project/4.0.1/project-4.0.1-resources.zip.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1/project-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-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.1/project-4.0.1-resources.zip [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1.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.1/project-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-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.1/project-4.0.1-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.1 [5/28] [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 228 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 190 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 50 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 270 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 274 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 321 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 291 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 65 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 363 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 371 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 413 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 207 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 569 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.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 187 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 358 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 7.6 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 235 kB/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 86 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.9 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] 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] 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 853 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.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 607 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.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 1.2 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/org/glassfish/gmbal/gmbal-api-only/4.0.3/gmbal-api-only-4.0.3.jar (29 kB at 447 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.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 669 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.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 472 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.0/saaj-impl-3.0.0.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 1.6 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/fastinfoset/FastInfoset/2.1.0/FastInfoset-2.1.0.jar (316 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.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 2.0 MB/s) [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 2.4 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.0/saaj-impl-3.0.0.jar (465 kB at 1.9 MB/s) [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] 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] 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 53 MB/s) [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 6.5 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ rt --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ rt --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ rt --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ rt --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-property) @ rt --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ rt --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ rt --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ rt --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ rt --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ rt --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ rt --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack (unpack-asm) @ rt --- [INFO] Configured Artifact: org.ow2.asm:asm:sources:9.4:jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.4/asm-9.4-sources.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4-sources.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-sources.jar (181 kB at 13 MB/s) [INFO] Unpacking /home/jenkins/.m2/repository/org/ow2/asm/asm/9.4/asm-9.4-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/dependency with includes "org/objectweb/asm/**/*.java" and excludes "" [INFO] [INFO] --- package-rename-task:1.5.2:rename (repackage-asm) @ rt --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ant/ant/1.6/ant-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant/1.6/ant-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant/1.6/ant-1.6.pom (182 B at 6.7 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.5.2/maven-plugin-api-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.2/maven-plugin-api-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.2/maven-plugin-api-3.5.2.pom (2.9 kB at 84 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.5.2/maven-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.2/maven-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.2/maven-3.5.2.pom (25 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.5.2/maven-model-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.2/maven-model-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.2/maven-model-3.5.2.pom (4.0 kB at 106 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 730 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.5.2/maven-artifact-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.2/maven-artifact-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.2/maven-artifact-3.5.2.pom (2.1 kB at 176 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.3/org.eclipse.sisu.plexus-0.3.3.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.3/org.eclipse.sisu.plexus-0.3.3.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.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 149 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 352 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.3/org.eclipse.sisu.inject-0.3.3.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.3/org.eclipse.sisu.inject-0.3.3.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.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 202 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.5.2/maven-core-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.2/maven-core-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.2/maven-core-3.5.2.pom (8.8 kB at 382 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.5.2/maven-settings-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.2/maven-settings-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.2/maven-settings-3.5.2.pom (1.8 kB at 122 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.5.2/maven-settings-builder-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.2/maven-settings-builder-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.2/maven-settings-builder-3.5.2.pom (2.6 kB at 175 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-builder-support/3.5.2/maven-builder-support-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.2/maven-builder-support-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.2/maven-builder-support-3.5.2.pom (1.5 kB at 59 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 328 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.5.2/maven-repository-metadata-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.2/maven-repository-metadata-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.2/maven-repository-metadata-3.5.2.pom (1.9 kB at 90 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.5.2/maven-model-builder-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.2/maven-model-builder-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.2/maven-model-builder-3.5.2.pom (3.1 kB at 241 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 263 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 707 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-resolver-provider/3.5.2/maven-resolver-provider-3.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.2/maven-resolver-provider-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.2/maven-resolver-provider-3.5.2.pom (4.2 kB at 175 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.1.0/maven-resolver-api-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.0/maven-resolver-api-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.0/maven-resolver-api-1.1.0.pom (1.9 kB at 126 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.1.0/maven-resolver-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.0/maven-resolver-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.0/maven-resolver-1.1.0.pom (16 kB at 509 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.1.0/maven-resolver-spi-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.0/maven-resolver-spi-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.0/maven-resolver-spi-1.1.0.pom (2.1 kB at 148 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.1.0/maven-resolver-util-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.0/maven-resolver-util-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.0/maven-resolver-util-1.1.0.pom (2.2 kB at 131 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.1.0/maven-resolver-impl-1.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.0/maven-resolver-impl-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.0/maven-resolver-impl-1.1.0.pom (3.5 kB at 288 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ant/ant/1.6/ant-1.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.5.2/maven-plugin-api-3.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.5.2/maven-model-3.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.5.2/maven-artifact-3.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.5.2/maven-core-3.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.5.2/maven-settings-3.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.5.2/maven-settings-builder-3.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-builder-support/3.5.2/maven-builder-support-3.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.5.2/maven-repository-metadata-3.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.5.2/maven-model-builder-3.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-resolver-provider/3.5.2/maven-resolver-provider-3.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.1.0/maven-resolver-impl-1.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.1.0/maven-resolver-api-1.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.1.0/maven-resolver-spi-1.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.1.0/maven-resolver-util-1.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.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant/1.6/ant-1.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.2/maven-plugin-api-3.5.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.2/maven-model-3.5.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.2/maven-artifact-3.5.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.2/maven-model-3.5.2.jar (165 kB at 8.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.2/maven-core-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.2/maven-plugin-api-3.5.2.jar (48 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.2/maven-settings-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.2/maven-artifact-3.5.2.jar (55 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.2/maven-settings-builder-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ant/ant/1.6/ant-1.6.jar (952 kB at 40 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.2/maven-builder-support-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.2/maven-settings-3.5.2.jar (45 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.2/maven-repository-metadata-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.2/maven-settings-builder-3.5.2.jar (43 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-model-builder/3.5.2/maven-model-builder-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.2/maven-builder-support-3.5.2.jar (15 kB at 400 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.2/maven-resolver-provider-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.2/maven-repository-metadata-3.5.2.jar (27 kB at 624 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.0/maven-resolver-impl-1.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.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 4.3 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.1.0/maven-resolver-api-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.2/maven-model-builder-3.5.2.jar (180 kB at 3.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.1.0/maven-resolver-spi-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.2/maven-resolver-provider-3.5.2.jar (68 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.0/maven-resolver-util-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.0/maven-resolver-api-1.1.0.jar (146 kB at 2.4 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.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.0/maven-resolver-spi-1.1.0.jar (36 kB at 588 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.0/maven-resolver-impl-1.1.0.jar (185 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.2/maven-core-3.5.2.jar (630 kB at 9.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.0/maven-resolver-util-1.1.0.jar (159 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 4.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 5.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 21 MB/s) [null] performing package renaming [INFO] [INFO] --- build-helper-maven-plugin:3.3.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-maven-plugin:4.1.1: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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ rt --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ rt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ rt --- [INFO] Copying 208 resources [INFO] Copying 1 resource [INFO] Copying 2 resources to 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] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 885 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/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:[81,65] module not found: org.glassfish.metro.wsit.impl [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/module-info.java:[169,33] 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/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:[220,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:[222,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:[231,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:[233,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:[415,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 [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/main/java/com/sun/xml/ws/util/pipe/StandalonePipeAssembler.java: Some input files additionally use or override 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] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ rt --- [INFO] Copying 16 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/test-classes [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/src/test/java/com/sun/xml/ws/message/saaj/SAAJMessageWrapperTest.java:[193,110] 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/test/java/com/sun/xml/ws/message/saaj/SAAJMessageWrapperTest.java:[258,114] encode(com.sun.xml.ws.api.message.Packet,java.io.OutputStream) in com.sun.xml.ws.api.databinding.Databinding has been deprecated [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] --- maven-surefire-plugin:3.0.0-M8:test (default-test) @ rt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin: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.1.jar [INFO] [INFO] --- maven-source-plugin: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.1-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.4.1: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.1-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ rt --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rt --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.1.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/rt/4.0.1/rt-4.0.1.jar [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.1/rt-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.1-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/rt/4.0.1/rt-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.1-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/rt/4.0.1/rt-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.1.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/rt/4.0.1/rt-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/rt/4.0.1/rt-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.1-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/rt/4.0.1/rt-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.1-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/rt/4.0.1/rt-4.0.1-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1.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.1/rt-4.0.1.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.1/rt-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.1-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.1/rt-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.1-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.1/rt-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.1.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.1/rt-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.1.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.1/rt-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.1-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.1/rt-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.1-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.1/rt-4.0.1-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.1 [6/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ rt-fi --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ rt-fi --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ rt-fi --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ rt-fi --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ rt-fi --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ rt-fi --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ rt-fi --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ rt-fi --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ rt-fi --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ rt-fi --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ rt-fi --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ rt-fi --- [INFO] [INFO] --- maven-resources-plugin:3.3.0: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 to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ rt-fi --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0: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] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ rt-fi --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M8:test (default-test) @ rt-fi --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin: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.1.jar [INFO] [INFO] --- maven-source-plugin: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.1-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.4.1: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.1-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ rt-fi --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ rt-fi --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.1.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1.jar [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.1/rt-fi-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.1-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.1-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.1.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.1-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.1-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1.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.1/rt-fi-4.0.1.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.1/rt-fi-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.1-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.1/rt-fi-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.1-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.1/rt-fi-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.1.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.1/rt-fi-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.1.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.1/rt-fi-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.1-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.1/rt-fi-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.1-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.1/rt-fi-4.0.1-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.1 [7/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ httpspi-servlet --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ httpspi-servlet --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ httpspi-servlet --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ httpspi-servlet --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ httpspi-servlet --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ httpspi-servlet --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ httpspi-servlet --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ httpspi-servlet --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ httpspi-servlet --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ httpspi-servlet --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ httpspi-servlet --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ httpspi-servlet --- [INFO] [INFO] --- maven-resources-plugin:3.3.0: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 to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ httpspi-servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/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] --- maven-resources-plugin:3.3.0: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] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ httpspi-servlet --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M8:test (default-test) @ httpspi-servlet --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin: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.1.jar [INFO] [INFO] --- maven-source-plugin: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.1-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.4.1: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.1-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ httpspi-servlet --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ httpspi-servlet --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.1.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1.jar [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.1/httpspi-servlet-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.1-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.1-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.1.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.1-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.1-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1.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.1/httpspi-servlet-4.0.1.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.1/httpspi-servlet-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.1-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.1/httpspi-servlet-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.1-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.1/httpspi-servlet-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.1.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.1/httpspi-servlet-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.1.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.1/httpspi-servlet-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.1-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.1/httpspi-servlet-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.1-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.1/httpspi-servlet-4.0.1-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.1 [8/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ servlet --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ servlet --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ servlet --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ servlet --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ servlet --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ servlet --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ servlet --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ servlet --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ servlet --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ servlet --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ servlet --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ servlet --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ servlet --- [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ servlet --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0: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] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ servlet --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M8:test (default-test) @ servlet --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin: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.1.jar [INFO] [INFO] --- maven-source-plugin: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.1-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.4.1: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.1-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ servlet --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ servlet --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.1.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1.jar [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.1/servlet-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.1-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.1-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.1.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.1-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.1-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1.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.1/servlet-4.0.1.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.1/servlet-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.1-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.1/servlet-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.1-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.1/servlet-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.1.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.1/servlet-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.1.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.1/servlet-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.1-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.1/servlet-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.1-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.1/servlet-4.0.1-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.1 [9/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ bundles --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ bundles --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ bundles --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ bundles --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ bundles --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ bundles --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ bundles --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ bundles --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ bundles --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ bundles --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ bundles --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ bundles --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ bundles --- [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ bundles --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ bundles --- [INFO] [INFO] --- maven-install-plugin:2.4: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.1/bundles-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/target/bundles-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/bundles/4.0.1/bundles-4.0.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1/bundles-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/target/bundles-4.0.1.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.1/bundles-4.0.1.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.1 [10/28] [INFO] --------------------------------[ 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.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 60 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 10 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 94 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.jar [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] 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 2.1 MB/s) [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 5.6 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jaxws-rt --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jaxws-rt --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jaxws-rt --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ jaxws-rt --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ jaxws-rt --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ jaxws-rt --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ jaxws-rt --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ jaxws-rt --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ jaxws-rt --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ jaxws-rt --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-sources) @ jaxws-rt --- [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/policy/target/policy-4.0.1-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF" [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt/target/rt-4.0.1-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF" [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/rt-fi/target/rt-fi-4.0.1-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF" [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/httpspi-servlet/target/httpspi-servlet-4.0.1-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF" [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/servlet/target/servlet-4.0.1-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/generated-sources/dependencies with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF" [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jaxws-rt --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jaxws-rt --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jaxws-rt --- [INFO] [INFO] --- maven-resources-plugin:3.3.0: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 to META-INF [INFO] Copying 223 resources [INFO] Copying 1 resource [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] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jaxws-rt --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 985 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/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:[87,65] module not found: org.glassfish.metro.wsit.impl [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/src/main/java/module-info.java:[187,33] 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/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:[220,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:[222,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:[231,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:[233,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:[415,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 [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] --- maven-bundle-plugin:5.1.6: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] --- maven-resources-plugin:3.3.0: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] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jaxws-rt --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M8:test (default-test) @ jaxws-rt --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin: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.1.jar [INFO] [INFO] --- maven-source-plugin: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.1-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.4.1: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.1-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ jaxws-rt --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxws-rt --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.1.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.jar [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.1/jaxws-rt-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.1-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.1-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.1.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.1-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.1-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1.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.1/jaxws-rt-4.0.1.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.1/jaxws-rt-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.1-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.1/jaxws-rt-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.1-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.1/jaxws-rt-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.1.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.1/jaxws-rt-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.1.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.1/jaxws-rt-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.1-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.1/jaxws-rt-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-rt/target/jaxws-rt-4.0.1-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.1/jaxws-rt-4.0.1-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.1 [11/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ runtime --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ runtime --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ runtime --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ runtime --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ runtime --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ runtime --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ runtime --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ runtime --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ runtime --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ runtime --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ runtime --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ runtime --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ runtime --- [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ runtime --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ runtime --- [INFO] [INFO] --- maven-install-plugin:2.4: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.1/runtime-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/target/runtime-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/runtime/4.0.1/runtime-4.0.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1/runtime-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/runtime/target/runtime-4.0.1.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.1/runtime-4.0.1.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.1 [12/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/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/org/glassfish/jaxb/jaxb-jxc/4.0.2/jaxb-jxc-4.0.2.pom (8.0 kB at 25 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/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/org/glassfish/jaxb/jaxb-xjc/4.0.2/jaxb-xjc-4.0.2.pom (8.5 kB at 135 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/xsom/4.0.2/xsom-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/xsom/4.0.2/xsom-4.0.2.pom (24 kB at 375 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.2/relaxng-datatype-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/external/relaxng-datatype/4.0.2/relaxng-datatype-4.0.2.pom (1.1 kB at 16 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.2/jaxb-external-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-external-parent/4.0.2/jaxb-external-parent-4.0.2.pom (21 kB at 177 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 17 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 226 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/external/rngom/4.0.2/rngom-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/external/rngom/4.0.2/rngom-4.0.2.pom (2.3 kB at 22 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 84 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-tools/4.1.1/istack-commons-tools-4.1.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-tools/4.1.1/istack-commons-tools-4.1.1.pom (3.9 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.12/ant-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (17 kB at 612 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 242 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.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.2/jaxb-jxc-4.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-xjc/4.0.2/jaxb-xjc-4.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/xsom/4.0.2/xsom-4.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/external/relaxng-datatype/4.0.2/relaxng-datatype-4.0.2.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/jaxb-jxc/4.0.2/jaxb-jxc-4.0.2.jar (112 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/external/rngom/4.0.2/rngom-4.0.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/external/relaxng-datatype/4.0.2/relaxng-datatype-4.0.2.jar (19 kB at 244 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/codemodel/4.0.2/codemodel-4.0.2.jar (167 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-tools/4.1.1/istack-commons-tools-4.1.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/xsom/4.0.2/xsom-4.0.2.jar (425 kB at 4.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.12/ant-1.10.12.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar [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 407 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-xjc/4.0.2/jaxb-xjc-4.0.2.jar (907 kB at 5.7 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/external/rngom/4.0.2/rngom-4.0.2.jar (315 kB at 1.8 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-tools/4.1.1/istack-commons-tools-4.1.1.jar (23 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (2.3 MB at 39 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ wscompile --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (copy-lib) @ wscompile --- [INFO] Copying rt-4.0.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/rt-4.0.1.jar [INFO] Copying policy-4.0.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/policy-4.0.1.jar [INFO] Copying jaxb-runtime-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jaxb-runtime-4.0.2.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.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jakarta.mail-api-2.1.1.jar [INFO] Copying angus-activation-2.0.0.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/angus-activation-2.0.0.jar [INFO] Copying angus-mail-2.0.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/angus-mail-2.0.1.jar [INFO] Copying saaj-impl-3.0.0.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/saaj-impl-3.0.0.jar [INFO] Copying woodstox-core-6.5.0.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/woodstox-core-6.5.0.jar [INFO] Copying stax2-api-4.2.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/stax2-api-4.2.1.jar [INFO] Copying rt-fi-4.0.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/rt-fi-4.0.1.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.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/httpspi-servlet-4.0.1.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.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/servlet-4.0.1.jar [INFO] Copying jaxb-jxc-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jaxb-jxc-4.0.2.jar [INFO] Copying jaxb-xjc-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jaxb-xjc-4.0.2.jar [INFO] Copying jaxb-core-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jaxb-core-4.0.2.jar [INFO] Copying txw2-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/txw2-4.0.2.jar [INFO] Copying istack-commons-runtime-4.1.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/istack-commons-runtime-4.1.1.jar [INFO] Copying xsom-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/xsom-4.0.2.jar [INFO] Copying relaxng-datatype-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/relaxng-datatype-4.0.2.jar [INFO] Copying codemodel-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/codemodel-4.0.2.jar [INFO] Copying rngom-4.0.2.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/rngom-4.0.2.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.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/istack-commons-tools-4.1.1.jar [INFO] Copying ant-1.10.12.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/ant-1.10.12.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.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jakarta.activation-api-2.1.1.jar [INFO] Copying jakarta.xml.ws-api-4.0.0.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jakarta.xml.ws-api-4.0.0.jar [INFO] Copying jakarta.xml.bind-api-4.0.0.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jakarta.xml.bind-api-4.0.0.jar [INFO] Copying jakarta.xml.soap-api-3.0.0.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/jakarta.xml.soap-api-3.0.0.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] --- maven-dependency-plugin:3.5.0:copy-dependencies (copy-ant) @ wscompile --- [INFO] Copying ant-1.10.12.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/ant/ant-1.10.12.jar [INFO] Copying ant-launcher-1.10.12.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/ant/ant-launcher-1.10.12.jar [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ wscompile --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ wscompile --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ wscompile --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-property) @ wscompile --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ wscompile --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ wscompile --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ wscompile --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ wscompile --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ wscompile --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ wscompile --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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-maven-plugin:4.1.1: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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ wscompile --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ wscompile --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ wscompile --- [INFO] Copying 102 resources [INFO] Copying 1 resource [INFO] Copying 2 resources to 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] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ wscompile --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 248 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/classes [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/module-info.java:[59,30] com.sun.tools.ws.api.TJavaGeneratorExtension in com.sun.tools.ws.api has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/module-info.java:[61,35] com.sun.tools.ws.api.wsdl.TWSDLExtensionHandler in com.sun.tools.ws.api.wsdl has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/wsdl/parser/MetadataFinder.java:[211,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/wscompile/Options.java:[77,12] interface javax.annotation.processing.Filer in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/wscompile/Options.java:[218,34] interface javax.tools.FileObject in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/generator/GeneratorBase.java:[208,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/processor/modeler/annotation/MemberInfo.java:[37,12] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/ant/WrapperTask.java:[44,71] class org.apache.tools.ant.BuildException in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[52,49] class javax.lang.model.util.SimpleElementVisitor9 in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[62,15] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[63,15] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[68,15] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[72,15] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[86,27] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[136,64] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[151,42] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[162,49] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[170,50] interface javax.lang.model.element.Element in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[177,64] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[224,64] interface javax.lang.model.element.Element in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[224,88] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[279,35] interface javax.lang.model.element.PackageElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[283,70] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[321,70] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[323,65] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[328,37] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[350,35] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[410,33] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[446,39] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[454,43] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[481,43] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[483,68] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[536,42] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[536,68] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[573,34] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[573,61] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[591,34] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[595,39] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[629,37] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[629,63] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[695,40] interface javax.lang.model.element.VariableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[696,40] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[697,40] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[740,43] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[740,69] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[770,41] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[796,32] interface javax.lang.model.element.VariableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[800,35] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[811,15] interface javax.lang.model.element.VariableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[811,47] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceWrapperGenerator.java:[134,61] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceWrapperGenerator.java:[141,65] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceWrapperGenerator.java:[147,67] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceWrapperGenerator.java:[163,34] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceWrapperGenerator.java:[460,71] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[27,42] class javax.lang.model.util.SimpleTypeVisitor9 in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[27,61] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[27,73] interface javax.lang.model.util.Types in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[35,32] interface javax.annotation.processing.ProcessingEnvironment in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[41,12] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[41,37] interface javax.lang.model.type.DeclaredType in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[41,53] interface javax.lang.model.util.Types in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[56,12] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[56,35] interface javax.lang.model.type.NoType in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[56,48] interface javax.lang.model.util.Types in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[60,15] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[60,40] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[60,54] interface javax.lang.model.util.Types in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/ModelBuilder.java:[28,5] interface javax.annotation.processing.ProcessingEnvironment in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/ModelBuilder.java:[30,29] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/ModelBuilder.java:[32,5] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/ModelBuilder.java:[32,35] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/ModelBuilder.java:[34,34] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/ModelBuilder.java:[42,32] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/ModelBuilder.java:[44,22] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/ModelBuilder.java:[58,39] interface javax.lang.model.element.Element in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[122,16] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[126,36] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[130,44] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[134,51] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[138,44] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[142,51] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[146,38] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[157,43] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[161,47] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[43,31] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[47,37] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[56,37] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/TypeMoniker.java:[22,5] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/TypeMoniker.java:[22,23] interface javax.annotation.processing.ProcessingEnvironment in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/ant/AnnotationProcessingTask.java:[42,47] class org.apache.tools.ant.taskdefs.Javac in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/ant/AnnotationProcessingTask.java:[94,45] class org.apache.tools.ant.BuildException in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/ant/AnnotationProcessingTask.java:[122,34] class org.apache.tools.ant.BuildException in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[52,2] class javax.annotation.processing.SupportedAnnotationTypes in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[73,2] class javax.annotation.processing.SupportedOptions in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[74,35] class javax.annotation.processing.AbstractProcessor in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[107,35] interface javax.annotation.processing.ProcessingEnvironment in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[130,42] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[130,68] interface javax.annotation.processing.RoundEnvironment in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[210,46] interface javax.lang.model.element.Element in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[229,29] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[234,39] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[241,12] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[241,42] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[246,41] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[268,12] interface javax.annotation.processing.ProcessingEnvironment in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[273,36] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[278,12] enum javax.lang.model.SourceVersion in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/WebServiceAP.java:[26,2] class javax.annotation.processing.SupportedAnnotationTypes in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/WebServiceAP.java:[47,2] class javax.annotation.processing.SupportedOptions in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/ant/WsImportBase.java:[124,12] class org.apache.tools.ant.types.Commandline in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/ant/WsImportBase.java:[173,41] class org.apache.tools.ant.types.XMLCatalog in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/ant/WsImportBase.java:[217,12] class org.apache.tools.ant.types.Commandline in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/ant/WsImportBase.java:[272,39] class org.apache.tools.ant.types.FileSet in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/ant/WsImportBase.java:[281,40] class org.apache.tools.ant.types.FileSet in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/ant/WsImportBase.java:[395,39] class org.apache.tools.ant.types.FileSet in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/ant/WsImportBase.java:[406,15] class org.apache.tools.ant.types.CommandlineJava in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/ant/WsImportBase.java:[541,34] class org.apache.tools.ant.BuildException in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/main/java/com/sun/tools/ws/processor/modeler/annotation/TypeMonikerFactory.java:[31,46] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [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:[290,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/Entity.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/Entity.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-dependency-plugin:3.5.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.0.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/api/jakarta.xml.bind-api-4.0.0.jar [INFO] Copying jakarta.xml.ws-api-4.0.0.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/api/jakarta.xml.ws-api-4.0.0.jar [INFO] Copying jakarta.xml.soap-api-3.0.0.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/lib/api/jakarta.xml.soap-api-3.0.0.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] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ wscompile --- [INFO] Copying 27 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ wscompile --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/test-classes [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/test/java/module-info.java:[32,35] com.sun.tools.ws.api.wsdl.TWSDLExtensionHandler in com.sun.tools.ws.api.wsdl has been deprecated [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/test/java/com/sun/tools/ws/test/ant/WsAntToolsTest.java: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/test/java/com/sun/tools/ws/test/ant/WsAntToolsTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/src/test/java/com/sun/tools/ws/test/ant/WsAntToolsTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M8:test (default-test) @ wscompile --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M8:test (test-fork2) @ wscompile --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin: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.1.jar [INFO] [INFO] --- maven-source-plugin: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.1-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.4.1: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.1-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ wscompile --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ wscompile --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.1.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1.jar [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.1/wscompile-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.1-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.1-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.1.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.1-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.1-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1.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.1/wscompile-4.0.1.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.1/wscompile-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.1-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.1/wscompile-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.1-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.1/wscompile-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.1.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.1/wscompile-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.1.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.1/wscompile-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.1-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.1/wscompile-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.1-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.1/wscompile-4.0.1-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.1 [13/28] [INFO] --------------------------------[ jar ]--------------------------------- [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 249 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 205 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.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] 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 2.0 MB/s) [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 9.6 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jaxws-tools --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jaxws-tools --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jaxws-tools --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ jaxws-tools --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ jaxws-tools --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ jaxws-tools --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ jaxws-tools --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ jaxws-tools --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ jaxws-tools --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ jaxws-tools --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unpack-sources) @ jaxws-tools --- [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/wscompile/target/wscompile-4.0.1-sources.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF" [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jaxws-tools --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jaxws-tools --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-resource) @ jaxws-tools --- [INFO] [INFO] --- maven-resources-plugin:3.3.0: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 to META-INF [INFO] Copying 106 resources [INFO] Copying 1 resource [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] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jaxws-tools --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 248 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/classes [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/src/main/java/module-info.java:[55,30] com.sun.tools.ws.api.TJavaGeneratorExtension in com.sun.tools.ws.api has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/src/main/java/module-info.java:[57,35] com.sun.tools.ws.api.wsdl.TWSDLExtensionHandler in com.sun.tools.ws.api.wsdl has been deprecated [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:[208,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/wscompile/Options.java:[77,12] interface javax.annotation.processing.Filer in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/wscompile/Options.java:[218,34] interface javax.tools.FileObject in module java.compiler is not indirectly exported using requires transitive [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:[211,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/processor/modeler/annotation/WebServiceVisitor.java:[52,49] class javax.lang.model.util.SimpleElementVisitor9 in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[62,15] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[63,15] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[68,15] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[72,15] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[86,27] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[136,64] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[151,42] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[162,49] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[170,50] interface javax.lang.model.element.Element in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[177,64] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[224,64] interface javax.lang.model.element.Element in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[224,88] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[279,35] interface javax.lang.model.element.PackageElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[283,70] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[321,70] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[323,65] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[328,37] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[350,35] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[410,33] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[446,39] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[454,43] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[481,43] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[483,68] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[536,42] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[536,68] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[573,34] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[573,61] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[591,34] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[595,39] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[629,37] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[629,63] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[695,40] interface javax.lang.model.element.VariableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[696,40] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[697,40] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[740,43] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[740,69] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[770,41] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[796,32] interface javax.lang.model.element.VariableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[800,35] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[811,15] interface javax.lang.model.element.VariableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceVisitor.java:[811,47] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/ModelBuilder.java:[28,5] interface javax.annotation.processing.ProcessingEnvironment in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/ModelBuilder.java:[30,29] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/ModelBuilder.java:[32,5] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/ModelBuilder.java:[32,35] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/ModelBuilder.java:[34,34] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/ModelBuilder.java:[42,32] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/ModelBuilder.java:[44,22] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/ModelBuilder.java:[58,39] interface javax.lang.model.element.Element in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[122,16] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[126,36] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[130,44] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[134,51] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[138,44] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[142,51] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[146,38] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[157,43] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[161,47] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[43,31] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[47,37] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/AnnotationProcessorContext.java:[56,37] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/TypeMoniker.java:[22,5] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/TypeMoniker.java:[22,23] interface javax.annotation.processing.ProcessingEnvironment in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/ant/WsImportBase.java:[124,12] class org.apache.tools.ant.types.Commandline in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/ant/WsImportBase.java:[173,41] class org.apache.tools.ant.types.XMLCatalog in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/ant/WsImportBase.java:[217,12] class org.apache.tools.ant.types.Commandline in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/ant/WsImportBase.java:[272,39] class org.apache.tools.ant.types.FileSet in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/ant/WsImportBase.java:[281,40] class org.apache.tools.ant.types.FileSet in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/ant/WsImportBase.java:[395,39] class org.apache.tools.ant.types.FileSet in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/ant/WsImportBase.java:[406,15] class org.apache.tools.ant.types.CommandlineJava in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/ant/WsImportBase.java:[541,34] class org.apache.tools.ant.BuildException in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/ant/WrapperTask.java:[44,71] class org.apache.tools.ant.BuildException in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/wscompile/WsimportTool.java:[290,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/processor/modeler/annotation/TypeMonikerFactory.java:[31,46] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[52,2] class javax.annotation.processing.SupportedAnnotationTypes in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[73,2] class javax.annotation.processing.SupportedOptions in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[74,35] class javax.annotation.processing.AbstractProcessor in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[107,35] interface javax.annotation.processing.ProcessingEnvironment in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[130,42] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[130,68] interface javax.annotation.processing.RoundEnvironment in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[210,46] interface javax.lang.model.element.Element in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[229,29] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[234,39] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[241,12] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[241,42] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[246,41] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[268,12] interface javax.annotation.processing.ProcessingEnvironment in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[273,36] interface javax.lang.model.element.Name in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceAp.java:[278,12] enum javax.lang.model.SourceVersion in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/WebServiceAP.java:[26,2] class javax.annotation.processing.SupportedAnnotationTypes in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/WebServiceAP.java:[47,2] class javax.annotation.processing.SupportedOptions in module java.compiler is not indirectly exported using requires transitive [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/ant/AnnotationProcessingTask.java:[42,47] class org.apache.tools.ant.taskdefs.Javac in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/ant/AnnotationProcessingTask.java:[94,45] class org.apache.tools.ant.BuildException in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/ant/AnnotationProcessingTask.java:[122,34] class org.apache.tools.ant.BuildException in module is not exported [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[27,42] class javax.lang.model.util.SimpleTypeVisitor9 in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[27,61] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[27,73] interface javax.lang.model.util.Types in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[35,32] interface javax.annotation.processing.ProcessingEnvironment in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[41,12] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[41,37] interface javax.lang.model.type.DeclaredType in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[41,53] interface javax.lang.model.util.Types in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[56,12] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[56,35] interface javax.lang.model.type.NoType in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[56,48] interface javax.lang.model.util.Types in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[60,15] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[60,40] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/MakeSafeTypeVisitor.java:[60,54] interface javax.lang.model.util.Types in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/MemberInfo.java:[37,12] interface javax.lang.model.type.TypeMirror in module java.compiler is not indirectly exported using requires transitive [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 [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceWrapperGenerator.java:[134,61] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceWrapperGenerator.java:[141,65] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceWrapperGenerator.java:[147,67] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceWrapperGenerator.java:[163,34] interface javax.lang.model.element.ExecutableElement in module java.compiler is not indirectly exported using requires transitive [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/modeler/annotation/WebServiceWrapperGenerator.java:[460,71] interface javax.lang.model.element.TypeElement in module java.compiler is not indirectly exported using requires transitive [INFO] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/generated-sources/dependencies/com/sun/tools/ws/processor/model/ModelObject.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/processor/model/ModelObject.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-bundle-plugin:5.1.6: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] --- maven-resources-plugin:3.3.0: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] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jaxws-tools --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M8:test (default-test) @ jaxws-tools --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin: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.1.jar [INFO] [INFO] --- maven-source-plugin: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.1-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.4.1: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.1-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ jaxws-tools --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxws-tools --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.1.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1.jar [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.1/jaxws-tools-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.1-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.1-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.1.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.1-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.1-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1.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.1/jaxws-tools-4.0.1.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.1/jaxws-tools-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.1-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.1/jaxws-tools-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.1-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.1/jaxws-tools-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.1.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.1/jaxws-tools-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.1.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.1/jaxws-tools-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.1-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.1/jaxws-tools-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-tools/target/jaxws-tools-4.0.1-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.1/jaxws-tools-4.0.1-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.1 [14/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ tools --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ tools --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ tools --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ tools --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ tools --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ tools --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ tools --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ tools --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ tools --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ tools --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ tools --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ tools --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ tools --- [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ tools --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ tools --- [INFO] [INFO] --- maven-install-plugin:2.4: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.1/tools-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/target/tools-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/tools/4.0.1/tools-4.0.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1/tools-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tools/target/tools-4.0.1.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.1/tools-4.0.1.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.1 [15/28] [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.0/org.eclipse.persistence.moxy-4.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.0/org.eclipse.persistence.moxy-4.0.0.pom (27 kB at 198 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.0/org.eclipse.persistence.parent-4.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.parent/4.0.0/org.eclipse.persistence.parent-4.0.0.pom (95 kB at 667 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc-bom/21.6.0.0.1/ojdbc-bom-21.6.0.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc-bom/21.6.0.0.1/ojdbc-bom-21.6.0.0.1.pom (13 kB at 372 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.4.0/org.eclipse.persistence.asm-9.4.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.4.0/org.eclipse.persistence.asm-9.4.0.pom (20 kB at 154 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.0/org.eclipse.persistence.core-4.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.core/4.0.0/org.eclipse.persistence.core-4.0.0.pom (41 kB at 287 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.0/org.eclipse.persistence.moxy-4.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.4.0/org.eclipse.persistence.asm-9.4.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.core/4.0.0/org.eclipse.persistence.core-4.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.4.0/org.eclipse.persistence.asm-9.4.0.jar (287 kB at 3.7 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.moxy/4.0.0/org.eclipse.persistence.moxy-4.0.0.jar (644 kB at 5.6 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.0/org.eclipse.persistence.core-4.0.0.jar (5.1 MB at 14 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jaxws-eclipselink-plugin --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jaxws-eclipselink-plugin --- [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jaxws-eclipselink-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ jaxws-eclipselink-plugin --- [INFO] Copying 7 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jaxws-eclipselink-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M8:test (default-test) @ jaxws-eclipselink-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:5.1.6: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] --- maven-jar-plugin: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.1.jar [INFO] [INFO] --- maven-source-plugin: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.1-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.4.1: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.1-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ jaxws-eclipselink-plugin --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxws-eclipselink-plugin --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.1.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1.jar [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.1/jaxws-eclipselink-plugin-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.1-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.1-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.1.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.1-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.1-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1.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.1/jaxws-eclipselink-plugin-4.0.1.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.1/jaxws-eclipselink-plugin-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.1-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.1/jaxws-eclipselink-plugin-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.1-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.1/jaxws-eclipselink-plugin-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.1.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.1/jaxws-eclipselink-plugin-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.1.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.1/jaxws-eclipselink-plugin-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.1-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.1/jaxws-eclipselink-plugin-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_jaxb/target/jaxws-eclipselink-plugin-4.0.1-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.1/jaxws-eclipselink-plugin-4.0.1-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.1 [16/28] [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.0/org.eclipse.persistence.sdo-4.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.0/org.eclipse.persistence.sdo-4.0.0.pom (15 kB at 198 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.0/org.eclipse.persistence.sdo-4.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.sdo/4.0.0/org.eclipse.persistence.sdo-4.0.0.jar (400 kB at 5.7 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ sdo-eclipselink-plugin --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ sdo-eclipselink-plugin --- [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ sdo-eclipselink-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/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] --- maven-resources-plugin:3.3.0:testResources (default-testResources) @ sdo-eclipselink-plugin --- [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ sdo-eclipselink-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 99 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M8:test (default-test) @ sdo-eclipselink-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:5.1.6: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] --- maven-jar-plugin: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.1.jar [INFO] [INFO] --- maven-source-plugin: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.1-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.4.1: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.1-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ sdo-eclipselink-plugin --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ sdo-eclipselink-plugin --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.1.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1.jar [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.1/sdo-eclipselink-plugin-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.1-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.1-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.1.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.1-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.1-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1.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.1/sdo-eclipselink-plugin-4.0.1.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.1/sdo-eclipselink-plugin-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.1-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.1/sdo-eclipselink-plugin-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.1-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.1/sdo-eclipselink-plugin-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.1.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.1/sdo-eclipselink-plugin-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.1.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.1/sdo-eclipselink-plugin-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.1-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.1/sdo-eclipselink-plugin-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/eclipselink_sdo/target/sdo-eclipselink-plugin-4.0.1-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.1/sdo-eclipselink-plugin-4.0.1-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.1 [17/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jaxws-local-transport --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jaxws-local-transport --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jaxws-local-transport --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ jaxws-local-transport --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ jaxws-local-transport --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ jaxws-local-transport --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ jaxws-local-transport --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ jaxws-local-transport --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ jaxws-local-transport --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ jaxws-local-transport --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jaxws-local-transport --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jaxws-local-transport --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jaxws-local-transport --- [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jaxws-local-transport --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/target/classes [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/src/main/java/com/sun/xml/ws/transport/local/LocalConnectionImpl.java:[179,28] getRequestHeaderNames() in com.sun.xml.ws.transport.http.WSHTTPConnection has been deprecated [WARNING] /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/local/src/main/java/com/sun/xml/ws/transport/local/LocalConnectionImpl.java:[157,47] getRequestHeaders() in com.sun.xml.ws.transport.http.WSHTTPConnection has been deprecated [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] --- maven-resources-plugin:3.3.0: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] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jaxws-local-transport --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M8:test (default-test) @ jaxws-local-transport --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:5.1.6: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] --- maven-jar-plugin: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] --- maven-source-plugin: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] --- maven-javadoc-plugin:3.4.1: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] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ jaxws-local-transport --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxws-local-transport --- [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.1/jaxws-local-transport-4.0.1.jar [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.1/jaxws-local-transport-4.0.1.pom [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.1/jaxws-local-transport-4.0.1-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.1/jaxws-local-transport-4.0.1-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.1/jaxws-local-transport-4.0.1.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.1/jaxws-local-transport-4.0.1.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.1/jaxws-local-transport-4.0.1-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.1/jaxws-local-transport-4.0.1-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1/jaxws-local-transport-4.0.1.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.1/jaxws-local-transport-4.0.1.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.1/jaxws-local-transport-4.0.1-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.1/jaxws-local-transport-4.0.1-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.1/jaxws-local-transport-4.0.1.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.1/jaxws-local-transport-4.0.1.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.1/jaxws-local-transport-4.0.1-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.1/jaxws-local-transport-4.0.1-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.1 [18/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jaxws-async-client-transport --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jaxws-async-client-transport --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jaxws-async-client-transport --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ jaxws-async-client-transport --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ jaxws-async-client-transport --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ jaxws-async-client-transport --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ jaxws-async-client-transport --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ jaxws-async-client-transport --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ jaxws-async-client-transport --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ jaxws-async-client-transport --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jaxws-async-client-transport --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jaxws-async-client-transport --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jaxws-async-client-transport --- [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jaxws-async-client-transport --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/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] --- maven-resources-plugin:3.3.0: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] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jaxws-async-client-transport --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M8:test (default-test) @ jaxws-async-client-transport --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-bundle-plugin:5.1.6: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] --- maven-jar-plugin: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.1.jar [INFO] [INFO] --- maven-source-plugin: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.1-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.4.1: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.1-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ jaxws-async-client-transport --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxws-async-client-transport --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.1.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1.jar [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.1/jaxws-async-client-transport-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.1-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1-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.1-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1-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.1.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1.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.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1.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.1-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1-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.1-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1.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.1/jaxws-async-client-transport-4.0.1.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.1/jaxws-async-client-transport-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/transports/async-client-transport/target/jaxws-async-client-transport-4.0.1-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.1/jaxws-async-client-transport-4.0.1-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.1-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.1/jaxws-async-client-transport-4.0.1-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.1.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.1/jaxws-async-client-transport-4.0.1.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.1.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.1/jaxws-async-client-transport-4.0.1.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.1-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.1/jaxws-async-client-transport-4.0.1-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.1-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.1/jaxws-async-client-transport-4.0.1-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.1 [19/28] [INFO] ----------------------------[ maven-plugin ]---------------------------- [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 299 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 40 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 357 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.8.0/maven-resolver-api-1.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.8.0/maven-resolver-api-1.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.8.0/maven-resolver-api-1.8.0.pom (2.6 kB at 63 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.8.0/maven-resolver-1.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.8.0/maven-resolver-1.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.8.0/maven-resolver-1.8.0.pom (21 kB at 608 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.8.0/maven-resolver-util-1.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.8.0/maven-resolver-util-1.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.8.0/maven-resolver-util-1.8.0.pom (2.8 kB at 100 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.8.5/maven-plugin-api-3.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.5/maven-plugin-api-3.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.5/maven-plugin-api-3.8.5.pom (3.0 kB at 138 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.8.5/maven-3.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.5/maven-3.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.8.5/maven-3.8.5.pom (27 kB at 1000 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.8.5/maven-model-3.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.5/maven-model-3.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.5/maven-model-3.8.5.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/maven-artifact/3.8.5/maven-artifact-3.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.pom (2.4 kB at 86 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.6.4/maven-plugin-annotations-3.6.4.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.6.4/maven-plugin-annotations-3.6.4.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.6.4/maven-plugin-annotations-3.6.4.pom (1.4 kB at 35 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.6.4/maven-plugin-tools-3.6.4.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.6.4/maven-plugin-tools-3.6.4.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.6.4/maven-plugin-tools-3.6.4.pom (15 kB at 816 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.8.5/maven-core-3.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.5/maven-core-3.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.5/maven-core-3.8.5.pom (7.6 kB at 253 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.8.5/maven-settings-3.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.5/maven-settings-3.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.5/maven-settings-3.8.5.pom (1.9 kB at 76 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.8.5/maven-settings-builder-3.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.5/maven-settings-builder-3.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.5/maven-settings-builder-3.8.5.pom (2.5 kB at 91 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-builder-support/3.8.5/maven-builder-support-3.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.5/maven-builder-support-3.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.5/maven-builder-support-3.8.5.pom (1.4 kB at 108 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 66 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 340 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.8.5/maven-repository-metadata-3.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.5/maven-repository-metadata-3.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.5/maven-repository-metadata-3.8.5.pom (2.1 kB at 176 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.8.5/maven-model-builder-3.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.5/maven-model-builder-3.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.5/maven-model-builder-3.8.5.pom (3.4 kB at 154 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-resolver-provider/3.8.5/maven-resolver-provider-3.8.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.5/maven-resolver-provider-3.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.5/maven-resolver-provider-3.8.5.pom (4.2 kB at 352 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.pom (2.7 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.6.3/maven-resolver-1.6.3.pom (19 kB at 9.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.6.3/maven-resolver-impl-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.pom (4.2 kB at 192 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.30/slf4j-api-1.7.30.pom (3.8 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.30/slf4j-parent-1.7.30.pom (14 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice/4.2.2/guice-4.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2.pom (11 kB at 438 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.2/guice-parent-4.2.2.pom (16 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/25.1-android/guava-25.1-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 181 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom (10 kB at 254 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 130 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 191 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 119 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 232 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 251 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 212 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 399 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 901 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 118 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 148 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 575 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/testng/testng/7.7.1/testng-7.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testng/testng/7.7.1/testng-7.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testng/testng/7.7.1/testng-7.7.1.pom (2.9 kB at 242 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 50 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 410 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.8.0/maven-resolver-api-1.8.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.8.0/maven-resolver-util-1.8.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.8.5/maven-plugin-api-3.8.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.8.5/maven-model-3.8.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar [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.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.8.5/maven-core-3.8.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.8.5/maven-settings-builder-3.8.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.8.5/maven-builder-support-3.8.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.8.5/maven-repository-metadata-3.8.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.8.5/maven-model-builder-3.8.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-resolver-provider/3.8.5/maven-resolver-provider-3.8.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/25.1-android/guava-25.1-android.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.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.8.5/maven-settings-3.8.5.jar [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.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/testng/testng/7.7.1/testng-7.7.1.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/org/apache/maven/resolver/maven-resolver-api/1.8.0/maven-resolver-api-1.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.8.0/maven-resolver-util-1.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.5/maven-plugin-api-3.8.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.5/maven-model-3.8.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.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.8.0/maven-resolver-util-1.8.0.jar (172 kB at 9.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 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-annotations/3.6.4/maven-plugin-annotations-3.6.4.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.6.4/maven-plugin-annotations-3.6.4.jar (14 kB at 404 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.5/maven-core-3.8.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.8.0/maven-resolver-api-1.8.0.jar (150 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.5/maven-settings-builder-3.8.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.5/maven-artifact-3.8.5.jar (58 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-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/apache/maven/maven-core/3.8.5/maven-core-3.8.5.jar (641 kB at 13 MB/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 250 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.5/maven-builder-support-3.8.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.5/maven-plugin-api-3.8.5.jar (47 kB at 870 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.5/maven-repository-metadata-3.8.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.5/maven-model-3.8.5.jar (215 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.5/maven-model-builder-3.8.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.8.5/maven-builder-support-3.8.5.jar (14 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.5/maven-resolver-provider-3.8.5.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 342 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.5/maven-model-builder-3.8.5.jar (196 kB at 2.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.5/maven-resolver-provider-3.8.5.jar (67 kB at 920 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.5/maven-repository-metadata-3.8.5.jar (28 kB at 389 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.5/maven-settings-builder-3.8.5.jar (42 kB at 539 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.3/maven-resolver-impl-1.6.3.jar (180 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.3/maven-resolver-spi-1.6.3.jar (38 kB at 432 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar (14 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.2/guice-4.2.2-no_aop.jar (521 kB at 4.9 MB/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/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar (32 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.5/maven-settings-3.8.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar (3.5 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testng/testng/7.7.1/testng-7.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.jar (2.6 MB at 21 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/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 35 kB/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/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 329 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.5/maven-settings-3.8.5.jar (44 kB at 349 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testng/testng/7.7.1/testng-7.7.1.jar (1.0 MB at 7.4 MB/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 582 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.0 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jaxws-maven-plugin --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jaxws-maven-plugin --- [INFO] [INFO] --- maven-plugin-plugin:3.7.1: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.7.1/maven-plugin-tools-api-3.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.7.1/maven-plugin-tools-api-3.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.7.1/maven-plugin-tools-api-3.7.1.pom (4.3 kB at 127 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.7.1/maven-plugin-tools-generators-3.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.7.1/maven-plugin-tools-generators-3.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.7.1/maven-plugin-tools-generators-3.7.1.pom (3.8 kB at 142 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.pom (2.8 kB at 43 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.pom (2.6 kB at 93 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jsoup/jsoup/1.15.3/jsoup-1.15.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.15.3/jsoup-1.15.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.15.3/jsoup-1.15.3.pom (13 kB at 804 kB/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.7.1/maven-plugin-tools-java-3.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.7.1/maven-plugin-tools-java-3.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.7.1/maven-plugin-tools-java-3.7.1.pom (2.8 kB at 253 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.7.1/maven-plugin-tools-annotations-3.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.7.1/maven-plugin-tools-annotations-3.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.7.1/maven-plugin-tools-annotations-3.7.1.pom (5.0 kB at 264 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.7.1/maven-plugin-annotations-3.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.7.1/maven-plugin-annotations-3.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.7.1/maven-plugin-annotations-3.7.1.pom (1.4 kB at 55 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.5.0/plexus-archiver-4.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.5.0/plexus-archiver-4.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.5.0/plexus-archiver-4.5.0.pom (6.5 kB at 327 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.2-4/zstd-jni-1.5.2-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-4/zstd-jni-1.5.2-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-4/zstd-jni-1.5.2-4.pom (1.9 kB at 136 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-util/9.4/asm-util-9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.4/asm-util-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.4/asm-util-9.4.pom (2.9 kB at 490 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.pom (2.6 kB at 119 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.7.1/maven-plugin-tools-ant-3.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.7.1/maven-plugin-tools-ant-3.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-ant/3.7.1/maven-plugin-tools-ant-3.7.1.pom (2.4 kB at 143 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-script/3.7.1/maven-script-3.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-script/3.7.1/maven-script-3.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-script/3.7.1/maven-script-3.7.1.pom (1.7 kB at 57 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.7.1/maven-plugin-tools-model-3.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.7.1/maven-plugin-tools-model-3.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.7.1/maven-plugin-tools-model-3.7.1.pom (3.1 kB at 242 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.7.1/maven-plugin-tools-beanshell-3.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.7.1/maven-plugin-tools-beanshell-3.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.7.1/maven-plugin-tools-beanshell-3.7.1.pom (2.1 kB at 85 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.7.1/maven-plugin-tools-api-3.7.1.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.7.1/maven-plugin-tools-generators-3.7.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jsoup/jsoup/1.15.3/jsoup-1.15.3.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.7.1/maven-plugin-tools-java-3.7.1.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.7.1/maven-plugin-tools-annotations-3.7.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/4.5.0/plexus-archiver-4.5.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/github/luben/zstd-jni/1.5.2-4/zstd-jni-1.5.2-4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-util/9.4/asm-util-9.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/plugin-tools/maven-plugin-annotations/3.7.1/maven-plugin-annotations-3.7.1.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.7.1/maven-plugin-tools-ant-3.7.1.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.7.1/maven-plugin-tools-model-3.7.1.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.7.1/maven-plugin-tools-beanshell-3.7.1.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.7.1/maven-plugin-tools-api-3.7.1.jar [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.7.1/maven-plugin-tools-generators-3.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.15.3/jsoup-1.15.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.4/asm-tree-9.4.jar (53 kB at 11 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-java/3.7.1/maven-plugin-tools-java-3.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.4/asm-commons-9.4.jar (73 kB at 5.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.7.1/maven-plugin-tools-annotations-3.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jsoup/jsoup/1.15.3/jsoup-1.15.3.jar (438 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.5.0/plexus-archiver-4.5.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.7.1/maven-plugin-tools-annotations-3.7.1.jar (75 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-4/zstd-jni-1.5.2-4.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.7.1/maven-plugin-tools-generators-3.7.1.jar (54 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.4/asm-util-9.4.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.7.1/maven-plugin-tools-api-3.7.1.jar (51 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.4/asm-analysis-9.4.jar (34 kB at 673 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.7.1/maven-plugin-annotations-3.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.4/asm-util-9.4.jar (92 kB at 1.8 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-ant/3.7.1/maven-plugin-tools-ant-3.7.1.jar [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.7.1/maven-plugin-tools-java-3.7.1.jar (19 kB at 352 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.7.1/maven-plugin-tools-model-3.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.5.0/plexus-archiver-4.5.0.jar (217 kB at 3.7 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.7.1/maven-plugin-tools-beanshell-3.7.1.jar [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.7.1/maven-plugin-tools-beanshell-3.7.1.jar (14 kB at 171 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.7.1/maven-plugin-tools-model-3.7.1.jar (30 kB at 351 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-ant/3.7.1/maven-plugin-tools-ant-3.7.1.jar (14 kB at 159 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.7.1/maven-plugin-annotations-3.7.1.jar (14 kB at 159 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-4/zstd-jni-1.5.2-4.jar (5.5 MB at 62 MB/s) [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jaxws-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jaxws-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/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] --- maven-plugin-plugin:3.7.1: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] --- maven-plugin-plugin:3.7.1: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] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jaxws-maven-plugin --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jaxws-maven-plugin --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/test-classes [WARNING] No processor claimed any of these annotations: /org.testng.annotations.Test [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M8:test (default-test) @ jaxws-maven-plugin --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin: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.1.jar [INFO] [INFO] --- maven-plugin-plugin:3.7.1:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ jaxws-maven-plugin --- [INFO] [INFO] --- maven-source-plugin: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.1-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ jaxws-maven-plugin --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] Loading source files for package org.jvnet.jax_ws_commons.jaxws... [WARNING] Loading source files for package com.sun.xml.ws.jaxws_maven_plugin... [WARNING] Constructing Javadoc information... [WARNING] warning: The code being documented uses packages in the unnamed module, but the packages defined in https://projects.eclipse.org/projects/ee4j/jaxws-ri-bom/jaxws-ri-bom-ext/project/bundles/jaxws-tools/apidocs/ are in named modules. [WARNING] Building index for all the packages and classes... [WARNING] Standard Doclet version 17.0.2+8-86 [WARNING] Building tree for all the packages and classes... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/com/sun/xml/ws/jaxws_maven_plugin/HelpMojo.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/org/jvnet/jax_ws_commons/jaxws/Invoker.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/org/jvnet/jax_ws_commons/jaxws/MainWsGenMojo.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/org/jvnet/jax_ws_commons/jaxws/MainWsImportMojo.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/org/jvnet/jax_ws_commons/jaxws/TestWsGenMojo.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/org/jvnet/jax_ws_commons/jaxws/TestWsImportMojo.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/org/jvnet/jax_ws_commons/jaxws/WsdlGenMojo.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/com/sun/xml/ws/jaxws_maven_plugin/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/com/sun/xml/ws/jaxws_maven_plugin/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/org/jvnet/jax_ws_commons/jaxws/package-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/org/jvnet/jax_ws_commons/jaxws/package-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/org/jvnet/jax_ws_commons/jaxws/class-use/Invoker.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/org/jvnet/jax_ws_commons/jaxws/class-use/MainWsGenMojo.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/org/jvnet/jax_ws_commons/jaxws/class-use/MainWsImportMojo.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/org/jvnet/jax_ws_commons/jaxws/class-use/TestWsGenMojo.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/org/jvnet/jax_ws_commons/jaxws/class-use/TestWsImportMojo.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/org/jvnet/jax_ws_commons/jaxws/class-use/WsdlGenMojo.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/com/sun/xml/ws/jaxws_maven_plugin/class-use/HelpMojo.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/com/sun/xml/ws/jaxws_maven_plugin/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/org/jvnet/jax_ws_commons/jaxws/package-use.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/overview-tree.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/index.html... [WARNING] Building index for all classes... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/allclasses-index.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/allpackages-index.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/index-all.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/overview-summary.html... [WARNING] Generating /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/apidocs/help-doc.html... [WARNING] 1 warning [INFO] Building jar: /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.1-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ jaxws-maven-plugin --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxws-maven-plugin --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.1.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1.jar [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.1/jaxws-maven-plugin-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.1-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.1-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.1.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.1-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.1-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1.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.1/jaxws-maven-plugin-4.0.1.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.1/jaxws-maven-plugin-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.1-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.1/jaxws-maven-plugin-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.1-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.1/jaxws-maven-plugin-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.1.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.1/jaxws-maven-plugin-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.1.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.1/jaxws-maven-plugin-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.1-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.1/jaxws-maven-plugin-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/jaxws-maven-plugin/target/jaxws-maven-plugin-4.0.1-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.1/jaxws-maven-plugin-4.0.1-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.1 [20/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ extras --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ extras --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ extras --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ extras --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ extras --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ extras --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ extras --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ extras --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ extras --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ extras --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ extras --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ extras --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ extras --- [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ extras --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ extras --- [INFO] [INFO] --- maven-install-plugin:2.4: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.1/extras-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/target/extras-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/extras/4.0.1/extras-4.0.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1/extras-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/extras/target/extras-4.0.1.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.1/extras-4.0.1.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.1 [21/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jaxws-ri-tests --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jaxws-ri-tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jaxws-ri-tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ jaxws-ri-tests --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ jaxws-ri-tests --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ jaxws-ri-tests --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ jaxws-ri-tests --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ jaxws-ri-tests --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ jaxws-ri-tests --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ jaxws-ri-tests --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jaxws-ri-tests --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jaxws-ri-tests --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jaxws-ri-tests --- [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ jaxws-ri-tests --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ jaxws-ri-tests --- [INFO] [INFO] --- maven-install-plugin:2.4: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.1/jaxws-ri-tests-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/target/jaxws-ri-tests-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri-tests/4.0.1/jaxws-ri-tests-4.0.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1/jaxws-ri-tests-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/target/jaxws-ri-tests-4.0.1.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.1/jaxws-ri-tests-4.0.1.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.1 [22/28] [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 39 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 296 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 157 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 10 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jaxwsTestUtil --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jaxwsTestUtil --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jaxwsTestUtil --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ jaxwsTestUtil --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ jaxwsTestUtil --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ jaxwsTestUtil --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ jaxwsTestUtil --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ jaxwsTestUtil --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ jaxwsTestUtil --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ jaxwsTestUtil --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jaxwsTestUtil --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jaxwsTestUtil --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:resources (default-resources) @ jaxwsTestUtil --- [INFO] Copying 2 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.10.1:compile (default-compile) @ jaxwsTestUtil --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/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/CalendarComparator.java:[42,98] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Class for a varargs call cast to java.lang.Class[] 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/CalendarComparator.java:[81,98] non-varargs call of varargs method with inexact argument type for last parameter; cast to java.lang.Class for a varargs call cast to java.lang.Class[] 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] --- maven-resources-plugin:3.3.0: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] --- maven-compiler-plugin:3.10.1:testCompile (default-testCompile) @ jaxwsTestUtil --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.0.0-M8:test (default-test) @ jaxwsTestUtil --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin: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.1.jar [INFO] [INFO] --- maven-source-plugin: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.1-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:3.4.1: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.1-javadoc.jar [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ jaxwsTestUtil --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ jaxwsTestUtil --- [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.1.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1.jar [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.1/jaxwsTestUtil-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.1-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.1-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.1.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.1-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.1-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1-javadoc.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1.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.1/jaxwsTestUtil-4.0.1.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.1/jaxwsTestUtil-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.1-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.1/jaxwsTestUtil-4.0.1-sources.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.1-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.1/jaxwsTestUtil-4.0.1-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.1.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.1/jaxwsTestUtil-4.0.1.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.1.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.1/jaxwsTestUtil-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.1-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.1/jaxwsTestUtil-4.0.1-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/jaxwsTestUtil/target/jaxwsTestUtil-4.0.1-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.1/jaxwsTestUtil-4.0.1-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.1 [23/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ docs --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ docs --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ docs --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ docs --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ docs --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ docs --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ docs --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ docs --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ docs --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ docs --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ docs --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ docs --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ docs --- [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ docs --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ docs --- [INFO] [INFO] --- maven-install-plugin:2.4: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.1/docs-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/target/docs-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/docs/4.0.1/docs-4.0.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1/docs-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/target/docs-4.0.1.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.1/docs-4.0.1.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.1 [24/28] [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 709 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 429 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 28 MB/s) [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ release-documentation --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ release-documentation --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ release-documentation --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ release-documentation --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ release-documentation --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ release-documentation --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ release-documentation --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ release-documentation --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ release-documentation --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ release-documentation --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ release-documentation --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ release-documentation --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-common-resources) @ release-documentation --- [INFO] Copying 4 resources [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-docbook-resources) @ release-documentation --- [INFO] Copying 109 resources [INFO] [INFO] --- maven-antrun-plugin: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.12/ant-junit-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12.pom (7.5 kB at 357 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.13.1/junit-4.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.pom (25 kB at 864 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.13.1/junit-4.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-junit/1.10.12/ant-junit-1.10.12.jar (140 kB at 8.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.jar (383 kB at 14 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-maven-plugin: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 94 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 71 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 616 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 78 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 9.7 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 41 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 201 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 31 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 10 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 413 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 129 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 219 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 294 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 112 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 145 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 66 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 170 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 151 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 117 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 65 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 80 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 110 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 14 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 6.4 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 160 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 172 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 69 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 117 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 224 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 137 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 315 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 205 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 99 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 531 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 66 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 15 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 30 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 548 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 61 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 357 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 52 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 151 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 21 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 41 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 104 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 48 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 51 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 91 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 110 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 6.5 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 10 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 3.9 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 137 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 5.2 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 419 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 338 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 73 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 21 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 7.6 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 6.5 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 21 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 80 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 158 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 14 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 71 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 64 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 161 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 4.0 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 66 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 155 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 52 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 132 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 38 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 120 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 58 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 55 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 24 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 195 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 219 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 31 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 836 kB/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/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/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] 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] 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 2.3 MB/s) [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/docbook/docbook-xml/5.1b4-all/docbook-xml-5.1b4-all-resources.zip (477 kB at 13 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 3.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/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar (195 kB at 3.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/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar (125 kB at 1.6 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/xmlgraphics-commons/1.5/xmlgraphics-commons-1.5.jar (602 kB at 4.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/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar (1.2 MB at 8.7 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 657 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/batik-svg-dom/1.7/batik-svg-dom-1.7.jar (601 kB at 4.1 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/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-util/1.7/batik-util-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 44 MB/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-util/1.7/batik-util-1.7.jar (128 kB at 777 kB/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/xml-apis/xml-apis-ext/1.3.04/xml-apis-ext-1.3.04.jar (86 kB at 519 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/batik-css/1.7/batik-css-1.7.jar (311 kB at 1.8 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/org/apache/xmlgraphics/batik-script/1.7/batik-script-1.7.jar (61 kB at 322 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-bridge/1.7/batik-bridge-1.7.jar (559 kB at 2.9 MB/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-js/1.7/batik-js-1.7.jar (505 kB at 2.6 MB/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-dom/1.7/batik-dom-1.7.jar (174 kB at 872 kB/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-awt-util/1.7/batik-awt-util-1.7.jar (402 kB at 1.9 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.2 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-parser/1.7/batik-parser-1.7.jar (73 kB at 343 kB/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/org/apache/xmlgraphics/batik-svggen/1.7/batik-svggen-1.7.jar (215 kB at 974 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xmlgraphics/batik-transcoder/1.7/batik-transcoder-1.7.jar (122 kB at 540 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 45 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-xml/1.7/batik-xml-1.7.jar (31 kB at 136 kB/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-extension/1.7/batik-extension-1.7.jar (68 kB at 274 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-io/commons-io/1.3.1/commons-io-1.3.1.jar (84 kB at 337 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 245 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 133 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-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 147 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-settings/2.0.4/maven-settings-2.0.4.jar (44 kB at 164 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-project/2.0.4/maven-project-2.0.4.jar (109 kB at 408 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-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 36 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-profile/2.0.4/maven-profile-2.0.4.jar (30 kB at 106 kB/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-artifact-manager/2.0.4/maven-artifact-manager-2.0.4.jar (49 kB at 171 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/xalan/xalan/2.7.0/xalan-2.7.0.jar (2.7 MB at 9.4 MB/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-repository-metadata/2.0.4/maven-repository-metadata-2.0.4.jar (20 kB at 67 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 96 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/apache/maven/maven-model/2.0.4/maven-model-2.0.4.jar (80 kB at 267 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/commons-el/commons-el/1.0/commons-el-1.0.jar (112 kB at 373 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/org/apache/maven/maven-artifact/2.0.4/maven-artifact-2.0.4.jar (80 kB at 263 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/javax/servlet/jsp/jsp-api/2.0/jsp-api-2.0.jar (48 kB at 156 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 615 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/saxpath/saxpath/1.0-FCS/saxpath-1.0-FCS.jar (24 kB at 75 kB/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/xom/xom/1.1/xom-1.1.jar (432 kB at 1.4 MB/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 475 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/xml-resolver/xml-resolver/1.1/xml-resolver-1.1.jar (60 kB at 181 kB/s) [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 1.9 MB/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] 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 36 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/org/codehaus/plexus/plexus-archiver/1.0-alpha-5/plexus-archiver-1.0-alpha-5.jar (132 kB at 391 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 27 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-saxon/1.0.1-pre/docbook-xsl-saxon-1.0.1-pre.jar (44 kB at 122 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/net/sf/docbook/docbook-xsl-webhelpindexer/1.0.0-9777/docbook-xsl-webhelpindexer-1.0.0-9777.jar (116 kB at 320 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] 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.4 MB/s) [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 31 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/ant/ant/1.6.5/ant-1.6.5.jar (1.0 MB at 2.6 MB/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/org/apache/lucene/lucene-analyzers/3.0.0/lucene-analyzers-3.0.0.jar (201 kB at 494 kB/s) [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 218 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 2.4 MB/s) [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.1 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 9.7 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-maven-plugin: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". 0 [main] WARN org.apache.fop.apps.FOUserAgent - Font "ZapfDingbats,normal,700" not found. Substituting with "ZapfDingbats,normal,400". 453 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 39900 millipoints. (See position 54:4297) 454 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 5700 millipoints. (See position 54:4692) 455 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 5700 millipoints. (See position 54:6029) 456 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 3900 millipoints. (See position 54:6983) 456 [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) 457 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 17700 millipoints. (See position 54:8707) 458 [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) 459 [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) 460 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 17700 millipoints. (See position 54:14104) 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:15450) 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:16804) 463 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 41700 millipoints. (See position 54:18154) 467 [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) 467 [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) 468 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 23700 millipoints. (See position 54:28854) 469 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 21900 millipoints. (See position 54:29805) 469 [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) 470 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 29700 millipoints. (See position 54:31541) 471 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 9900 millipoints. (See position 54:33827) 471 [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) 472 [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) 1067 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 50000 millipoints. (See position 1319:518) 1067 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 50000 millipoints. (See position 1321:453) 1082 [main] WARN org.apache.fop.apps.FOUserAgent - Glyph "╪" (0x256a, SF540000) not available in font "Courier". 1082 [main] WARN org.apache.fop.apps.FOUserAgent - Glyph "α" (0x3b1, alpha) not available in font "Courier". 1082 [main] WARN org.apache.fop.apps.FOUserAgent - Glyph "►" (0x25ba, blackrightpointingpointer) not available in font "Courier". 1083 [main] WARN org.apache.fop.apps.FOUserAgent - Glyph "☺" (0x263a, smileface) not available in font "Courier". 1083 [main] WARN org.apache.fop.apps.FOUserAgent - Glyph "☻" (0x263b, blacksmilingface) not available in font "Courier". 1083 [main] WARN org.apache.fop.apps.FOUserAgent - Glyph "█" (0x2588, block) not available in font "Courier". 1083 [main] WARN org.apache.fop.apps.FOUserAgent - Glyph "♠" (0x2660, spade) not available in font "Courier". 1083 [main] WARN org.apache.fop.apps.FOUserAgent - Glyph "♀" (0x2640, female) not available in font "Courier". 1084 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by more than 50 points. (See position 1378:672) 1086 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by more than 50 points. (See position 1426:659) 1166 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by more than 50 points. (See position 2467:169) 1167 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by more than 50 points. (See position 2468:197) 1167 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by 41700 millipoints. (See position 2469:197) 1170 [main] WARN org.apache.fop.apps.FOUserAgent - Line 3 of a paragraph overflows the available area by 10500 millipoints. (See position 2540:356) 1173 [main] WARN org.apache.fop.apps.FOUserAgent - Line 3 of a paragraph overflows the available area by 10500 millipoints. (See position 2589:356) 1268 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 10500 millipoints. (See position 3432:329) 1353 [main] WARN org.apache.fop.apps.FOUserAgent - Line 3 of a paragraph overflows the available area by 14200 millipoints. (See position 4565:1121) 1364 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by more than 50 points. (See position 4721:53) 1365 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 4734:383) 1370 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 40500 millipoints. (See position 4804:2390) 1370 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 4804:3360) 1370 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 4811:410) 2346 [main] WARN org.apache.fop.apps.FOUserAgent - Line 6 of a paragraph overflows the available area by more than 50 points. (See position 5007:1289) 2346 [main] WARN org.apache.fop.apps.FOUserAgent - Line 4 of a paragraph overflows the available area by 43500 millipoints. (See position 5007:1289) 2349 [main] WARN org.apache.fop.apps.FOUserAgent - Line 4 of a paragraph overflows the available area by more than 50 points. (See position 5026:1313) 2367 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by 23700 millipoints. (See position 5214:454) 2367 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 12900 millipoints. (See position 5214:454) 2367 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by 7500 millipoints. (See position 5217:464) 2499 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by more than 50 points. (See position 5347:418) 2500 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 28200 millipoints. (See position 5352:418) 2500 [main] WARN org.apache.fop.apps.FOUserAgent - Line 1 of a paragraph overflows the available area by 28200 millipoints. (See position 5352:418) 2555 [main] WARN org.apache.fop.apps.FOUserAgent - Line 2 of a paragraph overflows the available area by 43000 millipoints. (See position 5461:859) 2595 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex1-1" found. 2595 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex1-2" found. 2595 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex2-1" found. 2595 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex2-2" found. 2595 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex2-3" found. 2595 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex3-1" found. 2595 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex3-2" found. 2595 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex3-3" found. 2595 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex4-1" found. 2595 [main] WARN org.apache.fop.apps.FOUserAgent - Destination: Unresolved ID reference "users-guide-why-ws-addressing-neutrality-ex4-2" found. 2595 [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-maven-plugin: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] --- maven-assembly-plugin:3.4.2: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.1-docbook.zip [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ release-documentation --- [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ release-documentation --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ release-documentation --- [INFO] [INFO] --- maven-install-plugin:2.4: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.1/release-documentation-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/release-documentation-4.0.1-docbook.zip to /home/jenkins/.m2/repository/com/sun/xml/ws/release-documentation/4.0.1/release-documentation-4.0.1-docbook.zip [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/release-documentation-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/release-documentation/4.0.1/release-documentation-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/release-documentation-4.0.1-docbook.zip.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/release-documentation/4.0.1/release-documentation-4.0.1-docbook.zip.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1/release-documentation-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/release-documentation-4.0.1-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.1/release-documentation-4.0.1-docbook.zip [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/release-documentation-4.0.1.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.1/release-documentation-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/release-documentation/target/release-documentation-4.0.1-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.1/release-documentation-4.0.1-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.1 [25/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ samples --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ samples --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ samples --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ samples --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ samples --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ samples --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ samples --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ samples --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ samples --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ samples --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ samples --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ samples --- [INFO] [INFO] --- maven-assembly-plugin:3.4.2: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.1.zip [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ samples --- [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ samples --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ samples --- [INFO] [INFO] --- maven-install-plugin:2.4: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.1/samples-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/target/samples-4.0.1.zip to /home/jenkins/.m2/repository/com/sun/xml/ws/samples/4.0.1/samples-4.0.1.zip [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/target/samples-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/samples/4.0.1/samples-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/target/samples-4.0.1.zip.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/samples/4.0.1/samples-4.0.1.zip.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1/samples-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/target/samples-4.0.1.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.1/samples-4.0.1.zip [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/target/samples-4.0.1.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.1/samples-4.0.1.pom.asc [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/samples/target/samples-4.0.1.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.1/samples-4.0.1.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.1 [26/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jaxws-ri --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-resources) @ jaxws-ri --- [INFO] Copying 1 resource [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jaxws-ri --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jaxws-ri --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ jaxws-ri --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ jaxws-ri --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ jaxws-ri --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ jaxws-ri --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ jaxws-ri --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ jaxws-ri --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ jaxws-ri --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jaxws-ri --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-ri/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jaxws-ri --- [INFO] [INFO] --- maven-assembly-plugin:3.4.2: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] --- maven-dependency-plugin:3.5.0:unpack (stage) @ jaxws-ri --- [INFO] Configured Artifact: com.sun.xml.ws:jaxws-ri:4.0.1:zip [INFO] Unpacking /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/bundles/jaxws-ri/target/stage with includes "" and excludes "**/module-info.java" [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jaxws-ri --- [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ jaxws-ri --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ jaxws-ri --- [INFO] [INFO] --- maven-install-plugin:2.4: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.1/jaxws-ri-4.0.1.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.1/jaxws-ri-4.0.1.zip [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-ri/target/jaxws-ri-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-ri/4.0.1/jaxws-ri-4.0.1.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.1/jaxws-ri-4.0.1.zip.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1/jaxws-ri-4.0.1.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.1/jaxws-ri-4.0.1.zip [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/bundles/jaxws-ri/target/jaxws-ri-4.0.1.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.1/jaxws-ri-4.0.1.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.1/jaxws-ri-4.0.1.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.1 [27/28] [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-M2/harness-maven-plugin-3.0.0-M2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/harness-maven-plugin/3.0.0-M2/harness-maven-plugin-3.0.0-M2.pom (3.5 kB at 50 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-M2/ws-test-framework-3.0.0-M2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/ws-test-framework/3.0.0-M2/ws-test-framework-3.0.0-M2.pom (18 kB at 351 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-M2/harness-maven-plugin-3.0.0-M2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/harness-maven-plugin/3.0.0-M2/harness-maven-plugin-3.0.0-M2.jar (30 kB at 616 kB/s) [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ jaxws-unit --- [INFO] Deleting /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/testcases (includes = [**/work/**], excludes = []) [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (prepare-extensions) @ jaxws-unit --- [INFO] Copying jaxwsTestUtil-4.0.1.jar to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/target/harness-extensions/jaxwsTestUtil-4.0.1.jar [INFO] [INFO] --- maven-dependency-plugin:3.5.0:copy-dependencies (prepare-image) @ jaxws-unit --- [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (unzip-image) @ jaxws-unit --- [INFO] Unpacking /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/tests/unit/target/image with includes "" and excludes "" [INFO] [INFO] --- maven-dependency-plugin:3.5.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-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ jaxws-unit --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ jaxws-unit --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ jaxws-unit --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-property) @ jaxws-unit --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ jaxws-unit --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ jaxws-unit --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ jaxws-unit --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ jaxws-unit --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ jaxws-unit --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ jaxws-unit --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ jaxws-unit --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ jaxws-unit --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jaxws-unit --- [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ jaxws-unit --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- harness-maven-plugin:3.0.0-M2:ws-test (jaxws-unit) @ jaxws-unit --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom (2.9 kB at 74 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.5.4/maven-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.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/maven-model/3.5.4/maven-model-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom (4.0 kB at 119 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom (2.1 kB at 132 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom (8.5 kB at 609 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom (1.8 kB at 87 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom (2.6 kB at 75 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom (1.5 kB at 53 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom (1.9 kB at 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom (3.1 kB at 90 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom (4.1 kB at 97 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom (1.9 kB at 57 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom (16 kB at 547 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom (2.1 kB at 79 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom (2.2 kB at 58 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom (3.5 kB at 173 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice/4.2.0/guice-4.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0.pom (11 kB at 843 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom (16 kB at 948 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/23.6-android/guava-23.6-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.6-android/guava-23.6-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.6-android/guava-23.6-android.pom (7.8 kB at 261 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom (9.9 kB at 319 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.pom (4.8 kB at 253 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.0/plexus-5.0.pom (21 kB at 374 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.pom (4.5 kB at 134 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.pom (13 kB at 355 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.6/xz-1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.pom (1.9 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.5.4/maven-plugin-api-3.5.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.6/xz-1.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.jar (55 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar (45 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-builder-support/3.5.4/maven-builder-support-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar (630 kB at 21 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar (43 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar (15 kB at 344 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.jar (165 kB at 3.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.1.1/maven-resolver-impl-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar (177 kB at 3.9 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.1.1/maven-resolver-api-1.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.5.4/maven-plugin-api-3.5.4.jar (48 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar (67 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar (36 kB at 628 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar (185 kB at 3.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar (146 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar (27 kB at 443 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar (159 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.0.0/plexus-io-3.0.0.jar (74 kB at 925 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.14/commons-compress-1.14.jar (530 kB at 6.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar (521 kB at 4.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.6/xz-1.6.jar (103 kB at 881 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/3.5/plexus-archiver-3.5.jar (187 kB at 1.5 MB/s) [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-M2/harness-lib-3.0.0-M2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/harness-lib/3.0.0-M2/harness-lib-3.0.0-M2.jar (208 kB at 3.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/harness-lib/3.0.0-M2/harness-lib-3.0.0-M2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/harness-lib/3.0.0-M2/harness-lib-3.0.0-M2.pom (13 kB at 248 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-M2/ws-test-harness-3.0.0-M2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/metro/ws-test-harness/3.0.0-M2/ws-test-harness-3.0.0-M2.pom (1.5 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.0/jakarta.mail-api-2.1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.0/jakarta.mail-api-2.1.0.pom (20 kB at 297 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-RC2/jakarta.xml.ws-api-4.0.0-RC2.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-RC2/jakarta.xml.ws-api-4.0.0-RC2.pom (19 kB at 290 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-RC3/jakarta.xml.bind-api-4.0.0-RC3.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-RC3/jakarta.xml.bind-api-4.0.0-RC3.pom (11 kB at 176 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-RC3/jakarta.xml.bind-api-parent-4.0.0-RC3.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-RC3/jakarta.xml.bind-api-parent-4.0.0-RC3.pom (9.5 kB at 169 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-RC2/jakarta.xml.soap-api-3.0.0-RC2.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-RC2/jakarta.xml.soap-api-3.0.0-RC2.pom (21 kB at 320 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/1.0.0-M2/angus-mail-1.0.0-M2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/1.0.0-M2/angus-mail-1.0.0-M2.pom (6.6 kB at 100 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/all/1.0.0-M2/all-1.0.0-M2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/all/1.0.0-M2/all-1.0.0-M2.pom (27 kB at 491 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-runtime/4.1.0-M1/istack-commons-runtime-4.1.0-M1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-runtime/4.1.0-M1/istack-commons-runtime-4.1.0-M1.pom (4.8 kB at 74 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons/4.1.0-M1/istack-commons-4.1.0-M1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons/4.1.0-M1/istack-commons-4.1.0-M1.pom (24 kB at 396 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-test/4.1.0-M1/istack-commons-test-4.1.0-M1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-test/4.1.0-M1/istack-commons-test-4.1.0-M1.pom (2.8 kB at 41 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-uberjar/1.9.9/cargo-core-uberjar-1.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-uberjar/1.9.9/cargo-core-uberjar-1.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-uberjar/1.9.9/cargo-core-uberjar-1.9.9.pom (19 kB at 748 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core/1.9.9/cargo-core-1.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core/1.9.9/cargo-core-1.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core/1.9.9/cargo-core-1.9.9.pom (2.3 kB at 74 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/codehaus-cargo/1.9.9/codehaus-cargo-1.9.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/codehaus-cargo/1.9.9/codehaus-cargo-1.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/codehaus-cargo/1.9.9/codehaus-cargo-1.9.9.pom (49 kB at 2.2 MB/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 326 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.0 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 221 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/freemarker/freemarker/2.3.28/freemarker-2.3.28.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.28/freemarker-2.3.28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.28/freemarker-2.3.28.pom (3.4 kB at 240 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.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.0/jakarta.mail-api-2.1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/4.0.0-RC2/jakarta.xml.ws-api-4.0.0-RC2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/4.0.0-RC3/jakarta.xml.bind-api-4.0.0-RC3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/3.0.0-RC2/jakarta.xml.soap-api-3.0.0-RC2.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-RC2/jakarta.xml.ws-api-4.0.0-RC2.jar (75 kB at 1.5 MB/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.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-RC2/jakarta.xml.soap-api-3.0.0-RC2.jar (37 kB at 712 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/1.0.0-M2/angus-mail-1.0.0-M2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.1.0/jakarta.mail-api-2.1.0.jar (236 kB at 4.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-runtime/4.1.0-M1/istack-commons-runtime-4.1.0-M1.jar [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.jar (63 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-test/4.1.0-M1/istack-commons-test-4.1.0-M1.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-RC3/jakarta.xml.bind-api-4.0.0-RC3.jar (126 kB at 2.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/cargo/cargo-core-uberjar/1.9.9/cargo-core-uberjar-1.9.9.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] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-runtime/4.1.0-M1/istack-commons-runtime-4.1.0-M1.jar (30 kB at 293 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/relaxng/jing/20181222/jing-20181222.jar [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.jar (21 kB at 203 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/freemarker/freemarker/2.3.28/freemarker-2.3.28.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/istack/istack-commons-test/4.1.0-M1/istack-commons-test-4.1.0-M1.jar (16 kB at 160 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/angus/angus-mail/1.0.0-M2/angus-mail-1.0.0-M2.jar (490 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-uberjar/1.9.9/cargo-core-uberjar-1.9.9.jar [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.28/freemarker-2.3.28.jar [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 17 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.28/freemarker-2.3.28.jar (1.5 MB at 31 MB/s) [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.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-uberjar/1.9.9/cargo-core-uberjar-1.9.9.jar (2.9 MB at 40 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.1.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@5e3d57c7 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@5e3d57c7 doesn't support [servlet30] Skipping deployment.partial_webxml as the container com.sun.xml.ws.test.container.invm.InVmContainer@5e3d57c7 doesn't support [servlet30] Skipping deployment.partial_webxml_multi as the container com.sun.xml.ws.test.container.invm.InVmContainer@5e3d57c7 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.1. 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@1605b165 Received array. length=1 bugs.jaxb274.Person@27de9a70 ...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 Jan 27, 2023 1:07:55 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 Jan 27, 2023 1:07:55 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: Jan 27, 2023 1:07:55 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 Jan 27, 2023 1:07:57 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.GeneratedMethodAccessor11.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:100) 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 Jan 27, 2023 1:08:02 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.GeneratedMethodAccessor11.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.$Proxy188.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:100) 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.$Proxy188.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 .[ 804617852 ] Calling timeout on book : abc001 [ 804617852 ] 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 Jan 27, 2023 1:08:23 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.GeneratedMethodAccessor11.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.$Proxy208.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
d64dddb5-0e50-44cf-ab56-1bceca1937bdwsns:Accountwsns:AccountService
.injected services: accountService bankServiceService injected ports: accountPort bankServicePort injected addresses: accountPortAddress bankServicePortAddress Jan 27, 2023 1:08:34 PM com.sun.xml.ws.server.StatefulInstanceResolver resolve INFO: Request had an unrecognized object ID 61409c2d-2513-40f6-9cea-9ac716b4b53a Jan 27, 2023 1:08: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.GeneratedMethodAccessor11.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.$Proxy221.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:100) 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.$Proxy221.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 Jan 27, 2023 1:08:36 PM com.sun.xml.ws.server.StatefulInstanceResolver resolve INFO: Request had an unrecognized object ID 1ede5f34-280c-4a35-8d1b-fa8f056149ff Jan 27, 2023 1:08: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.GeneratedMethodAccessor11.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.$Proxy221.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:100) 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.$Proxy221.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 Jan 27, 2023 1:09:14 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.GeneratedMethodAccessor11.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.$Proxy247.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@398ee1fb {http://www.globalcompany.example.com/ns/OrderBookingService}OrderProcessorcom.sun.xml.ws.model.wsdl.WSDLPortTypeImpl@26cfc3cd {www.globalcompany.example.com}StoreFrontServicecom.sun.xml.ws.model.wsdl.WSDLPortTypeImpl@5049ab94 ..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: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress HelloService_Impl received: 2 HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress HelloService_Impl received: 2 HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress HelloService_Impl received: 2 .injected services: hello_Service injected ports: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress 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: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress HelloService_Impl received: 2 HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress 2 HelloThereHelloService_Impl received: 2 3.injected services: hello_Service injected ports: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress HelloService_Impl received: 2 HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress .injected services: hello_Service injected ports: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress 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: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress HelloService_Impl received: 2 HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress HelloService_Impl received: 2 HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress HelloService_Impl received: 3 .injected services: hello_Service injected ports: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress HelloService_Impl received: 2 .injected services: hello_Service injected ports: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress .injected services: hello_Service injected ports: helloPort12 helloPort injected addresses: helloPort12Address helloPortAddress 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=82209b0e-77e6-440b-86ac-6f783748e0b0@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 Jan 27, 2023 1:09:18 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.$Proxy266.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:260) at com.sun.istack.XMLStreamReaderToContentHandler.bridge(XMLStreamReaderToContentHandler.java:128) 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:245) ... 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 .. Jan 27, 2023 1:09:18 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.$Proxy267.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:260) at com.sun.istack.XMLStreamReaderToContentHandler.bridge(XMLStreamReaderToContentHandler.java:128) 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:245) ... 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 Jan 27, 2023 1:09:18 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:260) at com.sun.istack.XMLStreamReaderToContentHandler.bridge(XMLStreamReaderToContentHandler.java:128) 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:245) ... 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 Jan 27, 2023 1:09:19 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.GeneratedMethodAccessor11.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.$Proxy269.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 Jan 27, 2023 1:09:22 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.GeneratedMethodAccessor11.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.$Proxy280.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 Jan 27, 2023 1:09:23 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.GeneratedMethodAccessor85.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.GeneratedMethodAccessor11.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.$Proxy280.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@1a977159 HelloService_Impl received: 2 handler.messagehandler.client.HelloResponse@5857dc32 ...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: helloPort12Address helloPortAddress reportServicePortAddress .HelloService_Impl received: -100 Jan 27, 2023 1:09:23 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.GeneratedMethodAccessor11.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.$Proxy282.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 Jan 27, 2023 1:09:23 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.GeneratedMethodAccessor11.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.$Proxy284.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.$Proxy296.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) Jan 27, 2023 1:09:38 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.$Proxy296.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 ****** Jan 27, 2023 1:09:38 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.$Proxy299.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: Jan 27, 2023 1:09:38 PM [com.sun.xml.ws.policy.jaxws.PolicyWSDLParserExtension] finished WARNING: WSP1021: Fault "Echo2Exception" not bound. Check names in port and binding definitions. Jan 27, 2023 1:09:38 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". Jan 27, 2023 1:09:38 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". Jan 27, 2023 1:09:38 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". Jan 27, 2023 1:09:38 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". Jan 27, 2023 1:09:38 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". Jan 27, 2023 1:09:38 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0019: Suboptimal policy alternative selected on the client side with fitness "UNKNOWN". Jan 27, 2023 1:09:38 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". Jan 27, 2023 1:09:38 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". Jan 27, 2023 1:09:38 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0019: Suboptimal policy alternative selected on the client side with fitness "UNKNOWN". Jan 27, 2023 1:09:38 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". Jan 27, 2023 1:09:38 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". Jan 27, 2023 1:09:38 PM [com.sun.xml.ws.policy.EffectiveAlternativeSelector] selectBestAlternative WARNING: WSP0019: Suboptimal policy alternative selected on the client side with fitness "UNKNOWN". Jan 27, 2023 1:09:38 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". Jan 27, 2023 1:09:38 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". Jan 27, 2023 1:09:38 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@b0f35712, 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@63883216, 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@b0f35712, com.sun.xml.ws.api.server.WSEndpoint=com.sun.xml.ws.server.WSEndpointImpl@17be898, 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.description=null, jakarta.xml.ws.wsdl.port=, 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: Jan 27, 2023 1:09:40 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:42003/
wsns:RpcLitIFwsns:RpcLitEndpoint
--------------------------------------- .---------------------------------------
http://localhost:35621/hello
wsns:RpcLitIFwsns:RpcLitEndpoint
--------------------------------------- .---------------------------------------
http://localhost:40093/hello
wsns:RpcLitIFwsns:RpcLitEndpoint
--------------------------------------- .---------------------------------------
http://127.0.0.1:32907/
--------------------------------------- .---------------------------------------
http://localhost:37231/hello
wsns:RpcLitIFwsns:RpcLitEndpoint
--------------------------------------- .---------------------------------------
http://127.0.0.1:35533/
--------------------------------------- .---------------------------------------
http://127.0.0.1:37063/
wsns:RpcLitIFwsns:RpcLitEndpoint
--------------------------------------- .---------------------------------------
http://localhost:36265/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... Jan 27, 2023 1:10:10 PM com.sun.xml.ws.binding.WebServiceFeatureList mergeFeatures WARNING: Feature com.sun.xml.ws.developer.MemberSubmissionAddressingFeature@6d2321b1 in implementation conflicts with com.sun.xml.ws.developer.MemberSubmissionAddressingFeature@1f83575f 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 Jan 27, 2023 1:10:10 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) Jan 27, 2023 1:10:10 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) Jan 27, 2023 1:10:10 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) Jan 27, 2023 1:10:10 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) Jan 27, 2023 1:10:10 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) Jan 27, 2023 1:10:10 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 . Jan 27, 2023 1:10:10 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) Jan 27, 2023 1:10:10 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@2da1312c 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:b8a6acff-e909-431f-ac07-582d59565a0b 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@68b1b532, com.sun.xml.ws.message.stream.StreamHeader11@5ff44e67, com.sun.xml.ws.message.stream.StreamHeader11@556dd0d2, com.sun.xml.ws.message.stream.StreamHeader11@630f3129, com.sun.xml.ws.message.stream.StreamHeader11@672005f] 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:b8a6acff-e909-431f-ac07-582d59565a0b Msg key: jakarta.xml.ws.wsdl.description Msg value: org.xml.sax.InputSource@7b88f180 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: 170.312 OK (1185 tests) [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ jaxws-unit --- [INFO] [INFO] --- maven-install-plugin:2.4: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.1/jaxws-unit-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/target/jaxws-unit-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/jaxws-unit/4.0.1/jaxws-unit-4.0.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1/jaxws-unit-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/tests/unit/target/jaxws-unit-4.0.1.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.1/jaxws-unit-4.0.1.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.1 [28/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0:clean (default-clean) @ www --- [INFO] [INFO] --- import-properties-plugin:4.1.1: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.2 [INFO] Setting property: xml.bind-api.version:4.0.0 [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.0 [INFO] Setting property: activation-api.version:2.1.1 [INFO] Setting property: istack.version:4.1.1 [INFO] Resolving properties for org.glassfish.jaxb:jaxb-bom [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-maven) @ www --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-versions) @ www --- [INFO] [INFO] --- maven-enforcer-plugin:3.1.0:enforce (enforce-no-snapshots) @ www --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxb.version) @ www --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.bind-api.version) @ www --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (jaxws.version) @ www --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (xml.ws-api.version) @ www --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:parse-version (mail.version) @ www --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create-timestamp (dstamp) @ www --- [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create-timestamp (release-date) @ www --- [INFO] [INFO] --- maven-resources-plugin:3.3.0:copy-resources (copy-resources) @ www --- [INFO] Copying 1 resource [INFO] [INFO] --- buildnumber-maven-plugin:3.0.0:create (create-buildnumber) @ www --- [INFO] [INFO] --- build-helper-maven-plugin:3.3.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] --- maven-dependency-plugin:3.5.0:unpack (unpack-resource) @ www --- [INFO] Configured Artifact: com.sun.xml.ws:project:resources:4.0.1:zip [INFO] Unpacking /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/target/project-4.0.1-resources.zip to /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/www/target/common-resources with includes "" and excludes "" [INFO] [INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ www --- [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ www --- [INFO] [INFO] --- maven-javadoc-plugin:3.4.1:jar (attach-javadocs) @ www --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ www --- [INFO] [INFO] --- maven-install-plugin:2.4: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.1/www-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/www/target/www-4.0.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/ws/www/4.0.1/www-4.0.1.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin: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.14.21-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.1/www-4.0.1.pom [INFO] Installing /home/jenkins/agent/workspace/jax-ws-release/jaxws-ri/docs/www/target/www-4.0.1.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.1/www-4.0.1.pom.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "1c11721746c45" [INFO] * Created staging repository with ID "comsunxml-1053". [INFO] * Staging repository at https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053 [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-1053/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1.jar.asc (833 B at 4.8 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/maven-metadata.xml (305 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/samples/4.0.1/samples-4.0.1.zip [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/samples/4.0.1/samples-4.0.1.zip (339 kB at 1.6 MB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/samples/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/samples/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/samples/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-1053/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.pom.asc (833 B at 18 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-rt/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-rt/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/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-1053/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1-javadoc.jar (287 kB at 2.1 MB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/maven-metadata.xml (307 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/runtime/4.0.1/runtime-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/runtime/4.0.1/runtime-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/runtime/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/runtime/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/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-1053/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1-sources.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/maven-metadata.xml (309 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1-javadoc.jar (165 kB at 1.2 MB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/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-1053/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-1053/com/sun/xml/ws/jaxws-maven-plugin/maven-metadata.xml (312 B at 2.4 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1-javadoc.jar (177 kB at 1.3 MB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/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-1053/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-1053/com/sun/xml/ws/jaxws-async-client-transport/maven-metadata.xml (322 B at 2.4 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-unit/4.0.1/jaxws-unit-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-unit/4.0.1/jaxws-unit-4.0.1.pom (19 kB at 142 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-unit/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-unit/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/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-1053/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1.pom.asc (833 B at 18 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/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-1053/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-1053/com/sun/xml/ws/jaxws-eclipselink-plugin/maven-metadata.xml (318 B at 2.4 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1.jar (17 kB at 125 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1.pom (1.4 kB at 10 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/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-1053/com/sun/xml/ws/policy/4.0.1/policy-4.0.1-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/4.0.1/policy-4.0.1-sources.jar (125 kB at 896 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/maven-metadata.xml (300 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/samples/4.0.1/samples-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/samples/4.0.1/samples-4.0.1.pom (1.8 kB at 13 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1.jar.asc (833 B at 19 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/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-1053/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-1053/com/sun/xml/ws/sdo-eclipselink-plugin/maven-metadata.xml (316 B at 2.4 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1.jar (62 kB at 443 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1.pom (28 kB at 207 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/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-1053/com/sun/xml/ws/rt/4.0.1/rt-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/4.0.1/rt-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/maven-metadata.xml (296 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/4.0.1/policy-4.0.1-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/4.0.1/policy-4.0.1-javadoc.jar (526 kB at 3.6 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/4.0.1/rt-4.0.1-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/4.0.1/rt-4.0.1-sources.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1.jar (27 kB at 199 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1.pom (2.5 kB at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/samples/4.0.1/samples-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/samples/4.0.1/samples-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1.jar (804 kB at 5.1 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1.pom (16 kB at 113 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/maven-metadata.xml (303 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1-javadoc.jar (153 kB at 1.1 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/www/4.0.1/www-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/www/4.0.1/www-4.0.1.pom (7.3 kB at 53 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/www/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/www/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/www/maven-metadata.xml (297 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/release-documentation/4.0.1/release-documentation-4.0.1-docbook.zip [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/release-documentation/4.0.1/release-documentation-4.0.1-docbook.zip (806 kB at 5.2 MB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/release-documentation/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/release-documentation/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/release-documentation/maven-metadata.xml (315 B at 2.4 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/4.0.1/policy-4.0.1.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/4.0.1/policy-4.0.1.jar (179 kB at 1.2 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/4.0.1/policy-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/4.0.1/policy-4.0.1.pom (21 kB at 151 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1-javadoc.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/4.0.1/policy-4.0.1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/4.0.1/policy-4.0.1-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1-sources.jar (57 kB at 424 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/www/4.0.1/www-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/www/4.0.1/www-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1-javadoc.jar (1.8 MB at 11 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-local-transport/4.0.1/jaxws-local-transport-4.0.1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-local-transport/4.0.1/jaxws-local-transport-4.0.1-javadoc.jar.asc (833 B at 19 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/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-1053/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-1053/com/sun/xml/ws/jaxws-local-transport/maven-metadata.xml (315 B at 2.4 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.jar (2.7 MB at 13 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.pom (11 kB at 79 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1-javadoc.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1-sources.jar (14 kB at 108 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri/4.0.1/jaxws-ri-4.0.1.zip [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri/4.0.1/jaxws-ri-4.0.1.zip (17 MB at 30 MB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri/maven-metadata.xml (302 B at 2.0 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/bundles/4.0.1/bundles-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/bundles/4.0.1/bundles-4.0.1.pom (1.6 kB at 9.5 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/bundles/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/bundles/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/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-1053/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1.jar (33 kB at 176 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1.pom (4.7 kB at 29 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1-sources.jar (2.1 MB at 10 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/4.0.1/rt-4.0.1-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/4.0.1/rt-4.0.1-javadoc.jar (5.4 MB at 21 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-local-transport/4.0.1/jaxws-local-transport-4.0.1-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-local-transport/4.0.1/jaxws-local-transport-4.0.1-javadoc.jar (144 kB at 1.0 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1-javadoc.jar (195 kB at 1.4 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/4.0.1/rt-4.0.1.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/4.0.1/rt-4.0.1.jar (2.4 MB at 14 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/4.0.1/rt-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/4.0.1/rt-4.0.1.pom (10 kB at 76 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/project/4.0.1/project-4.0.1-resources.zip [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/project/4.0.1/project-4.0.1-resources.zip (5.2 kB at 39 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/project/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/project/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/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-1053/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1-sources.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/4.0.1/rt-4.0.1.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/4.0.1/rt-4.0.1.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1.jar (60 kB at 439 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1.pom (4.4 kB at 33 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/docs/4.0.1/docs-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/docs/4.0.1/docs-4.0.1.pom.asc (833 B at 18 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/docs/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/docs/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/docs/maven-metadata.xml (298 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-local-transport/4.0.1/jaxws-local-transport-4.0.1.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-local-transport/4.0.1/jaxws-local-transport-4.0.1.jar (31 kB at 224 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-local-transport/4.0.1/jaxws-local-transport-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-local-transport/4.0.1/jaxws-local-transport-4.0.1.pom (2.5 kB at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1.jar (45 kB at 333 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1.pom (1.4 kB at 11 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/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-1053/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1-javadoc.jar (225 kB at 1.6 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/release-documentation/4.0.1/release-documentation-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/release-documentation/4.0.1/release-documentation-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/samples/4.0.1/samples-4.0.1.zip.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/samples/4.0.1/samples-4.0.1.zip.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1.jar (38 kB at 279 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1.pom (1.4 kB at 10 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1.jar (84 kB at 616 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1.pom (2.5 kB at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/bundles/4.0.1/bundles-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/bundles/4.0.1/bundles-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1-sources.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1-javadoc.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri/4.0.1/jaxws-ri-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri/4.0.1/jaxws-ri-4.0.1.pom (5.8 kB at 43 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1-javadoc.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1-javadoc.jar (216 kB at 1.5 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1-javadoc.jar (153 kB at 1.1 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/project/4.0.1/project-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/project/4.0.1/project-4.0.1.pom (42 kB at 308 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/4.0.1/policy-4.0.1-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/4.0.1/policy-4.0.1-sources.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1.jar (808 kB at 5.4 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1.pom (8.4 kB at 62 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.1/jaxws-ri-bom-ext-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.1/jaxws-ri-bom-ext-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/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-1053/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-1053/com/sun/xml/ws/jaxws-ri-bom-ext/maven-metadata.xml (310 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1-javadoc.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri-bom/4.0.1/jaxws-ri-bom-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri-bom/4.0.1/jaxws-ri-bom-4.0.1.pom (9.3 kB at 69 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/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-1053/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-1053/com/sun/xml/ws/jaxws-ri-bom/maven-metadata.xml (306 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-local-transport/4.0.1/jaxws-local-transport-4.0.1-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-local-transport/4.0.1/jaxws-local-transport-4.0.1-sources.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri/4.0.1/jaxws-ri-4.0.1.zip.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri/4.0.1/jaxws-ri-4.0.1.zip.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/4.0.1/policy-4.0.1.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/4.0.1/policy-4.0.1.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1-sources.jar (612 kB at 4.1 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/tools/4.0.1/tools-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/tools/4.0.1/tools-4.0.1.pom (1.1 kB at 8.3 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/tools/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/tools/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/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-1053/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1-sources.jar (20 kB at 147 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1-sources.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-local-transport/4.0.1/jaxws-local-transport-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-local-transport/4.0.1/jaxws-local-transport-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/4.0.1/rt-4.0.1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/4.0.1/rt-4.0.1-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1-javadoc.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1-sources.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/release-documentation/4.0.1/release-documentation-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/release-documentation/4.0.1/release-documentation-4.0.1.pom (12 kB at 91 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.1/jaxws-ri-bom-ext-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri-bom-ext/4.0.1/jaxws-ri-bom-ext-4.0.1.pom (4.3 kB at 32 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri-tests/4.0.1/jaxws-ri-tests-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri-tests/4.0.1/jaxws-ri-tests-4.0.1.pom (3.9 kB at 29 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/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-1053/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-1053/com/sun/xml/ws/jaxws-ri-tests/maven-metadata.xml (308 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1-sources.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-unit/4.0.1/jaxws-unit-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-unit/4.0.1/jaxws-unit-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1-sources.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxwsTestUtil/4.0.1/jaxwsTestUtil-4.0.1-javadoc.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1-sources.jar (37 kB at 273 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/project/4.0.1/project-4.0.1-resources.zip.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/project/4.0.1/project-4.0.1-resources.zip.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1-sources.jar (17 kB at 129 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri-tests/4.0.1/jaxws-ri-tests-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri-tests/4.0.1/jaxws-ri-tests-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/tools/4.0.1/tools-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/tools/4.0.1/tools-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/extras/4.0.1/extras-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/extras/4.0.1/extras-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Downloading from ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/extras/maven-metadata.xml [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/extras/maven-metadata.xml [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/extras/maven-metadata.xml (300 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/release-documentation/4.0.1/release-documentation-4.0.1-docbook.zip.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/release-documentation/4.0.1/release-documentation-4.0.1-docbook.zip.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri/4.0.1/jaxws-ri-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri/4.0.1/jaxws-ri-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1-javadoc.jar (1.7 MB at 10 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/docs/4.0.1/docs-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/docs/4.0.1/docs-4.0.1.pom (2.7 kB at 20 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/extras/4.0.1/extras-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/extras/4.0.1/extras-4.0.1.pom (1.3 kB at 9.6 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-local-transport/4.0.1/jaxws-local-transport-4.0.1.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-local-transport/4.0.1/jaxws-local-transport-4.0.1.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/runtime/4.0.1/runtime-4.0.1.pom [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/runtime/4.0.1/runtime-4.0.1.pom (1.2 kB at 9.4 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/4.0.1/rt-4.0.1-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt/4.0.1/rt-4.0.1-sources.jar (1.9 MB at 11 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-maven-plugin/4.0.1/jaxws-maven-plugin-4.0.1-sources.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/wscompile/4.0.1/wscompile-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/rt-fi/4.0.1/rt-fi-4.0.1-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/httpspi-servlet/4.0.1/httpspi-servlet-4.0.1-sources.jar (29 kB at 213 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-tools/4.0.1/jaxws-tools-4.0.1-sources.jar (614 kB at 4.2 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1-javadoc.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-eclipselink-plugin/4.0.1/jaxws-eclipselink-plugin-4.0.1-javadoc.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1-sources.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1-sources.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1-javadoc.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-rt/4.0.1/jaxws-rt-4.0.1-javadoc.jar (6.8 MB at 24 MB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/sdo-eclipselink-plugin/4.0.1/sdo-eclipselink-plugin-4.0.1-sources.jar (37 kB at 275 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1.jar.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-async-client-transport/4.0.1/jaxws-async-client-transport-4.0.1.jar.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-local-transport/4.0.1/jaxws-local-transport-4.0.1-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-local-transport/4.0.1/jaxws-local-transport-4.0.1-sources.jar (22 kB at 163 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri-bom/4.0.1/jaxws-ri-bom-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/jaxws-ri-bom/4.0.1/jaxws-ri-bom-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1-sources.jar [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/servlet/4.0.1/servlet-4.0.1-sources.jar (31 kB at 235 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/project/4.0.1/project-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/project/4.0.1/project-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] Uploading to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/4.0.1/policy-4.0.1.pom.asc [INFO] Uploaded to ossrh: https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxml-1053/com/sun/xml/ws/policy/4.0.1/policy-4.0.1.pom.asc (833 B at 19 kB/s) [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "comsunxml-1053". 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.1: [INFO] [INFO] JAX-WS RI Bill-of-Materials (BOM) .................. SUCCESS [ 11.727 s] [INFO] JAX-WS RI Bill-of-Materials (BOM) Extensions ....... SUCCESS [ 0.554 s] [INFO] WS-Policy Implementation ........................... SUCCESS [ 21.943 s] [INFO] Jakarta XML Web Services Implementation ............ SUCCESS [ 2.509 s] [INFO] JAX-WS RI Runtime (rt) ............................. SUCCESS [ 21.099 s] [INFO] JAX-WS RI Fast Infoset Support (rt-fi) ............. SUCCESS [ 2.945 s] [INFO] JAX-WS RI HTTP SPI (httpspi-servlet) ............... SUCCESS [ 3.285 s] [INFO] JAX-WS RI Servlet Support (servlet) ................ SUCCESS [ 3.166 s] [INFO] JAX-WS RI Bundles .................................. SUCCESS [ 0.550 s] [INFO] JAX-WS RI Runtime (jaxws-rt) ....................... SUCCESS [ 18.863 s] [INFO] JAX-WS RI Runtime .................................. SUCCESS [ 0.541 s] [INFO] JAX-WS RI Tools (wscompile) ........................ SUCCESS [ 8.939 s] [INFO] JAX-WS RI Tools (jaxws-tools) ...................... SUCCESS [ 8.157 s] [INFO] JAX-WS RI Tools .................................... SUCCESS [ 0.548 s] [INFO] JAX-WS RI Eclipselink Plugin ....................... SUCCESS [ 4.400 s] [INFO] JAX-WS RI Eclipselink SDO Plugin ................... SUCCESS [ 3.685 s] [INFO] JAX-WS RI Local-Transport Implementation ........... SUCCESS [ 3.028 s] [INFO] JAX-WS RI Async-Client-Transport Implementation .... SUCCESS [ 2.941 s] [INFO] JAX-WS RI Maven Plugin ............................. SUCCESS [ 8.706 s] [INFO] JAX-WS RI Extras ................................... SUCCESS [ 0.546 s] [INFO] JAX-WS RI Tests .................................... SUCCESS [ 0.537 s] [INFO] WS Test Framework Utilities (JAX-WS) ............... SUCCESS [ 3.914 s] [INFO] JAX-WS RI Documentation ............................ SUCCESS [ 0.541 s] [INFO] JAX-WS RI Release Documentation .................... SUCCESS [ 18.194 s] [INFO] JAX-WS RI Samples .................................. SUCCESS [ 0.935 s] [INFO] JAX-WS RI Standalone Zipped Bundle ................. SUCCESS [ 1.809 s] [INFO] JAX-WS RI Unit Tests ............................... SUCCESS [03:02 min] [INFO] JAX-WS RI WWW Help files ........................... SUCCESS [ 29.449 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:06 min [INFO] Finished at: 2023-01-27T13:10:42Z [INFO] ------------------------------------------------------------------------ + cd /home/jenkins/agent/workspace/jax-ws-release + echo '-[ Tag release ]----------------------------------------------------------------' -[ Tag release ]---------------------------------------------------------------- + git tag 4.0.1 -m 'Release com.sun.xml.ws:project:4.0.1' + 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.2-SNAPSHOT -DparentVersion=4.0.2-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.1 [1/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5: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.1 [2/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5: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.1 [3/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5: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.1 [4/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [5/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [6/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [7/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [8/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [9/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [10/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [11/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [12/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [13/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [14/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [15/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [16/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [17/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [18/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [19/28] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5: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.1 [20/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [21/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [22/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [23/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [24/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [25/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [26/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [27/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [28/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.2.0: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.1 [29/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 -> 4.0.2-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.1 to 4.0.2-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.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:policy [INFO] Updating project com.sun.xml.ws:policy [INFO] from version 4.0.1 to 4.0.2-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.1 to 4.0.2-SNAPSHOT [INFO] Updating parent com.sun.xml.ws:jaxws-ri-bom [INFO] from version 4.0.1 to 4.0.2-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.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:project [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:bundles [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:bundles [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:docs [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:docs [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:extras [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:extras [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:httpspi-servlet [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:httpspi-servlet [INFO] from version 4.0.1 to 4.0.2-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.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:jaxws-async-client-transport [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxws-eclipselink-plugin [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:jaxws-eclipselink-plugin [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxws-local-transport [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:jaxws-local-transport [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxws-ri-tests [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:jaxws-ri-tests [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:rt-fi [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:rt-fi [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:rt [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:rt [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:runtime [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:runtime [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:samples [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:samples [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:sdo-eclipselink-plugin [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:sdo-eclipselink-plugin [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:servlet [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:servlet [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:tools [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:tools [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:wscompile [INFO] Updating parent com.sun.xml.ws:project [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:wscompile [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxws-ri [INFO] Updating parent com.sun.xml.ws:bundles [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:jaxws-ri [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxws-rt [INFO] Updating parent com.sun.xml.ws:bundles [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxws-tools [INFO] Updating parent com.sun.xml.ws:bundles [INFO] from version 4.0.1 to 4.0.2-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.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:jaxws-unit [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:jaxwsTestUtil [INFO] Updating parent com.sun.xml.ws:jaxws-ri-tests [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:jaxwsTestUtil [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:release-documentation [INFO] Updating parent com.sun.xml.ws:docs [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:release-documentation [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] Processing com.sun.xml.ws:www [INFO] Updating parent com.sun.xml.ws:docs [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] Updating project com.sun.xml.ws:www [INFO] from version 4.0.1 to 4.0.2-SNAPSHOT [INFO] [INFO] [INFO] --------------------< com.sun.xml.ws:jaxws-ri-bom >--------------------- [INFO] Building JAX-WS RI Bill-of-Materials (BOM) 4.0.1 [30/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [31/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [32/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [33/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [34/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [35/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [36/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [37/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [38/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [39/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [40/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [41/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [42/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [43/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [44/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [45/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [46/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [47/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [48/28] [INFO] ----------------------------[ maven-plugin ]---------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [49/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [50/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [51/28] [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [52/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [53/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [54/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [55/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [56/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1 [57/28] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin: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.1: [INFO] [INFO] JAX-WS RI Bill-of-Materials (BOM) .................. SUCCESS [ 0.006 s] [INFO] JAX-WS RI Bill-of-Materials (BOM) Extensions ....... SUCCESS [ 0.001 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.001 s] [INFO] JAX-WS RI Fast Infoset Support (rt-fi) ............. SUCCESS [ 0.002 s] [INFO] JAX-WS RI HTTP SPI (httpspi-servlet) ............... SUCCESS [ 0.001 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.001 s] [INFO] JAX-WS RI Tools (wscompile) ........................ SUCCESS [ 0.001 s] [INFO] JAX-WS RI Tools (jaxws-tools) ...................... SUCCESS [ 0.002 s] [INFO] JAX-WS RI Tools .................................... SUCCESS [ 0.001 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.001 s] [INFO] JAX-WS RI Maven Plugin ............................. SUCCESS [ 0.002 s] [INFO] JAX-WS RI Extras ................................... SUCCESS [ 0.021 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.001 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.001 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.649 s [INFO] Finished at: 2023-01-27T13:10:46Z [INFO] ------------------------------------------------------------------------ + 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.2-SNAPSHOT' [4.0.1-RELEASE 718c5e74] Prepare next development cycle for 4.0.2-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.1-RELEASE remote: remote: Create a pull request for '4.0.1-RELEASE' on GitHub by visiting: remote: https://github.com/eclipse-ee4j/metro-jax-ws/pull/new/4.0.1-RELEASE remote: To github.com:eclipse-ee4j/metro-jax-ws.git * [new branch] 4.0.1-RELEASE -> 4.0.1-RELEASE + git push origin 4.0.1 To github.com:eclipse-ee4j/metro-jax-ws.git * [new tag] 4.0.1 -> 4.0.1 $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 59 killed; [ssh-agent] Stopped. Finished: SUCCESS