diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 9e6a0ebeea222..18bcd9b96d7d5 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -37,7 +37,7 @@ on: env: # Workaround testsuite locale issue LANG: en_US.UTF-8 - NATIVE_TEST_MAVEN_OPTS: "-B --settings .github/mvn-settings.xml --fail-at-end -Dquarkus.native.container-build=true -Dtest-postgresql -Dtest-elasticsearch -Dtest-keycloak -Dtest-amazon-services -Dtest-db2 -Dtest-mysql -Dtest-mariadb -Dmariadb.base_url='jdbc:mariadb://localhost:3308' -Dmariadb.url='jdbc:mariadb://localhost:3308/hibernate_orm_test' -Dtest-mssql -Dtest-vault -Dtest-neo4j -Dtest-kafka -Dtest-redis -Dnative-image.xmx=5g -Dnative -Dformat.skip -Dno-descriptor-tests install" + NATIVE_TEST_MAVEN_OPTS: "-B --settings .github/mvn-settings.xml --fail-at-end -Dquarkus.native.container-build=true -Dtest-postgresql -Dtest-elasticsearch -Dtest-keycloak -Dtest-amazon-services -Dtest-db2 -Dtest-mysql -Dtest-mariadb -Dmariadb.base_url='jdbc:mariadb://localhost:3308' -Dmariadb.url='jdbc:mariadb://localhost:3308/hibernate_orm_test' -Dtest-mssql -Dtest-vault -Dtest-neo4j -Dtest-kafka -Dtest-redis -Dnative-image.xmx=5g -Dnative -Dnative.surefire.skip -Dformat.skip -Dno-descriptor-tests install" JVM_TEST_MAVEN_OPTS: "-e -B --settings .github/mvn-settings.xml -Dtest-postgresql -Dtest-elasticsearch -Dtest-db2 -Dtest-mysql -Dtest-mariadb -Dmariadb.base_url='jdbc:mariadb://localhost:3308' -Dmariadb.url='jdbc:mariadb://localhost:3308/hibernate_orm_test' -Dtest-mssql -Dtest-amazon-services -Dtest-vault -Dtest-neo4j -Dtest-kafka -Dtest-keycloak -Dtest-redis -Dformat.skip" DB_USER: hibernate_orm_test DB_PASSWORD: hibernate_orm_test 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 d96e9837d2f02..d3d7f28fb129b 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,6 +72,13 @@ + + 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 6016f6c79196e..5eb23ae265068 100644 --- a/integration-tests/amazon-lambda-http-resteasy/pom.xml +++ b/integration-tests/amazon-lambda-http-resteasy/pom.xml @@ -68,6 +68,13 @@ + + 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 a3db1ddc18fa1..0081c347dcd3a 100644 --- a/integration-tests/amazon-lambda-http/pom.xml +++ b/integration-tests/amazon-lambda-http/pom.xml @@ -84,6 +84,13 @@ + + 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 f60750e68e9ad..1d13d1a3cdf68 100644 --- a/integration-tests/amazon-lambda-stream-handler/pom.xml +++ b/integration-tests/amazon-lambda-stream-handler/pom.xml @@ -64,6 +64,13 @@ + + 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 76a639d24d7c6..31edfd65de6a8 100644 --- a/integration-tests/amazon-lambda/pom.xml +++ b/integration-tests/amazon-lambda/pom.xml @@ -64,6 +64,13 @@ + + 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 5d3e59c6aa35f..691e739b19045 100644 --- a/integration-tests/amazon-services/pom.xml +++ b/integration-tests/amazon-services/pom.xml @@ -157,6 +157,13 @@ + + 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 23ead6449e712..7929bfa6d9934 100644 --- a/integration-tests/artemis-core/pom.xml +++ b/integration-tests/artemis-core/pom.xml @@ -112,6 +112,13 @@ + + 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 241c3cf5cbf7e..06c9eb3b2f29d 100644 --- a/integration-tests/artemis-jms/pom.xml +++ b/integration-tests/artemis-jms/pom.xml @@ -113,6 +113,13 @@ + + 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 23840b640fd7a..42857ae085ce9 100644 --- a/integration-tests/bootstrap-config/application/pom.xml +++ b/integration-tests/bootstrap-config/application/pom.xml @@ -67,6 +67,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + maven-failsafe-plugin @@ -90,4 +97,4 @@ - \ No newline at end of file + diff --git a/integration-tests/cache/pom.xml b/integration-tests/cache/pom.xml index 5169ef8fdfac4..a7051f682d6dd 100644 --- a/integration-tests/cache/pom.xml +++ b/integration-tests/cache/pom.xml @@ -80,6 +80,13 @@ + + 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 5e8628e36d8d5..d14f1856240b7 100644 --- a/integration-tests/consul-config/pom.xml +++ b/integration-tests/consul-config/pom.xml @@ -61,6 +61,13 @@ + + 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 4f7751d0b2586..a058bb217576f 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,6 +79,13 @@ + + 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 49baca8912d2e..99df94681f0c5 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,6 +79,13 @@ + + 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 54cf2d76506c7..39db8ffd3a5fd 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,6 +79,13 @@ + + 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 81018c618ab36..18b9a9f8c550f 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,6 +79,13 @@ + + 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 748f45b399410..4f62c2cfbe6f7 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,6 +69,13 @@ + + 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 b05480a300df5..e87702ad61d3e 100644 --- a/integration-tests/elytron-resteasy/pom.xml +++ b/integration-tests/elytron-resteasy/pom.xml @@ -68,6 +68,13 @@ + + 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 4c1494995614f..4505d5db82ffe 100644 --- a/integration-tests/elytron-security-jdbc/pom.xml +++ b/integration-tests/elytron-security-jdbc/pom.xml @@ -71,6 +71,13 @@ + + 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 41df41b5be61c..f20011d31c181 100644 --- a/integration-tests/elytron-security-ldap/pom.xml +++ b/integration-tests/elytron-security-ldap/pom.xml @@ -67,6 +67,13 @@ + + 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 4618aa0f1b2a1..cb4db4cb132d8 100644 --- a/integration-tests/elytron-security-oauth2/pom.xml +++ b/integration-tests/elytron-security-oauth2/pom.xml @@ -83,6 +83,13 @@ + + 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 011dfa99cbad0..a07c5362b4f4b 100644 --- a/integration-tests/elytron-security/pom.xml +++ b/integration-tests/elytron-security/pom.xml @@ -79,6 +79,13 @@ + + 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 f525eae3f84ba..c793e8ac107d8 100644 --- a/integration-tests/elytron-undertow/pom.xml +++ b/integration-tests/elytron-undertow/pom.xml @@ -72,6 +72,13 @@ + + 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 282d4cc98bffe..2d0b4f4963c11 100644 --- a/integration-tests/flyway/pom.xml +++ b/integration-tests/flyway/pom.xml @@ -90,6 +90,13 @@ + + 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 cd65673cb7312..3d810bfae2607 100644 --- a/integration-tests/funqy-amazon-lambda/pom.xml +++ b/integration-tests/funqy-amazon-lambda/pom.xml @@ -78,6 +78,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/funqy-google-cloud-functions/pom.xml b/integration-tests/funqy-google-cloud-functions/pom.xml index 45118a1ac5db9..cf339f015ab8f 100644 --- a/integration-tests/funqy-google-cloud-functions/pom.xml +++ b/integration-tests/funqy-google-cloud-functions/pom.xml @@ -69,6 +69,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + org.apache.maven.plugins maven-failsafe-plugin @@ -112,4 +119,4 @@ - \ No newline at end of file + diff --git a/integration-tests/google-cloud-functions-http/pom.xml b/integration-tests/google-cloud-functions-http/pom.xml index 5b5f7a49122ed..2260cec4cceba 100644 --- a/integration-tests/google-cloud-functions-http/pom.xml +++ b/integration-tests/google-cloud-functions-http/pom.xml @@ -75,6 +75,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/google-cloud-functions/pom.xml b/integration-tests/google-cloud-functions/pom.xml index 6382a8cad2e79..df49f176af40a 100644 --- a/integration-tests/google-cloud-functions/pom.xml +++ b/integration-tests/google-cloud-functions/pom.xml @@ -64,6 +64,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + org.apache.maven.plugins maven-failsafe-plugin @@ -107,4 +114,4 @@ - \ No newline at end of file + diff --git a/integration-tests/gradle/pom.xml b/integration-tests/gradle/pom.xml index a1386a082429c..05e738f746b60 100644 --- a/integration-tests/gradle/pom.xml +++ b/integration-tests/gradle/pom.xml @@ -95,6 +95,13 @@ + + 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 d014601b993f3..a86addf2e2c80 100644 --- a/integration-tests/grpc-health/pom.xml +++ b/integration-tests/grpc-health/pom.xml @@ -80,6 +80,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + org.apache.maven.plugins maven-failsafe-plugin @@ -118,4 +125,4 @@ - \ No newline at end of file + diff --git a/integration-tests/grpc-interceptors/pom.xml b/integration-tests/grpc-interceptors/pom.xml index da34304a47a66..b56c9aa018962 100644 --- a/integration-tests/grpc-interceptors/pom.xml +++ b/integration-tests/grpc-interceptors/pom.xml @@ -76,6 +76,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + org.apache.maven.plugins maven-failsafe-plugin @@ -114,4 +121,4 @@ - \ No newline at end of file + diff --git a/integration-tests/grpc-mutual-auth/pom.xml b/integration-tests/grpc-mutual-auth/pom.xml index 943a7a7891518..bd36532d68cf7 100644 --- a/integration-tests/grpc-mutual-auth/pom.xml +++ b/integration-tests/grpc-mutual-auth/pom.xml @@ -76,6 +76,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + org.apache.maven.plugins maven-failsafe-plugin @@ -128,4 +135,4 @@ - \ No newline at end of file + diff --git a/integration-tests/grpc-plain-text/pom.xml b/integration-tests/grpc-plain-text/pom.xml index 6d5b1a0d8d180..2f5b07acb5f95 100644 --- a/integration-tests/grpc-plain-text/pom.xml +++ b/integration-tests/grpc-plain-text/pom.xml @@ -76,6 +76,13 @@ + + 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 87665b84191fb..08f4361b2427f 100644 --- a/integration-tests/grpc-proto-v2/pom.xml +++ b/integration-tests/grpc-proto-v2/pom.xml @@ -76,6 +76,13 @@ + + 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 f4c9ffeeb1582..e5856a99c5a45 100644 --- a/integration-tests/grpc-streaming/pom.xml +++ b/integration-tests/grpc-streaming/pom.xml @@ -80,6 +80,13 @@ + + 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 28859919ce7bf..4cec78fc1f07a 100644 --- a/integration-tests/grpc-tls/pom.xml +++ b/integration-tests/grpc-tls/pom.xml @@ -76,6 +76,13 @@ + + 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 67bfbe80bf4e2..faf51678a9142 100644 --- a/integration-tests/hibernate-orm-envers/pom.xml +++ b/integration-tests/hibernate-orm-envers/pom.xml @@ -84,6 +84,13 @@ + + 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 f44de3cf97add..95148392399cc 100644 --- a/integration-tests/hibernate-orm-panache-kotlin/pom.xml +++ b/integration-tests/hibernate-orm-panache-kotlin/pom.xml @@ -167,6 +167,13 @@ + + 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 74b3250007558..f90a40ffc0052 100644 --- a/integration-tests/hibernate-orm-panache/pom.xml +++ b/integration-tests/hibernate-orm-panache/pom.xml @@ -172,6 +172,13 @@ + + 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 3bb6294b7f43c..99bc495eb2791 100644 --- a/integration-tests/hibernate-orm-rest-data-panache/pom.xml +++ b/integration-tests/hibernate-orm-rest-data-panache/pom.xml @@ -79,6 +79,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + org.apache.maven.plugins maven-failsafe-plugin @@ -117,4 +124,4 @@ - \ No newline at end of file + diff --git a/integration-tests/hibernate-reactive-db2/pom.xml b/integration-tests/hibernate-reactive-db2/pom.xml index 5d0e71fa4b324..733a3ccb6b148 100644 --- a/integration-tests/hibernate-reactive-db2/pom.xml +++ b/integration-tests/hibernate-reactive-db2/pom.xml @@ -118,6 +118,13 @@ + + 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 6239ad1b396e1..5dedd9f1d6061 100644 --- a/integration-tests/hibernate-reactive-mysql/pom.xml +++ b/integration-tests/hibernate-reactive-mysql/pom.xml @@ -119,6 +119,13 @@ + + 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 5d0ba51650fd6..4da20cbc5f721 100644 --- a/integration-tests/hibernate-reactive-postgresql/pom.xml +++ b/integration-tests/hibernate-reactive-postgresql/pom.xml @@ -119,6 +119,13 @@ + + 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 52a8b567ab9b3..9a223b265f1cf 100644 --- a/integration-tests/hibernate-search-elasticsearch/pom.xml +++ b/integration-tests/hibernate-search-elasticsearch/pom.xml @@ -151,6 +151,13 @@ + + 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 41447b5b3e752..e2fdb3e64cb9e 100644 --- a/integration-tests/hibernate-tenancy/pom.xml +++ b/integration-tests/hibernate-tenancy/pom.xml @@ -128,6 +128,13 @@ + + 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 ad3f54a2d75b4..6474ddcaf1641 100644 --- a/integration-tests/hibernate-validator/pom.xml +++ b/integration-tests/hibernate-validator/pom.xml @@ -91,6 +91,13 @@ + + 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 b4af566246417..33540ddc63475 100644 --- a/integration-tests/infinispan-cache-jpa/pom.xml +++ b/integration-tests/infinispan-cache-jpa/pom.xml @@ -80,6 +80,13 @@ + + 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 b492b0faf8990..866793de3b908 100644 --- a/integration-tests/infinispan-client/pom.xml +++ b/integration-tests/infinispan-client/pom.xml @@ -164,6 +164,13 @@ + + 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 093c3db437c2c..2fce720aa742a 100644 --- a/integration-tests/jackson/pom.xml +++ b/integration-tests/jackson/pom.xml @@ -68,6 +68,13 @@ + + 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 8f166a7dae863..497974fcbc769 100644 --- a/integration-tests/jgit/pom.xml +++ b/integration-tests/jgit/pom.xml @@ -89,6 +89,13 @@ + + 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 11547c09c547c..bf3d4a8ea33fe 100644 --- a/integration-tests/jpa-db2/pom.xml +++ b/integration-tests/jpa-db2/pom.xml @@ -114,6 +114,13 @@ + + 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 4a423983dd51b..b25fc56d4ca91 100644 --- a/integration-tests/jpa-derby/pom.xml +++ b/integration-tests/jpa-derby/pom.xml @@ -80,6 +80,13 @@ + + 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 dce192e660337..3c04f956ccf3b 100644 --- a/integration-tests/jpa-h2/pom.xml +++ b/integration-tests/jpa-h2/pom.xml @@ -80,6 +80,13 @@ + + 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 c14d2d7c830e3..3a9be7f4bc22c 100644 --- a/integration-tests/jpa-mariadb/pom.xml +++ b/integration-tests/jpa-mariadb/pom.xml @@ -115,6 +115,13 @@ + + 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 a3e7f840449d6..120757a048e79 100644 --- a/integration-tests/jpa-mssql/pom.xml +++ b/integration-tests/jpa-mssql/pom.xml @@ -119,6 +119,13 @@ + + 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 c9dd4d6fb30c0..760a47aa0babc 100644 --- a/integration-tests/jpa-mysql/pom.xml +++ b/integration-tests/jpa-mysql/pom.xml @@ -115,6 +115,13 @@ + + 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 1ca8b597f89ef..126f8294b46ae 100644 --- a/integration-tests/jpa-postgresql/pom.xml +++ b/integration-tests/jpa-postgresql/pom.xml @@ -114,6 +114,13 @@ + + 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 233732b1a4f94..a5fed95e6f0ec 100644 --- a/integration-tests/jpa-without-entity/pom.xml +++ b/integration-tests/jpa-without-entity/pom.xml @@ -73,6 +73,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + org.apache.maven.plugins maven-failsafe-plugin @@ -116,4 +123,4 @@ - \ No newline at end of file + diff --git a/integration-tests/jpa/pom.xml b/integration-tests/jpa/pom.xml index 379930db6983f..9207227201683 100644 --- a/integration-tests/jpa/pom.xml +++ b/integration-tests/jpa/pom.xml @@ -82,6 +82,13 @@ + + 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 f047988c5dd8f..9e9cf3702bdae 100644 --- a/integration-tests/jsch/pom.xml +++ b/integration-tests/jsch/pom.xml @@ -74,6 +74,13 @@ + + 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 a44950228befa..1c413adc029be 100644 --- a/integration-tests/jsonb/pom.xml +++ b/integration-tests/jsonb/pom.xml @@ -67,6 +67,13 @@ + + 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 af68da89c0aab..f5ba3e7bc33a0 100644 --- a/integration-tests/kafka-streams/pom.xml +++ b/integration-tests/kafka-streams/pom.xml @@ -105,6 +105,13 @@ + + 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 d763251fe31b2..38bcc390bb05d 100644 --- a/integration-tests/kafka/pom.xml +++ b/integration-tests/kafka/pom.xml @@ -159,6 +159,13 @@ + + 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 0884b489f1c40..4165d16d017dc 100644 --- a/integration-tests/keycloak-authorization/pom.xml +++ b/integration-tests/keycloak-authorization/pom.xml @@ -101,6 +101,7 @@ 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 477d245beec44..e39202073f5f3 100644 --- a/integration-tests/kubernetes-client/pom.xml +++ b/integration-tests/kubernetes-client/pom.xml @@ -76,6 +76,13 @@ + + 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 7b15fa5084100..6c4bbaa1ff346 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,6 +83,13 @@ + + 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 e2dcbd9a963c2..9e2e507faa286 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,6 +83,13 @@ + + 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 9bbf0a749d0f1..c56cd03ec515f 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,6 +83,13 @@ + + 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 8376d3f76ea64..0f24bb4e34235 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,6 +83,13 @@ + + 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 49ede78e090c2..662af06cdfe27 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,6 +79,13 @@ + + 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 c71cc178bba19..089b59a3e6364 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,6 +83,13 @@ + + 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 4eec1d6b7040d..105479efbb15b 100644 --- a/integration-tests/liquibase/pom.xml +++ b/integration-tests/liquibase/pom.xml @@ -86,6 +86,13 @@ + + 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 33f3e139a947f..81a5527aaa138 100644 --- a/integration-tests/logging-gelf/pom.xml +++ b/integration-tests/logging-gelf/pom.xml @@ -98,6 +98,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/main/pom.xml b/integration-tests/main/pom.xml index e70412a10fd5f..f156bb48e7c16 100644 --- a/integration-tests/main/pom.xml +++ b/integration-tests/main/pom.xml @@ -239,6 +239,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + org.apache.maven.plugins maven-failsafe-plugin diff --git a/integration-tests/maven/pom.xml b/integration-tests/maven/pom.xml index 3e2e01e2e6080..d8ea9ab51a1b7 100644 --- a/integration-tests/maven/pom.xml +++ b/integration-tests/maven/pom.xml @@ -119,6 +119,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + org.apache.maven.plugins maven-surefire-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 6a319e793b714..b860ec1b77cad 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,6 +66,13 @@ + + 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 244bf157e7467..a03607022f9cd 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,6 +71,13 @@ + + 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 c90e1449c2fa7..0a05f1fa537b1 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,6 +74,13 @@ + + 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 f8ea00c45fa74..8ada2f0e165d8 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,6 +73,13 @@ + + 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 cd47b6773420d..4d81692797b79 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,6 +75,13 @@ + + 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 cd47b6773420d..4d81692797b79 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,6 +75,13 @@ + + 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 1e76eae4b5e32..657628b6d20a9 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,6 +79,13 @@ + + 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 02921bf1f01dd..07230a5e5d411 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,6 +80,13 @@ + + 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 7d03295a98510..cb7f8bb5a3c0d 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,6 +71,13 @@ + + 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 b2e33ad0997f6..f158934ba608e 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,6 +58,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + maven-failsafe-plugin ${surefire-plugin.version} diff --git a/integration-tests/mongodb-client/pom.xml b/integration-tests/mongodb-client/pom.xml index 0e11dd3e15632..90785e496908d 100644 --- a/integration-tests/mongodb-client/pom.xml +++ b/integration-tests/mongodb-client/pom.xml @@ -89,6 +89,13 @@ + + 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 8568a0cd37328..4bd5ecb03ad2d 100755 --- a/integration-tests/mongodb-panache/pom.xml +++ b/integration-tests/mongodb-panache/pom.xml @@ -114,6 +114,13 @@ + + 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 721bdb3fe2a7a..6b97047c0a22b 100644 --- a/integration-tests/narayana-jta/pom.xml +++ b/integration-tests/narayana-jta/pom.xml @@ -48,6 +48,13 @@ + + 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 83fda75d927b8..34ae353e11ff0 100644 --- a/integration-tests/narayana-stm/pom.xml +++ b/integration-tests/narayana-stm/pom.xml @@ -57,6 +57,13 @@ + + 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 d08fb40ee990b..f185ad847abcd 100644 --- a/integration-tests/neo4j/pom.xml +++ b/integration-tests/neo4j/pom.xml @@ -145,6 +145,13 @@ + + 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 037aa2143050c..3bb4aa24e9459 100644 --- a/integration-tests/oidc-code-flow/pom.xml +++ b/integration-tests/oidc-code-flow/pom.xml @@ -146,6 +146,13 @@ + + 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 a859543268865..7f72e5f5f4e86 100644 --- a/integration-tests/oidc-tenancy/pom.xml +++ b/integration-tests/oidc-tenancy/pom.xml @@ -145,6 +145,13 @@ + + 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 8df37a1d1fd3a..3c3c770fdb7c2 100644 --- a/integration-tests/oidc/pom.xml +++ b/integration-tests/oidc/pom.xml @@ -141,6 +141,13 @@ + + 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 d9ae34e0a683a..6027fb78e39ba 100644 --- a/integration-tests/picocli-native/pom.xml +++ b/integration-tests/picocli-native/pom.xml @@ -72,6 +72,13 @@ + + 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 e3f274a9dc6fb..1536f724933fa 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -19,6 +19,7 @@ true true ${skipTests} + ${skipTests} diff --git a/integration-tests/quartz/pom.xml b/integration-tests/quartz/pom.xml index bff643a1e60be..5ab904a300a6a 100644 --- a/integration-tests/quartz/pom.xml +++ b/integration-tests/quartz/pom.xml @@ -87,6 +87,13 @@ + + 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 7d611e299acb2..cd55e770b8440 100644 --- a/integration-tests/qute/pom.xml +++ b/integration-tests/qute/pom.xml @@ -63,6 +63,13 @@ + + 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 f1102e747b382..c89ec4b6c5a7d 100644 --- a/integration-tests/reactive-db2-client/pom.xml +++ b/integration-tests/reactive-db2-client/pom.xml @@ -115,6 +115,13 @@ + + 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 a72a71eca56e3..72fe3973d9eaa 100644 --- a/integration-tests/reactive-messaging-amqp/pom.xml +++ b/integration-tests/reactive-messaging-amqp/pom.xml @@ -112,6 +112,13 @@ + + 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 ae0acce505b10..36907dfb8e970 100644 --- a/integration-tests/reactive-mysql-client/pom.xml +++ b/integration-tests/reactive-mysql-client/pom.xml @@ -131,6 +131,13 @@ + + 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 81e304f65c6af..730527896edeb 100644 --- a/integration-tests/reactive-pg-client/pom.xml +++ b/integration-tests/reactive-pg-client/pom.xml @@ -124,6 +124,13 @@ + + 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 95e8ebe403163..a2691d69482ee 100644 --- a/integration-tests/redis-client/pom.xml +++ b/integration-tests/redis-client/pom.xml @@ -111,6 +111,13 @@ + + 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 9da844ab93625..370f791deb42f 100644 --- a/integration-tests/rest-client/pom.xml +++ b/integration-tests/rest-client/pom.xml @@ -94,6 +94,13 @@ + + 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 fe34197fca435..e910869cdcbf0 100644 --- a/integration-tests/resteasy-jackson/pom.xml +++ b/integration-tests/resteasy-jackson/pom.xml @@ -60,6 +60,13 @@ + + 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 532b7efe0f1cb..9ec3eebbc076d 100644 --- a/integration-tests/resteasy-mutiny/pom.xml +++ b/integration-tests/resteasy-mutiny/pom.xml @@ -83,6 +83,13 @@ + + 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 1f4a0976a1161..5774b6a14dbe1 100644 --- a/integration-tests/simple with space/pom.xml +++ b/integration-tests/simple with space/pom.xml @@ -65,6 +65,13 @@ + + 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 f6aaeeead3d41..f06813f519cc1 100644 --- a/integration-tests/smallrye-graphql/pom.xml +++ b/integration-tests/smallrye-graphql/pom.xml @@ -60,6 +60,13 @@ + + 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 b47c1dc6e1c38..5c21b165e32f7 100644 --- a/integration-tests/spring-boot-properties/pom.xml +++ b/integration-tests/spring-boot-properties/pom.xml @@ -70,6 +70,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + org.apache.maven.plugins maven-failsafe-plugin @@ -108,4 +115,4 @@ - \ No newline at end of file + diff --git a/integration-tests/spring-cloud-config-client/pom.xml b/integration-tests/spring-cloud-config-client/pom.xml index c18b20ee74fdc..e5d4c27cfed68 100644 --- a/integration-tests/spring-cloud-config-client/pom.xml +++ b/integration-tests/spring-cloud-config-client/pom.xml @@ -68,6 +68,13 @@ + + 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 bae6a763db289..d1bb69f389829 100644 --- a/integration-tests/spring-data-jpa/pom.xml +++ b/integration-tests/spring-data-jpa/pom.xml @@ -105,6 +105,13 @@ + + 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 590ea0a50d097..98eefa3542843 100644 --- a/integration-tests/spring-di/pom.xml +++ b/integration-tests/spring-di/pom.xml @@ -76,6 +76,13 @@ + + 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 1924fa5af79d8..d5bac3b3a5f4f 100644 --- a/integration-tests/spring-web/pom.xml +++ b/integration-tests/spring-web/pom.xml @@ -98,6 +98,13 @@ + + 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 9622027e902f9..74b4c65685153 100644 --- a/integration-tests/test-extension/pom.xml +++ b/integration-tests/test-extension/pom.xml @@ -72,6 +72,13 @@ + + 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 368491fc8ed06..13ad791017a03 100644 --- a/integration-tests/tika/pom.xml +++ b/integration-tests/tika/pom.xml @@ -84,6 +84,13 @@ + + 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 64ff37b165155..4d97bc7692f3e 100644 --- a/integration-tests/vault-app/pom.xml +++ b/integration-tests/vault-app/pom.xml @@ -131,6 +131,13 @@ + + 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 36256e5a59815..bb2ee925ce32c 100644 --- a/integration-tests/vertx-graphql/pom.xml +++ b/integration-tests/vertx-graphql/pom.xml @@ -58,6 +58,13 @@ + + 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 d433ad4d09e98..73c76937a6ce3 100644 --- a/integration-tests/vertx-http/pom.xml +++ b/integration-tests/vertx-http/pom.xml @@ -76,6 +76,13 @@ + + 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 8ae23695ba020..bdd3a08396e85 100644 --- a/integration-tests/vertx/pom.xml +++ b/integration-tests/vertx/pom.xml @@ -71,6 +71,13 @@ + + 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 3dafaae9369c0..123f91066690e 100644 --- a/integration-tests/virtual-http-resteasy/pom.xml +++ b/integration-tests/virtual-http-resteasy/pom.xml @@ -74,6 +74,13 @@ + + 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 1fca18f5f6bfc..fb1435f994cd1 100644 --- a/integration-tests/virtual-http/pom.xml +++ b/integration-tests/virtual-http/pom.xml @@ -82,6 +82,13 @@ + + 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 95ae170273678..62411f8ea231d 100644 --- a/integration-tests/webjars-locator/pom.xml +++ b/integration-tests/webjars-locator/pom.xml @@ -74,6 +74,13 @@ + + org.apache.maven.plugins + maven-surefire-plugin + + ${native.surefire.skip} + + org.apache.maven.plugins maven-failsafe-plugin