From 75a5d7829c9f7cb33fca166542c0779789c17cdb Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Thu, 6 Feb 2025 11:27:23 -0500 Subject: [PATCH] fix: introducing "flatten" profile to use the plugin The plugin is not needed in this project but it's used in the downstream Java repositories. By specifying the profile in "Build with Airlock" check, we can ensure the required dependencies are available in Airlock. --- java-shared-config/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/java-shared-config/pom.xml b/java-shared-config/pom.xml index 13c92889..50e40d78 100644 --- a/java-shared-config/pom.xml +++ b/java-shared-config/pom.xml @@ -728,5 +728,18 @@ + + + flatten + + + + org.codehaus.mojo + flatten-maven-plugin + + + +