From 0345aa7eb50a38425ea2dd9cd79b98d2ddf251de Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Fri, 27 Dec 2024 16:58:39 -0500 Subject: [PATCH 1/3] ci: Airlock settings files How to run the build with Airlock: ``` mvn --settings .mvn/settings.xml clean install -DskipTests ``` --- .mvn/extensions.xml | 8 ++++++++ .mvn/settings.xml | 11 +++++++++++ .mvn/settings_bootstrap.xml | 19 +++++++++++++++++++ 3 files changed, 38 insertions(+) create mode 100644 .mvn/extensions.xml create mode 100644 .mvn/settings.xml create mode 100644 .mvn/settings_bootstrap.xml diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml new file mode 100644 index 00000000000..d0836d7f91c --- /dev/null +++ b/.mvn/extensions.xml @@ -0,0 +1,8 @@ + + + com.google.cloud.artifactregistry + artifactregistry-maven-wagon + 2.2.4 + + \ No newline at end of file diff --git a/.mvn/settings.xml b/.mvn/settings.xml new file mode 100644 index 00000000000..d42fe2a9c64 --- /dev/null +++ b/.mvn/settings.xml @@ -0,0 +1,11 @@ + + + + mirror-of-all + Airlock Maven 3P Trusted + artifactregistry://us-maven.pkg.dev/artifact-foundry-prod/maven-3p-trusted + * + + + \ No newline at end of file diff --git a/.mvn/settings_bootstrap.xml b/.mvn/settings_bootstrap.xml new file mode 100644 index 00000000000..c880841d89a --- /dev/null +++ b/.mvn/settings_bootstrap.xml @@ -0,0 +1,19 @@ + + + + + + + mirror-of-all + AR Maven Central mirror + https://repo1.maven.org/maven2 + * + + + + \ No newline at end of file From bac7df94ae7e55a9c1a634f862ec66ca1375d6d9 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Fri, 3 Jan 2025 20:48:44 +0000 Subject: [PATCH 2/3] Fixing outdated plugin dependencies --- pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/pom.xml b/pom.xml index 72a2a6797e3..dd7ca0b7ff7 100644 --- a/pom.xml +++ b/pom.xml @@ -164,6 +164,37 @@ + + + + org.apache.maven.plugins + maven-clean-plugin + 3.4.0 + + + org.codehaus.mojo + clirr-maven-plugin + 2.8 + + + classworlds + classworlds + 1.1 + + + org.codehaus.plexus + plexus-i18n + 1.0-beta-10 + + + org.codehaus.plexus + plexus-component-api + 1.0-alpha-33 + + + + + From f96a9766f5c653d9e596e3668a3818a7e396f639 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Tue, 7 Jan 2025 22:21:31 -0500 Subject: [PATCH 3/3] Maven install plugin --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index dd7ca0b7ff7..51b20f648ea 100644 --- a/pom.xml +++ b/pom.xml @@ -171,6 +171,11 @@ maven-clean-plugin 3.4.0 + + org.apache.maven.plugins + maven-install-plugin + 3.1.3 + org.codehaus.mojo clirr-maven-plugin