From 871a47b152bfc4e15a1b2b1cbb776233a800e939 Mon Sep 17 00:00:00 2001 From: Jerome Prinet Date: Wed, 19 Jul 2023 14:39:03 +0200 Subject: [PATCH 1/2] Add ignored maven.repo.local as input to test goals --- .mvn/extensions.xml | 4 +-- build-parent/pom.xml | 17 ++++++++++ docs/pom.xml | 24 +++++++++++++- .../arc/tcks/cdi-tck-runner/pom.xml | 20 ++++++++++++ independent-projects/parent/pom.xml | 17 ++++++++++ integration-tests/awt/pom.xml | 21 ++++++++++++ .../mongodb-rest-data-panache/pom.xml | 20 ++++++++++++ integration-tests/pom.xml | 32 +++++++++---------- integration-tests/rest-client/pom.xml | 21 ++++++++++++ .../test-extension/tests/pom.xml | 9 ++++-- 10 files changed, 164 insertions(+), 21 deletions(-) diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml index a2476f717f1dc..bc7b9ed47f303 100644 --- a/.mvn/extensions.xml +++ b/.mvn/extensions.xml @@ -2,11 +2,11 @@ com.gradle gradle-enterprise-maven-extension - 1.17.1 + 1.18 com.gradle common-custom-user-data-maven-extension 1.12 - \ No newline at end of file + diff --git a/build-parent/pom.xml b/build-parent/pom.xml index 702aca3c9de7f..ede0ed218ce1f 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -758,6 +758,23 @@ + + + com.gradle + gradle-enterprise-maven-extension + + + + + + maven.repo.local + + + + + + + diff --git a/docs/pom.xml b/docs/pom.xml index c8040d70d2f45..970a3d8332421 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -3176,6 +3176,28 @@ + + + + + com.gradle + gradle-enterprise-maven-extension + + + + + + vale.dir + git.dir + + + + + + + + + @@ -3204,7 +3226,7 @@ process-resources process-asciidoc - + ${skipDocs} pdf diff --git a/independent-projects/arc/tcks/cdi-tck-runner/pom.xml b/independent-projects/arc/tcks/cdi-tck-runner/pom.xml index ccbc8f951ca31..dee0325e3ee0a 100644 --- a/independent-projects/arc/tcks/cdi-tck-runner/pom.xml +++ b/independent-projects/arc/tcks/cdi-tck-runner/pom.xml @@ -81,6 +81,26 @@ + + + + + com.gradle + gradle-enterprise-maven-extension + + + + + + org.jboss.cdi.tck.libraryDirectory + + + + + + + + diff --git a/independent-projects/parent/pom.xml b/independent-projects/parent/pom.xml index deaa7a0439064..aa608c6c119cb 100644 --- a/independent-projects/parent/pom.xml +++ b/independent-projects/parent/pom.xml @@ -420,6 +420,23 @@ versions-maven-plugin ${version.versions.plugin} + + + com.gradle + gradle-enterprise-maven-extension + + + + + + maven.repo.local + + + + + + + diff --git a/integration-tests/awt/pom.xml b/integration-tests/awt/pom.xml index 55b4ba2b2da65..463c04696def2 100644 --- a/integration-tests/awt/pom.xml +++ b/integration-tests/awt/pom.xml @@ -166,6 +166,27 @@ + + + + + com.gradle + gradle-enterprise-maven-extension + + + + + + native.image.path + + + + + + + + + diff --git a/integration-tests/mongodb-rest-data-panache/pom.xml b/integration-tests/mongodb-rest-data-panache/pom.xml index b116d479fa6a6..65748a37ca06c 100644 --- a/integration-tests/mongodb-rest-data-panache/pom.xml +++ b/integration-tests/mongodb-rest-data-panache/pom.xml @@ -113,6 +113,26 @@ + + + + + com.gradle + gradle-enterprise-maven-extension + + + + + + quarkus.kubernetes-service-binding.root + + + + + + + + diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 4d581c0c235cc..db0d9e8709504 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -93,22 +93,22 @@ gradle-enterprise-maven-extension - - - maven-compiler-plugin - - - - specs - - ${project.basedir}/disable-unbind-executions - - RELATIVE_PATH - - - - - + + + maven-compiler-plugin + + + + specs + + ${project.basedir}/disable-unbind-executions + + RELATIVE_PATH + + + + + diff --git a/integration-tests/rest-client/pom.xml b/integration-tests/rest-client/pom.xml index 157c49c77281e..a52c84cf8b725 100644 --- a/integration-tests/rest-client/pom.xml +++ b/integration-tests/rest-client/pom.xml @@ -200,6 +200,27 @@ + + + + + com.gradle + gradle-enterprise-maven-extension + + + + + + javax.net.ssl.trustStore + rest-client.trustStore + + + + + + + + diff --git a/integration-tests/test-extension/tests/pom.xml b/integration-tests/test-extension/tests/pom.xml index 588e71eaf3237..3f85d5c70e161 100644 --- a/integration-tests/test-extension/tests/pom.xml +++ b/integration-tests/test-extension/tests/pom.xml @@ -94,9 +94,14 @@ gradle-enterprise-maven-extension - + + + + classpathEntriesRecordingFile + + - + application.properties From 9f3ba1922d24544983db494be56942eab25f1c81 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Wed, 26 Jul 2023 18:19:51 +0200 Subject: [PATCH 2/2] Simplify AWT native config and put native.image.path config in parent native.image.path is used for all IT modules so we should handle it in the parent. --- integration-tests/awt/pom.xml | 41 ++------------------------ integration-tests/pom.xml | 55 ++++++++++++++++++++--------------- 2 files changed, 34 insertions(+), 62 deletions(-) diff --git a/integration-tests/awt/pom.xml b/integration-tests/awt/pom.xml index 463c04696def2..8526ca2db0841 100644 --- a/integration-tests/awt/pom.xml +++ b/integration-tests/awt/pom.xml @@ -147,46 +147,11 @@ maven-failsafe-plugin - - - - integration-test - verify - - - - ${project.build.directory}/${project.build.finalName}-runner - org.jboss.logmanager.LogManager - ${maven.home} - localhost - 8081 - - - - + + true + - - - - - com.gradle - gradle-enterprise-maven-extension - - - - - - native.image.path - - - - - - - - - diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index db0d9e8709504..4f860489f01ac 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -88,29 +88,36 @@ - - com.gradle - gradle-enterprise-maven-extension - - - - - maven-compiler-plugin - - - - specs - - ${project.basedir}/disable-unbind-executions - - RELATIVE_PATH - - - - - - - + com.gradle + gradle-enterprise-maven-extension + + + + + + native.image.path + + + + + + + maven-compiler-plugin + + + + specs + + ${project.basedir}/disable-unbind-executions + + RELATIVE_PATH + + + + + + + @@ -517,4 +524,4 @@ - + \ No newline at end of file