diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2e4384edd8..d53ab0bac6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -54,8 +54,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'temurin'
- name: Build Project
- #run: make install MAVEN_ARGS="${MAVEN_ARGS}"
- run: mvn ${MAVEN_ARGS} install
+ run: make install MAVEN_ARGS="${MAVEN_ARGS}"
- name: Check java-generator CLI
run: |
diff --git a/httpclient-jdk/pom.xml b/httpclient-jdk/pom.xml
index 3d383ccb1e..48e68ecd5c 100644
--- a/httpclient-jdk/pom.xml
+++ b/httpclient-jdk/pom.xml
@@ -86,32 +86,6 @@
org.apache.maven.plugins
maven-surefire-plugin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- TLSv1.2,TLSv1.1,TLSv1
-
-
org.codehaus.mojo
diff --git a/httpclient-jetty/pom.xml b/httpclient-jetty/pom.xml
index 3393b69025..6dfcbc1e05 100644
--- a/httpclient-jetty/pom.xml
+++ b/httpclient-jetty/pom.xml
@@ -100,32 +100,6 @@
org.apache.maven.plugins
maven-surefire-plugin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- TLSv1.2,TLSv1.1,TLSv1
-
-
org.codehaus.mojo
diff --git a/httpclient-okhttp/pom.xml b/httpclient-okhttp/pom.xml
index 007c8915c5..598d010e5c 100644
--- a/httpclient-okhttp/pom.xml
+++ b/httpclient-okhttp/pom.xml
@@ -101,30 +101,7 @@
org.apache.maven.plugins
maven-surefire-plugin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- TLSv1.2,TLSv1.1,TLSv1
-
+ 1
diff --git a/httpclient-vertx/pom.xml b/httpclient-vertx/pom.xml
index 2769e9fd06..2245051fd5 100644
--- a/httpclient-vertx/pom.xml
+++ b/httpclient-vertx/pom.xml
@@ -106,30 +106,7 @@
org.apache.maven.plugins
maven-surefire-plugin
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- TLSv1.2,TLSv1.1,TLSv1
-
+ 1
diff --git a/kubernetes-client-api/src/test/java/io/fabric8/kubernetes/client/http/AbstractSimultaneousConnectionsTest.java b/kubernetes-client-api/src/test/java/io/fabric8/kubernetes/client/http/AbstractSimultaneousConnectionsTest.java
index 998233f952..0b11046b1b 100644
--- a/kubernetes-client-api/src/test/java/io/fabric8/kubernetes/client/http/AbstractSimultaneousConnectionsTest.java
+++ b/kubernetes-client-api/src/test/java/io/fabric8/kubernetes/client/http/AbstractSimultaneousConnectionsTest.java
@@ -110,7 +110,7 @@ public void http1Connections() throws Exception {
asyncResponses.add(client.consumeBytes(request, (value, asyncBody) -> asyncBody.consume()));
handler.await();
}
- CompletableFuture.allOf(asyncResponses.toArray(new CompletableFuture[0])).get(60, TimeUnit.SECONDS);
+ CompletableFuture.allOf(asyncResponses.toArray(new CompletableFuture[0])).get(70, TimeUnit.SECONDS);
assertThat(asyncResponses)
.hasSize(MAX_HTTP_1_CONNECTIONS)
.extracting(CompletableFuture::join)
diff --git a/platforms/karaf/itests/pom.xml b/platforms/karaf/itests/pom.xml
index 2e917b872c..408f60e659 100644
--- a/platforms/karaf/itests/pom.xml
+++ b/platforms/karaf/itests/pom.xml
@@ -165,6 +165,7 @@
maven-surefire-plugin
${karaf.itest.skip}
+ none
${project.build.directory}/features.xml
${project.build.directory}/features-repo
diff --git a/pom.xml b/pom.xml
index d631d0ffc5..1113bfb648 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1103,6 +1103,7 @@
value
true
+ suitesAndClasses