From ba8a6ede7812188bed40f216cc1ee67a0742be64 Mon Sep 17 00:00:00 2001 From: Scott Marlow Date: Fri, 24 Oct 2025 13:04:28 -0400 Subject: [PATCH 1/3] https://github.com/jakartaee/platform-tck/issues/2518 address Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.13:deploy failure for websocket-tck-platform-tests Signed-off-by: Scott Marlow --- tcks/apis/websocket/pom.xml | 53 ++++++++++++++++++++++++++++++++++--- 1 file changed, 49 insertions(+), 4 deletions(-) diff --git a/tcks/apis/websocket/pom.xml b/tcks/apis/websocket/pom.xml index 1c2f06296c..01c5286ee2 100644 --- a/tcks/apis/websocket/pom.xml +++ b/tcks/apis/websocket/pom.xml @@ -19,16 +19,33 @@ 4.0.0 - jakarta.tck - websocket-tck - 2.2.0 + org.eclipse.ee4j + project + 2.0.0-M1 + websocket-tck-platform-tests jar Jakarta Websocket TCK Platform Tests 11.0.2-SNAPSHOT - + + + 17 + 11.0.2-SNAPSHOT + + + + + + jakarta.tck + artifacts-bom + ${project.version} + pom + import + + + @@ -47,6 +64,34 @@ jakarta.servlet jakarta.servlet-api + + jakarta.websocket + jakarta.websocket-api + + + jakarta.websocket + jakarta.websocket-client-api + + + + + jakarta.tck + common + + + + + org.junit.jupiter + junit-jupiter-api + + + org.jboss.arquillian.junit5 + arquillian-junit5-container + + + org.jboss.arquillian.junit5 + arquillian-junit5-core + From 8ba2cdebe66c8180d71b8b06417fd756b03080f5 Mon Sep 17 00:00:00 2001 From: Scott Marlow Date: Fri, 24 Oct 2025 15:20:42 -0400 Subject: [PATCH 2/3] https://github.com/jakartaee/platform-tck/issues/2518 add maven-source-plugin for WebSocket TCK Signed-off-by: Scott Marlow --- tcks/apis/websocket/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tcks/apis/websocket/pom.xml b/tcks/apis/websocket/pom.xml index 01c5286ee2..cd1d5eaf7f 100644 --- a/tcks/apis/websocket/pom.xml +++ b/tcks/apis/websocket/pom.xml @@ -96,6 +96,20 @@ + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + maven-jar-plugin 3.4.2 From afdfa2be938ff2ab9a408b0ecc02706fb4141abe Mon Sep 17 00:00:00 2001 From: Scott Marlow Date: Fri, 24 Oct 2025 17:19:14 -0400 Subject: [PATCH 3/3] https://github.com/jakartaee/platform-tck/issues/2518 add missing groupId + version Signed-off-by: Scott Marlow --- tcks/apis/websocket/pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tcks/apis/websocket/pom.xml b/tcks/apis/websocket/pom.xml index cd1d5eaf7f..ff965ffc81 100644 --- a/tcks/apis/websocket/pom.xml +++ b/tcks/apis/websocket/pom.xml @@ -25,14 +25,16 @@ + jakarta.tck websocket-tck-platform-tests + 11.0.2-SNAPSHOT jar + Jakarta Websocket TCK Platform Tests - 11.0.2-SNAPSHOT + Jakarta WebSocket Platform TCK Tests 17 - 11.0.2-SNAPSHOT