From 40189ffe575c66e2acef294765acbf23e653fe76 Mon Sep 17 00:00:00 2001 From: Mihai Nita Date: Thu, 15 Aug 2024 14:41:38 -0700 Subject: [PATCH] ICU-21205 Fix Eclipse failing to import the icu4j maven project --- icu4j/main/core/pom.xml | 23 +++++++++++++++++++++++ icu4j/pom.xml | 14 ++++++++++---- 2 files changed, 33 insertions(+), 4 deletions(-) diff --git a/icu4j/main/core/pom.xml b/icu4j/main/core/pom.xml index 6d911925011c..f988f09ef53f 100644 --- a/icu4j/main/core/pom.xml +++ b/icu4j/main/core/pom.xml @@ -49,6 +49,29 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + + + add-test-resource + + add-test-resource + + + + + ${rootlocation}/../testdata/ + + message2/** + + + + + + + org.apache.maven.plugins maven-jar-plugin diff --git a/icu4j/pom.xml b/icu4j/pom.xml index eeee1cb8c3fc..9849bfbd6dcf 100644 --- a/icu4j/pom.xml +++ b/icu4j/pom.xml @@ -273,13 +273,19 @@ add-resource - true - ${rootlocation}/.. + ${rootlocation}/../testdata/ - LICENSE - testdata/ + + ../LICENSE