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 diff --git a/pom.xml b/pom.xml index 72a2a6797e3..51b20f648ea 100644 --- a/pom.xml +++ b/pom.xml @@ -164,6 +164,42 @@ + + + + org.apache.maven.plugins + maven-clean-plugin + 3.4.0 + + + org.apache.maven.plugins + maven-install-plugin + 3.1.3 + + + 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 + + + + +