diff --git a/devtools/maven/src/main/resources/create-extension-templates/integration-test-pom.xml b/devtools/maven/src/main/resources/create-extension-templates/integration-test-pom.xml index d3d7f28fb129b5..d96e9837d2f027 100644 --- a/devtools/maven/src/main/resources/create-extension-templates/integration-test-pom.xml +++ b/devtools/maven/src/main/resources/create-extension-templates/integration-test-pom.xml @@ -72,13 +72,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/amazon-lambda-http-resteasy/pom.xml b/integration-tests/amazon-lambda-http-resteasy/pom.xml index 71e67dd6e142f0..b20fd9714f2054 100644 --- a/integration-tests/amazon-lambda-http-resteasy/pom.xml +++ b/integration-tests/amazon-lambda-http-resteasy/pom.xml @@ -96,13 +96,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/amazon-lambda-http/pom.xml b/integration-tests/amazon-lambda-http/pom.xml index d2338f65dd5857..16f0215fe9cd27 100644 --- a/integration-tests/amazon-lambda-http/pom.xml +++ b/integration-tests/amazon-lambda-http/pom.xml @@ -164,13 +164,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/amazon-lambda-stream-handler/pom.xml b/integration-tests/amazon-lambda-stream-handler/pom.xml index 9784845359cd36..5117b438e1215b 100644 --- a/integration-tests/amazon-lambda-stream-handler/pom.xml +++ b/integration-tests/amazon-lambda-stream-handler/pom.xml @@ -79,13 +79,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/amazon-lambda/pom.xml b/integration-tests/amazon-lambda/pom.xml index 9f11ad88cb822b..558f7513986e4e 100644 --- a/integration-tests/amazon-lambda/pom.xml +++ b/integration-tests/amazon-lambda/pom.xml @@ -79,13 +79,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/amazon-services/pom.xml b/integration-tests/amazon-services/pom.xml index 4a3909ed877b27..877589f4ff4b33 100644 --- a/integration-tests/amazon-services/pom.xml +++ b/integration-tests/amazon-services/pom.xml @@ -294,13 +294,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/artemis-core/pom.xml b/integration-tests/artemis-core/pom.xml index 4e896876a6fd1f..e0b5688c7de475 100644 --- a/integration-tests/artemis-core/pom.xml +++ b/integration-tests/artemis-core/pom.xml @@ -166,13 +166,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/artemis-jms/pom.xml b/integration-tests/artemis-jms/pom.xml index a26e7aa070cd35..6e73127097d37d 100644 --- a/integration-tests/artemis-jms/pom.xml +++ b/integration-tests/artemis-jms/pom.xml @@ -167,13 +167,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/bootstrap-config/application/pom.xml b/integration-tests/bootstrap-config/application/pom.xml index e40b15fe89d272..ea42bb4b906ba4 100644 --- a/integration-tests/bootstrap-config/application/pom.xml +++ b/integration-tests/bootstrap-config/application/pom.xml @@ -95,13 +95,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - maven-failsafe-plugin diff --git a/integration-tests/cache/pom.xml b/integration-tests/cache/pom.xml index f9dda0588ffadd..5a03e2e7e437e0 100644 --- a/integration-tests/cache/pom.xml +++ b/integration-tests/cache/pom.xml @@ -147,13 +147,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/consul-config/pom.xml b/integration-tests/consul-config/pom.xml index f12ef4474ec7e0..c4e9db7cade9f5 100644 --- a/integration-tests/consul-config/pom.xml +++ b/integration-tests/consul-config/pom.xml @@ -89,13 +89,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - maven-failsafe-plugin diff --git a/integration-tests/container-image/maven-invoker-way/src/it/container-build-docker/pom.xml b/integration-tests/container-image/maven-invoker-way/src/it/container-build-docker/pom.xml index a058bb217576fb..4f7751d0b2586b 100644 --- a/integration-tests/container-image/maven-invoker-way/src/it/container-build-docker/pom.xml +++ b/integration-tests/container-image/maven-invoker-way/src/it/container-build-docker/pom.xml @@ -79,13 +79,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/container-image/maven-invoker-way/src/it/container-build-jib/pom.xml b/integration-tests/container-image/maven-invoker-way/src/it/container-build-jib/pom.xml index 99df94681f0c5f..49baca8912d2e2 100644 --- a/integration-tests/container-image/maven-invoker-way/src/it/container-build-jib/pom.xml +++ b/integration-tests/container-image/maven-invoker-way/src/it/container-build-jib/pom.xml @@ -79,13 +79,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/container-image/maven-invoker-way/src/it/container-build-multiple-tags-docker/pom.xml b/integration-tests/container-image/maven-invoker-way/src/it/container-build-multiple-tags-docker/pom.xml index 39db8ffd3a5fd0..54cf2d76506c7e 100644 --- a/integration-tests/container-image/maven-invoker-way/src/it/container-build-multiple-tags-docker/pom.xml +++ b/integration-tests/container-image/maven-invoker-way/src/it/container-build-multiple-tags-docker/pom.xml @@ -79,13 +79,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/container-image/maven-invoker-way/src/it/container-build-multiple-tags-jib/pom.xml b/integration-tests/container-image/maven-invoker-way/src/it/container-build-multiple-tags-jib/pom.xml index 18b9a9f8c550f4..81018c618ab36a 100644 --- a/integration-tests/container-image/maven-invoker-way/src/it/container-build-multiple-tags-jib/pom.xml +++ b/integration-tests/container-image/maven-invoker-way/src/it/container-build-multiple-tags-jib/pom.xml @@ -79,13 +79,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/container-image/maven-invoker-way/src/it/container-image-push/pom.xml b/integration-tests/container-image/maven-invoker-way/src/it/container-image-push/pom.xml index 4f62c2cfbe6f79..748f45b3994108 100644 --- a/integration-tests/container-image/maven-invoker-way/src/it/container-image-push/pom.xml +++ b/integration-tests/container-image/maven-invoker-way/src/it/container-image-push/pom.xml @@ -69,13 +69,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/elytron-resteasy/pom.xml b/integration-tests/elytron-resteasy/pom.xml index 757f4448de83fb..5af0583416c1b4 100644 --- a/integration-tests/elytron-resteasy/pom.xml +++ b/integration-tests/elytron-resteasy/pom.xml @@ -96,13 +96,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/elytron-security-jdbc/pom.xml b/integration-tests/elytron-security-jdbc/pom.xml index 96e3a5e60be9b1..4c31068ca55440 100644 --- a/integration-tests/elytron-security-jdbc/pom.xml +++ b/integration-tests/elytron-security-jdbc/pom.xml @@ -112,13 +112,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/elytron-security-ldap/pom.xml b/integration-tests/elytron-security-ldap/pom.xml index 2f99957ee94b27..cf89cd82ac2edf 100644 --- a/integration-tests/elytron-security-ldap/pom.xml +++ b/integration-tests/elytron-security-ldap/pom.xml @@ -95,13 +95,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/elytron-security-oauth2/pom.xml b/integration-tests/elytron-security-oauth2/pom.xml index 7b52497468dc55..d99dc36df2123f 100644 --- a/integration-tests/elytron-security-oauth2/pom.xml +++ b/integration-tests/elytron-security-oauth2/pom.xml @@ -111,13 +111,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/elytron-security/pom.xml b/integration-tests/elytron-security/pom.xml index 3bb47f45c1e9da..1a74777ad24dda 100644 --- a/integration-tests/elytron-security/pom.xml +++ b/integration-tests/elytron-security/pom.xml @@ -106,13 +106,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/elytron-undertow/pom.xml b/integration-tests/elytron-undertow/pom.xml index ddac62d1d56dd0..669f38862febee 100644 --- a/integration-tests/elytron-undertow/pom.xml +++ b/integration-tests/elytron-undertow/pom.xml @@ -148,13 +148,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/flyway/pom.xml b/integration-tests/flyway/pom.xml index 2c7ea6c5daa193..afbac95761c4bb 100644 --- a/integration-tests/flyway/pom.xml +++ b/integration-tests/flyway/pom.xml @@ -157,13 +157,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/funqy-amazon-lambda/pom.xml b/integration-tests/funqy-amazon-lambda/pom.xml index 29174a327b6c42..bbb0bd083fe71f 100644 --- a/integration-tests/funqy-amazon-lambda/pom.xml +++ b/integration-tests/funqy-amazon-lambda/pom.xml @@ -106,13 +106,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/gradle/pom.xml b/integration-tests/gradle/pom.xml index 05e738f746b602..a1386a082429c6 100644 --- a/integration-tests/gradle/pom.xml +++ b/integration-tests/gradle/pom.xml @@ -95,13 +95,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.codehaus.mojo exec-maven-plugin diff --git a/integration-tests/grpc-health/pom.xml b/integration-tests/grpc-health/pom.xml index 8b7e782fc5ca2b..5f1bb12a04dc07 100644 --- a/integration-tests/grpc-health/pom.xml +++ b/integration-tests/grpc-health/pom.xml @@ -121,13 +121,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/grpc-interceptors/pom.xml b/integration-tests/grpc-interceptors/pom.xml index a0dddc1df630bd..10b823ad0b27a2 100644 --- a/integration-tests/grpc-interceptors/pom.xml +++ b/integration-tests/grpc-interceptors/pom.xml @@ -117,13 +117,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/grpc-mutual-auth/pom.xml b/integration-tests/grpc-mutual-auth/pom.xml index a4533670d1739e..53561788d3aa20 100644 --- a/integration-tests/grpc-mutual-auth/pom.xml +++ b/integration-tests/grpc-mutual-auth/pom.xml @@ -117,13 +117,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/grpc-plain-text-mutiny/pom.xml b/integration-tests/grpc-plain-text-mutiny/pom.xml index 4696971975b71d..8d4f2e672f3198 100644 --- a/integration-tests/grpc-plain-text-mutiny/pom.xml +++ b/integration-tests/grpc-plain-text-mutiny/pom.xml @@ -117,13 +117,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/grpc-plain-text/pom.xml b/integration-tests/grpc-plain-text/pom.xml index 4f8f259956c22d..43ac9954e77411 100644 --- a/integration-tests/grpc-plain-text/pom.xml +++ b/integration-tests/grpc-plain-text/pom.xml @@ -139,13 +139,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/grpc-proto-v2/pom.xml b/integration-tests/grpc-proto-v2/pom.xml index 3076df3b2f365b..f55a115f0fcf9e 100644 --- a/integration-tests/grpc-proto-v2/pom.xml +++ b/integration-tests/grpc-proto-v2/pom.xml @@ -117,13 +117,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/grpc-streaming/pom.xml b/integration-tests/grpc-streaming/pom.xml index 78d51fa267344c..c64c4e88288c1a 100644 --- a/integration-tests/grpc-streaming/pom.xml +++ b/integration-tests/grpc-streaming/pom.xml @@ -134,13 +134,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/grpc-tls/pom.xml b/integration-tests/grpc-tls/pom.xml index b19172e54b7967..8226ebf2828bd4 100644 --- a/integration-tests/grpc-tls/pom.xml +++ b/integration-tests/grpc-tls/pom.xml @@ -117,13 +117,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/hibernate-orm-envers/pom.xml b/integration-tests/hibernate-orm-envers/pom.xml index 4c57617a51fb85..e90fec05fc1959 100644 --- a/integration-tests/hibernate-orm-envers/pom.xml +++ b/integration-tests/hibernate-orm-envers/pom.xml @@ -138,13 +138,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/hibernate-orm-panache-kotlin/pom.xml b/integration-tests/hibernate-orm-panache-kotlin/pom.xml index 403dfa168fa806..e64e67ab9fec68 100644 --- a/integration-tests/hibernate-orm-panache-kotlin/pom.xml +++ b/integration-tests/hibernate-orm-panache-kotlin/pom.xml @@ -260,13 +260,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/hibernate-orm-panache/pom.xml b/integration-tests/hibernate-orm-panache/pom.xml index 53bd9b0764bce3..7f6d50decb5808 100644 --- a/integration-tests/hibernate-orm-panache/pom.xml +++ b/integration-tests/hibernate-orm-panache/pom.xml @@ -308,13 +308,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/hibernate-orm-rest-data-panache/pom.xml b/integration-tests/hibernate-orm-rest-data-panache/pom.xml index 144ac2ba028527..9573cd66dcc1b2 100644 --- a/integration-tests/hibernate-orm-rest-data-panache/pom.xml +++ b/integration-tests/hibernate-orm-rest-data-panache/pom.xml @@ -120,13 +120,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/hibernate-reactive-db2/pom.xml b/integration-tests/hibernate-reactive-db2/pom.xml index f9f18ce77ad28c..20138a9042208f 100644 --- a/integration-tests/hibernate-reactive-db2/pom.xml +++ b/integration-tests/hibernate-reactive-db2/pom.xml @@ -172,13 +172,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/hibernate-reactive-mysql/pom.xml b/integration-tests/hibernate-reactive-mysql/pom.xml index 76b1cd44cb4729..b0cff1918bd8e4 100644 --- a/integration-tests/hibernate-reactive-mysql/pom.xml +++ b/integration-tests/hibernate-reactive-mysql/pom.xml @@ -173,13 +173,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/hibernate-reactive-postgresql/pom.xml b/integration-tests/hibernate-reactive-postgresql/pom.xml index 7a9985699b69e5..37734766c10275 100644 --- a/integration-tests/hibernate-reactive-postgresql/pom.xml +++ b/integration-tests/hibernate-reactive-postgresql/pom.xml @@ -173,13 +173,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/hibernate-search-elasticsearch/pom.xml b/integration-tests/hibernate-search-elasticsearch/pom.xml index 81b01b2f654792..d65df532b3bcba 100644 --- a/integration-tests/hibernate-search-elasticsearch/pom.xml +++ b/integration-tests/hibernate-search-elasticsearch/pom.xml @@ -249,13 +249,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/hibernate-tenancy/pom.xml b/integration-tests/hibernate-tenancy/pom.xml index 00256165cd0691..e11c5d72a38452 100644 --- a/integration-tests/hibernate-tenancy/pom.xml +++ b/integration-tests/hibernate-tenancy/pom.xml @@ -208,13 +208,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/hibernate-validator/pom.xml b/integration-tests/hibernate-validator/pom.xml index 70501d2c5ab25a..0d79d798421dc6 100644 --- a/integration-tests/hibernate-validator/pom.xml +++ b/integration-tests/hibernate-validator/pom.xml @@ -185,13 +185,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/infinispan-cache-jpa/pom.xml b/integration-tests/infinispan-cache-jpa/pom.xml index a7c538446ce259..c257f9fb0aea8c 100644 --- a/integration-tests/infinispan-cache-jpa/pom.xml +++ b/integration-tests/infinispan-cache-jpa/pom.xml @@ -121,13 +121,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/infinispan-client/pom.xml b/integration-tests/infinispan-client/pom.xml index a943c6d7a76832..dae3182a110101 100644 --- a/integration-tests/infinispan-client/pom.xml +++ b/integration-tests/infinispan-client/pom.xml @@ -164,13 +164,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/jackson/pom.xml b/integration-tests/jackson/pom.xml index 6e046cce65f1df..48e5f6e638c671 100644 --- a/integration-tests/jackson/pom.xml +++ b/integration-tests/jackson/pom.xml @@ -96,13 +96,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/jaxp/pom.xml b/integration-tests/jaxp/pom.xml index 5cf92ae0778e4c..f11f5121521cc5 100644 --- a/integration-tests/jaxp/pom.xml +++ b/integration-tests/jaxp/pom.xml @@ -90,13 +90,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/jgit/pom.xml b/integration-tests/jgit/pom.xml index 4a315c253dfff6..3438c37616e6dc 100644 --- a/integration-tests/jgit/pom.xml +++ b/integration-tests/jgit/pom.xml @@ -117,13 +117,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/jpa-db2/pom.xml b/integration-tests/jpa-db2/pom.xml index 21a92e07f789e8..1024c7368c08e9 100644 --- a/integration-tests/jpa-db2/pom.xml +++ b/integration-tests/jpa-db2/pom.xml @@ -155,13 +155,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/jpa-derby/pom.xml b/integration-tests/jpa-derby/pom.xml index 672c5690bc6db4..4f66649ba9adbe 100644 --- a/integration-tests/jpa-derby/pom.xml +++ b/integration-tests/jpa-derby/pom.xml @@ -121,13 +121,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/jpa-h2/pom.xml b/integration-tests/jpa-h2/pom.xml index 7afb0235dbcbed..5b80c44e886867 100644 --- a/integration-tests/jpa-h2/pom.xml +++ b/integration-tests/jpa-h2/pom.xml @@ -121,13 +121,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/jpa-mariadb/pom.xml b/integration-tests/jpa-mariadb/pom.xml index 7b6941df3c2464..1975207ebf8a54 100644 --- a/integration-tests/jpa-mariadb/pom.xml +++ b/integration-tests/jpa-mariadb/pom.xml @@ -156,13 +156,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/jpa-mssql/pom.xml b/integration-tests/jpa-mssql/pom.xml index b3316956859ce0..6d457c96105d6b 100644 --- a/integration-tests/jpa-mssql/pom.xml +++ b/integration-tests/jpa-mssql/pom.xml @@ -160,13 +160,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/jpa-mysql/pom.xml b/integration-tests/jpa-mysql/pom.xml index 0d3808125f4dd2..3c4d620b92b0ae 100644 --- a/integration-tests/jpa-mysql/pom.xml +++ b/integration-tests/jpa-mysql/pom.xml @@ -156,13 +156,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/jpa-postgresql/pom.xml b/integration-tests/jpa-postgresql/pom.xml index f774d92ca2791b..b447d93ac40344 100644 --- a/integration-tests/jpa-postgresql/pom.xml +++ b/integration-tests/jpa-postgresql/pom.xml @@ -155,13 +155,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/jpa-without-entity/pom.xml b/integration-tests/jpa-without-entity/pom.xml index 6638967d87aeff..5766f1e3b51484 100644 --- a/integration-tests/jpa-without-entity/pom.xml +++ b/integration-tests/jpa-without-entity/pom.xml @@ -127,13 +127,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/jpa/pom.xml b/integration-tests/jpa/pom.xml index b9ebda055bb1fe..2c21273570eec9 100644 --- a/integration-tests/jpa/pom.xml +++ b/integration-tests/jpa/pom.xml @@ -123,13 +123,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/jsch/pom.xml b/integration-tests/jsch/pom.xml index d9d3676557190b..ae9c6d35b145ea 100644 --- a/integration-tests/jsch/pom.xml +++ b/integration-tests/jsch/pom.xml @@ -102,13 +102,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/jsonb/pom.xml b/integration-tests/jsonb/pom.xml index 7998f1a3b252ab..09702184d244f6 100644 --- a/integration-tests/jsonb/pom.xml +++ b/integration-tests/jsonb/pom.xml @@ -95,13 +95,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/kafka-streams/pom.xml b/integration-tests/kafka-streams/pom.xml index 0c115d75c15055..166784e4f257c0 100644 --- a/integration-tests/kafka-streams/pom.xml +++ b/integration-tests/kafka-streams/pom.xml @@ -172,13 +172,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/kafka/pom.xml b/integration-tests/kafka/pom.xml index 6f52d9bce38068..33390d21d12fe4 100644 --- a/integration-tests/kafka/pom.xml +++ b/integration-tests/kafka/pom.xml @@ -257,13 +257,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/keycloak-authorization/pom.xml b/integration-tests/keycloak-authorization/pom.xml index a1b7a54fdb110a..3a76e3cb761eb2 100644 --- a/integration-tests/keycloak-authorization/pom.xml +++ b/integration-tests/keycloak-authorization/pom.xml @@ -168,7 +168,6 @@ maven-surefire-plugin false - ${native.surefire.skip} ${keycloak.url} diff --git a/integration-tests/kubernetes-client/pom.xml b/integration-tests/kubernetes-client/pom.xml index d4e5ff835e54ff..2cc2de86793562 100644 --- a/integration-tests/kubernetes-client/pom.xml +++ b/integration-tests/kubernetes-client/pom.xml @@ -125,13 +125,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/kubernetes/maven-invoker-way/src/it/kubernetes-docker-build-and-deploy/pom.xml b/integration-tests/kubernetes/maven-invoker-way/src/it/kubernetes-docker-build-and-deploy/pom.xml index 6c4bbaa1ff3464..7b15fa50841009 100644 --- a/integration-tests/kubernetes/maven-invoker-way/src/it/kubernetes-docker-build-and-deploy/pom.xml +++ b/integration-tests/kubernetes/maven-invoker-way/src/it/kubernetes-docker-build-and-deploy/pom.xml @@ -83,13 +83,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/kubernetes/maven-invoker-way/src/it/kubernetes-jib-build-and-deploy/pom.xml b/integration-tests/kubernetes/maven-invoker-way/src/it/kubernetes-jib-build-and-deploy/pom.xml index 9e2e507faa286d..e2dcbd9a963c21 100644 --- a/integration-tests/kubernetes/maven-invoker-way/src/it/kubernetes-jib-build-and-deploy/pom.xml +++ b/integration-tests/kubernetes/maven-invoker-way/src/it/kubernetes-jib-build-and-deploy/pom.xml @@ -83,13 +83,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/kubernetes/maven-invoker-way/src/it/kubernetes-with-existing-manifest/pom.xml b/integration-tests/kubernetes/maven-invoker-way/src/it/kubernetes-with-existing-manifest/pom.xml index c56cd03ec515ff..9bbf0a749d0f1e 100644 --- a/integration-tests/kubernetes/maven-invoker-way/src/it/kubernetes-with-existing-manifest/pom.xml +++ b/integration-tests/kubernetes/maven-invoker-way/src/it/kubernetes-with-existing-manifest/pom.xml @@ -83,13 +83,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/kubernetes/maven-invoker-way/src/it/openshift-docker-build-and-deploy/pom.xml b/integration-tests/kubernetes/maven-invoker-way/src/it/openshift-docker-build-and-deploy/pom.xml index 0f24bb4e342355..8376d3f76ea64b 100644 --- a/integration-tests/kubernetes/maven-invoker-way/src/it/openshift-docker-build-and-deploy/pom.xml +++ b/integration-tests/kubernetes/maven-invoker-way/src/it/openshift-docker-build-and-deploy/pom.xml @@ -83,13 +83,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/kubernetes/maven-invoker-way/src/it/openshift-s2i-build-and-deploy/pom.xml b/integration-tests/kubernetes/maven-invoker-way/src/it/openshift-s2i-build-and-deploy/pom.xml index 662af06cdfe27d..49ede78e090c2b 100644 --- a/integration-tests/kubernetes/maven-invoker-way/src/it/openshift-s2i-build-and-deploy/pom.xml +++ b/integration-tests/kubernetes/maven-invoker-way/src/it/openshift-s2i-build-and-deploy/pom.xml @@ -79,13 +79,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/kubernetes/src/it/openshift-s2i-build-and-deploy/pom.xml b/integration-tests/kubernetes/src/it/openshift-s2i-build-and-deploy/pom.xml index 089b59a3e63647..c71cc178bba195 100644 --- a/integration-tests/kubernetes/src/it/openshift-s2i-build-and-deploy/pom.xml +++ b/integration-tests/kubernetes/src/it/openshift-s2i-build-and-deploy/pom.xml @@ -83,13 +83,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/liquibase/pom.xml b/integration-tests/liquibase/pom.xml index 5f0967d2307b1d..29f50cb0786f07 100644 --- a/integration-tests/liquibase/pom.xml +++ b/integration-tests/liquibase/pom.xml @@ -140,13 +140,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/logging-gelf/pom.xml b/integration-tests/logging-gelf/pom.xml index af04f622cd307c..54d8776beca20b 100644 --- a/integration-tests/logging-gelf/pom.xml +++ b/integration-tests/logging-gelf/pom.xml @@ -126,13 +126,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/logging-json/pom.xml b/integration-tests/logging-json/pom.xml index 904ebfe0113197..2f1747e994cf64 100644 --- a/integration-tests/logging-json/pom.xml +++ b/integration-tests/logging-json/pom.xml @@ -92,13 +92,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - maven-failsafe-plugin diff --git a/integration-tests/main/pom.xml b/integration-tests/main/pom.xml index a70f12dbe603f7..92065bdfdac763 100644 --- a/integration-tests/main/pom.xml +++ b/integration-tests/main/pom.xml @@ -549,13 +549,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/maven/src/test/resources/expected/create-extension-pom-itest/integration-tests/itest/pom.xml b/integration-tests/maven/src/test/resources/expected/create-extension-pom-itest/integration-tests/itest/pom.xml index b860ec1b77cadf..6a319e793b714b 100644 --- a/integration-tests/maven/src/test/resources/expected/create-extension-pom-itest/integration-tests/itest/pom.xml +++ b/integration-tests/maven/src/test/resources/expected/create-extension-pom-itest/integration-tests/itest/pom.xml @@ -66,13 +66,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/maven/src/test/resources/projects/arc-exclude-dependencies/runner/pom.xml b/integration-tests/maven/src/test/resources/projects/arc-exclude-dependencies/runner/pom.xml index a03607022f9cd5..244bf157e74671 100644 --- a/integration-tests/maven/src/test/resources/projects/arc-exclude-dependencies/runner/pom.xml +++ b/integration-tests/maven/src/test/resources/projects/arc-exclude-dependencies/runner/pom.xml @@ -71,13 +71,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/maven/src/test/resources/projects/multimodule-classpath/runner/pom.xml b/integration-tests/maven/src/test/resources/projects/multimodule-classpath/runner/pom.xml index 0a05f1fa537b1c..c90e1449c2fa7b 100644 --- a/integration-tests/maven/src/test/resources/projects/multimodule-classpath/runner/pom.xml +++ b/integration-tests/maven/src/test/resources/projects/multimodule-classpath/runner/pom.xml @@ -74,13 +74,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/maven/src/test/resources/projects/multimodule-revision-prop/runner/pom.xml b/integration-tests/maven/src/test/resources/projects/multimodule-revision-prop/runner/pom.xml index 8ada2f0e165d83..f8ea00c45fa74d 100644 --- a/integration-tests/maven/src/test/resources/projects/multimodule-revision-prop/runner/pom.xml +++ b/integration-tests/maven/src/test/resources/projects/multimodule-revision-prop/runner/pom.xml @@ -73,13 +73,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/maven/src/test/resources/projects/multimodule-root-no-src/runner/pom.xml b/integration-tests/maven/src/test/resources/projects/multimodule-root-no-src/runner/pom.xml index 4d81692797b795..cd47b6773420df 100644 --- a/integration-tests/maven/src/test/resources/projects/multimodule-root-no-src/runner/pom.xml +++ b/integration-tests/maven/src/test/resources/projects/multimodule-root-no-src/runner/pom.xml @@ -75,13 +75,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/maven/src/test/resources/projects/multimodule/runner/pom.xml b/integration-tests/maven/src/test/resources/projects/multimodule/runner/pom.xml index 4d81692797b795..cd47b6773420df 100644 --- a/integration-tests/maven/src/test/resources/projects/multimodule/runner/pom.xml +++ b/integration-tests/maven/src/test/resources/projects/multimodule/runner/pom.xml @@ -75,13 +75,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/maven/src/test/resources/projects/project-with-extension/runner/pom.xml b/integration-tests/maven/src/test/resources/projects/project-with-extension/runner/pom.xml index 3e207238d9c494..4e24d7b5202dc3 100644 --- a/integration-tests/maven/src/test/resources/projects/project-with-extension/runner/pom.xml +++ b/integration-tests/maven/src/test/resources/projects/project-with-extension/runner/pom.xml @@ -79,13 +79,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - \${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/maven/src/test/resources/projects/property-overrides/runner/pom.xml b/integration-tests/maven/src/test/resources/projects/property-overrides/runner/pom.xml index 07230a5e5d411c..02921bf1f01dd7 100644 --- a/integration-tests/maven/src/test/resources/projects/property-overrides/runner/pom.xml +++ b/integration-tests/maven/src/test/resources/projects/property-overrides/runner/pom.xml @@ -80,13 +80,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/maven/src/test/resources/projects/quarkus-index-dependencies/runner/pom.xml b/integration-tests/maven/src/test/resources/projects/quarkus-index-dependencies/runner/pom.xml index cb7f8bb5a3c0de..7d03295a985108 100644 --- a/integration-tests/maven/src/test/resources/projects/quarkus-index-dependencies/runner/pom.xml +++ b/integration-tests/maven/src/test/resources/projects/quarkus-index-dependencies/runner/pom.xml @@ -71,13 +71,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/maven/src/test/resources/projects/test-module-dependency/app/pom.xml b/integration-tests/maven/src/test/resources/projects/test-module-dependency/app/pom.xml index f158934ba608eb..b2e33ad0997f63 100644 --- a/integration-tests/maven/src/test/resources/projects/test-module-dependency/app/pom.xml +++ b/integration-tests/maven/src/test/resources/projects/test-module-dependency/app/pom.xml @@ -58,13 +58,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - maven-failsafe-plugin ${surefire-plugin.version} diff --git a/integration-tests/micrometer-jmx/pom.xml b/integration-tests/micrometer-jmx/pom.xml index 0d05e11bbfd5f7..1b6621a7c395c2 100644 --- a/integration-tests/micrometer-jmx/pom.xml +++ b/integration-tests/micrometer-jmx/pom.xml @@ -134,14 +134,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - - maven-failsafe-plugin diff --git a/integration-tests/micrometer-mp-metrics/pom.xml b/integration-tests/micrometer-mp-metrics/pom.xml index e38cab5f9480af..93870a3cd5e77e 100644 --- a/integration-tests/micrometer-mp-metrics/pom.xml +++ b/integration-tests/micrometer-mp-metrics/pom.xml @@ -139,14 +139,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - - maven-failsafe-plugin diff --git a/integration-tests/micrometer-prometheus/pom.xml b/integration-tests/micrometer-prometheus/pom.xml index cadec0dd2d8de3..fc4f3ef4bdf52c 100644 --- a/integration-tests/micrometer-prometheus/pom.xml +++ b/integration-tests/micrometer-prometheus/pom.xml @@ -172,14 +172,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - - maven-failsafe-plugin diff --git a/integration-tests/mongodb-client/pom.xml b/integration-tests/mongodb-client/pom.xml index ea67bcbab15521..3841c50d8b3636 100644 --- a/integration-tests/mongodb-client/pom.xml +++ b/integration-tests/mongodb-client/pom.xml @@ -130,13 +130,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/mongodb-panache-kotlin/pom.xml b/integration-tests/mongodb-panache-kotlin/pom.xml index 4a1636909a16d9..ee1009259c17bd 100755 --- a/integration-tests/mongodb-panache-kotlin/pom.xml +++ b/integration-tests/mongodb-panache-kotlin/pom.xml @@ -233,13 +233,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/mongodb-panache/pom.xml b/integration-tests/mongodb-panache/pom.xml index 735aed48653cd4..656994adfb5ba3 100755 --- a/integration-tests/mongodb-panache/pom.xml +++ b/integration-tests/mongodb-panache/pom.xml @@ -190,13 +190,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/narayana-jta/pom.xml b/integration-tests/narayana-jta/pom.xml index 919ac9d0cc400f..c57a5b6f6ff96e 100644 --- a/integration-tests/narayana-jta/pom.xml +++ b/integration-tests/narayana-jta/pom.xml @@ -63,13 +63,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/narayana-stm/pom.xml b/integration-tests/narayana-stm/pom.xml index 1e52dbf01a7550..b7becf02b88947 100644 --- a/integration-tests/narayana-stm/pom.xml +++ b/integration-tests/narayana-stm/pom.xml @@ -85,13 +85,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - io.quarkus quarkus-maven-plugin diff --git a/integration-tests/neo4j/pom.xml b/integration-tests/neo4j/pom.xml index e742e09dab65f1..a410f2a2e8b9fa 100644 --- a/integration-tests/neo4j/pom.xml +++ b/integration-tests/neo4j/pom.xml @@ -189,13 +189,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/oidc-code-flow/pom.xml b/integration-tests/oidc-code-flow/pom.xml index 58ddd5f8b72040..a2c61efca76785 100644 --- a/integration-tests/oidc-code-flow/pom.xml +++ b/integration-tests/oidc-code-flow/pom.xml @@ -191,13 +191,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/oidc-tenancy/pom.xml b/integration-tests/oidc-tenancy/pom.xml index e5eefb0426b07e..47c818e17a03ba 100644 --- a/integration-tests/oidc-tenancy/pom.xml +++ b/integration-tests/oidc-tenancy/pom.xml @@ -173,13 +173,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/oidc/pom.xml b/integration-tests/oidc/pom.xml index c616f218a92073..651fc59f2f06a9 100644 --- a/integration-tests/oidc/pom.xml +++ b/integration-tests/oidc/pom.xml @@ -172,13 +172,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/openshift-client/pom.xml b/integration-tests/openshift-client/pom.xml index e907908c2363d9..cc64070ecee9a8 100644 --- a/integration-tests/openshift-client/pom.xml +++ b/integration-tests/openshift-client/pom.xml @@ -106,13 +106,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/picocli-native/pom.xml b/integration-tests/picocli-native/pom.xml index 2923dd972dc38a..55bdad9168fcf4 100644 --- a/integration-tests/picocli-native/pom.xml +++ b/integration-tests/picocli-native/pom.xml @@ -100,13 +100,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 99c679702a1d39..07baf83c4acc1c 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -206,6 +206,29 @@ + + + native-image + + + native + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + + + + + + diff --git a/integration-tests/quartz/pom.xml b/integration-tests/quartz/pom.xml index 1ab860c5e22e7b..08aa8f364df8b4 100644 --- a/integration-tests/quartz/pom.xml +++ b/integration-tests/quartz/pom.xml @@ -167,13 +167,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/qute/pom.xml b/integration-tests/qute/pom.xml index 0666b91d8122c0..e0a7bd8065be7c 100644 --- a/integration-tests/qute/pom.xml +++ b/integration-tests/qute/pom.xml @@ -91,13 +91,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/reactive-db2-client/pom.xml b/integration-tests/reactive-db2-client/pom.xml index c963d2023b90ed..3c20c726e45200 100644 --- a/integration-tests/reactive-db2-client/pom.xml +++ b/integration-tests/reactive-db2-client/pom.xml @@ -156,13 +156,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/reactive-messaging-amqp/pom.xml b/integration-tests/reactive-messaging-amqp/pom.xml index fc28fffe0929f9..1047519afd95cd 100644 --- a/integration-tests/reactive-messaging-amqp/pom.xml +++ b/integration-tests/reactive-messaging-amqp/pom.xml @@ -166,13 +166,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/reactive-mysql-client/pom.xml b/integration-tests/reactive-mysql-client/pom.xml index c84e773046745d..e0d97f28a2cb0f 100644 --- a/integration-tests/reactive-mysql-client/pom.xml +++ b/integration-tests/reactive-mysql-client/pom.xml @@ -172,13 +172,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/reactive-pg-client/pom.xml b/integration-tests/reactive-pg-client/pom.xml index 6dc1c4fa9ecfca..9768aa7ce7bace 100644 --- a/integration-tests/reactive-pg-client/pom.xml +++ b/integration-tests/reactive-pg-client/pom.xml @@ -165,13 +165,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/redis-client/pom.xml b/integration-tests/redis-client/pom.xml index 693a67f5e36e32..0fc77711362d48 100644 --- a/integration-tests/redis-client/pom.xml +++ b/integration-tests/redis-client/pom.xml @@ -234,13 +234,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/rest-client/pom.xml b/integration-tests/rest-client/pom.xml index 39d4d0ad3ec3bf..67b5ad48cf4f4a 100644 --- a/integration-tests/rest-client/pom.xml +++ b/integration-tests/rest-client/pom.xml @@ -122,13 +122,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/resteasy-jackson/pom.xml b/integration-tests/resteasy-jackson/pom.xml index 5c9547ec263625..1151a16dbee1d0 100644 --- a/integration-tests/resteasy-jackson/pom.xml +++ b/integration-tests/resteasy-jackson/pom.xml @@ -92,13 +92,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/resteasy-mutiny/pom.xml b/integration-tests/resteasy-mutiny/pom.xml index e5969da25153dd..ddf24c8d75fea2 100644 --- a/integration-tests/resteasy-mutiny/pom.xml +++ b/integration-tests/resteasy-mutiny/pom.xml @@ -124,13 +124,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/simple with space/pom.xml b/integration-tests/simple with space/pom.xml index 77b7d199b40830..51553adc03059b 100644 --- a/integration-tests/simple with space/pom.xml +++ b/integration-tests/simple with space/pom.xml @@ -80,13 +80,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - maven-failsafe-plugin diff --git a/integration-tests/smallrye-config/pom.xml b/integration-tests/smallrye-config/pom.xml index c056d31ba2b412..d399847017bf24 100644 --- a/integration-tests/smallrye-config/pom.xml +++ b/integration-tests/smallrye-config/pom.xml @@ -96,13 +96,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - maven-failsafe-plugin diff --git a/integration-tests/smallrye-graphql/pom.xml b/integration-tests/smallrye-graphql/pom.xml index 502c95d26aafac..dbe7e73cbea8fe 100644 --- a/integration-tests/smallrye-graphql/pom.xml +++ b/integration-tests/smallrye-graphql/pom.xml @@ -75,13 +75,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/smallrye-metrics/pom.xml b/integration-tests/smallrye-metrics/pom.xml index 43a8eedd291811..d721b1f42033a7 100644 --- a/integration-tests/smallrye-metrics/pom.xml +++ b/integration-tests/smallrye-metrics/pom.xml @@ -124,13 +124,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/spring-boot-properties/pom.xml b/integration-tests/spring-boot-properties/pom.xml index bbbff8c831b481..c08785b42e6a6e 100644 --- a/integration-tests/spring-boot-properties/pom.xml +++ b/integration-tests/spring-boot-properties/pom.xml @@ -98,13 +98,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/spring-cloud-config-client/pom.xml b/integration-tests/spring-cloud-config-client/pom.xml index 1a4aacc7f3587a..53fe73fba20b89 100644 --- a/integration-tests/spring-cloud-config-client/pom.xml +++ b/integration-tests/spring-cloud-config-client/pom.xml @@ -109,13 +109,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - maven-failsafe-plugin diff --git a/integration-tests/spring-data-jpa/pom.xml b/integration-tests/spring-data-jpa/pom.xml index 229d64a139f26d..3e49316fa0fc1e 100644 --- a/integration-tests/spring-data-jpa/pom.xml +++ b/integration-tests/spring-data-jpa/pom.xml @@ -159,13 +159,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - maven-failsafe-plugin diff --git a/integration-tests/spring-di/pom.xml b/integration-tests/spring-di/pom.xml index 6a0a62425032d9..539555d01be8dd 100644 --- a/integration-tests/spring-di/pom.xml +++ b/integration-tests/spring-di/pom.xml @@ -130,13 +130,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/spring-web/pom.xml b/integration-tests/spring-web/pom.xml index a33cc7b3d22f02..4dbaae764245c8 100644 --- a/integration-tests/spring-web/pom.xml +++ b/integration-tests/spring-web/pom.xml @@ -203,13 +203,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/test-extension/pom.xml b/integration-tests/test-extension/pom.xml index 462319ef10cd66..ba64b2ecdba692 100644 --- a/integration-tests/test-extension/pom.xml +++ b/integration-tests/test-extension/pom.xml @@ -100,13 +100,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/tika/pom.xml b/integration-tests/tika/pom.xml index d14a12ce1fcdc9..0d9cbd55efbc19 100644 --- a/integration-tests/tika/pom.xml +++ b/integration-tests/tika/pom.xml @@ -111,13 +111,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/vault-app/pom.xml b/integration-tests/vault-app/pom.xml index 321e36ed4fb2d4..8b9684ff612763 100644 --- a/integration-tests/vault-app/pom.xml +++ b/integration-tests/vault-app/pom.xml @@ -197,13 +197,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/vertx-graphql/pom.xml b/integration-tests/vertx-graphql/pom.xml index 4277dbdb9ae944..943354c67a373e 100644 --- a/integration-tests/vertx-graphql/pom.xml +++ b/integration-tests/vertx-graphql/pom.xml @@ -73,13 +73,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/vertx-http/pom.xml b/integration-tests/vertx-http/pom.xml index 7511dbcf21dfae..0aac3f7262f48e 100644 --- a/integration-tests/vertx-http/pom.xml +++ b/integration-tests/vertx-http/pom.xml @@ -117,13 +117,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/vertx-web/pom.xml b/integration-tests/vertx-web/pom.xml index 9d938bc1080acf..6f5236143b4470 100644 --- a/integration-tests/vertx-web/pom.xml +++ b/integration-tests/vertx-web/pom.xml @@ -72,13 +72,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/vertx/pom.xml b/integration-tests/vertx/pom.xml index bfb5d158cedbd0..97f2d40375ebfd 100644 --- a/integration-tests/vertx/pom.xml +++ b/integration-tests/vertx/pom.xml @@ -112,13 +112,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/virtual-http-resteasy/pom.xml b/integration-tests/virtual-http-resteasy/pom.xml index 5251347aab24f2..aa006546421a13 100644 --- a/integration-tests/virtual-http-resteasy/pom.xml +++ b/integration-tests/virtual-http-resteasy/pom.xml @@ -128,13 +128,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/virtual-http/pom.xml b/integration-tests/virtual-http/pom.xml index 56050c05cb0f68..ff2bbbf8446188 100644 --- a/integration-tests/virtual-http/pom.xml +++ b/integration-tests/virtual-http/pom.xml @@ -162,13 +162,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/webjars-locator/pom.xml b/integration-tests/webjars-locator/pom.xml index 9160a5fb05f3a2..7f4b9fb7c209f6 100644 --- a/integration-tests/webjars-locator/pom.xml +++ b/integration-tests/webjars-locator/pom.xml @@ -102,13 +102,6 @@ - - org.apache.maven.plugins - maven-surefire-plugin - - ${native.surefire.skip} - - org.apache.maven.plugins maven-failsafe-plugin