From 6d39a2f130f7f7dacec8f0faa1857a95b8f7d0bb Mon Sep 17 00:00:00 2001 From: Sudipta Borah Date: Wed, 18 Feb 2026 11:57:26 +0530 Subject: [PATCH] update flatten-maven-plugin config in pom --- pom.xml | 44 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 41 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 377ff91..227e61c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.oracle.genai oci-openai-java-sdk @@ -17,8 +17,15 @@ - oracle - Oracle + Sudipta Borah + sudipta.borah@oracle.com + Oracle + https://www.oracle.com + + + Samarjit Pal + samarjit.pal@oracle.com + Oracle https://www.oracle.com @@ -108,6 +115,37 @@ + + org.codehaus.mojo + flatten-maven-plugin + 1.6.0 + + + + + + + + + true + + + + flatten.clean + clean + + clean + + + + flatten + package + + flatten + + + +