From d69e75851eb96494ad6b8322bc453c3f230efda0 Mon Sep 17 00:00:00 2001 From: Prasanth Thampi Date: Thu, 5 Dec 2024 14:17:15 -0800 Subject: [PATCH] FIX:Non-resolvable parent POM for com.ebay.ejmask:ejmask-bom (#25) --- .gitignore | 1 + README.md | 4 ++-- pom.xml | 32 ++++++++++++++++++++++++++++---- 3 files changed, 31 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 2021bdb..2e305c6 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ ./reports /reports/ *.iml +**/.flattened-pom.xml diff --git a/README.md b/README.md index 2d3a4e9..8707766 100644 --- a/README.md +++ b/README.md @@ -233,14 +233,14 @@ Alternatively you can pull it from the central Maven repositories: com.ebay.ejmask ejmask-bom - 2.0.0 + 1.2.1 ``` ### Using in your Gradle Project. ```groovy -compile group: 'com.ebay.ejmask', name: 'ejmask-bom', version: '2.0.0' +compile group: 'com.ebay.ejmask', name: 'ejmask-bom', version: '1.2.1' ``` ## Roadmap diff --git a/pom.xml b/pom.xml index c45c173..26c9088 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,4 @@ - - + 4.0.0 com.ebay.ejmask @@ -27,7 +26,7 @@ UTF-8 1.8 1.8 - 1.2.0 + 1.2.1 @@ -121,6 +120,31 @@ + + org.codehaus.mojo + flatten-maven-plugin + 1.6.0 + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + + true + resolveCiFriendliesOnly + + org.apache.maven.plugins maven-compiler-plugin @@ -360,4 +384,4 @@ - + \ No newline at end of file