From 501fe1b74a6027709cb72e6b58fba189db541fd6 Mon Sep 17 00:00:00 2001 From: Mihai Nita Date: Wed, 20 Sep 2023 11:59:07 -0700 Subject: [PATCH] ICU-22324 Mavenization, preparing for maven central deployment --- icu4j/.gitignore | 2 + icu4j/main/charset/pom.xml | 8 +- icu4j/main/icu4j/pom.xml | 66 ++++++++- icu4j/main/icu4j/src/main/resources/LICENSE | 1 + icu4j/main/localespi/pom.xml | 46 ++++++- icu4j/pom.xml | 144 +++++++++++++++++--- 6 files changed, 234 insertions(+), 33 deletions(-) create mode 120000 icu4j/main/icu4j/src/main/resources/LICENSE diff --git a/icu4j/.gitignore b/icu4j/.gitignore index 6a2573b3a54..11cee88cc3e 100644 --- a/icu4j/.gitignore +++ b/icu4j/.gitignore @@ -1 +1,3 @@ /release_cldr +**/dependency-reduced-pom.xml + diff --git a/icu4j/main/charset/pom.xml b/icu4j/main/charset/pom.xml index 630350a957e..c58e50eeb8e 100644 --- a/icu4j/main/charset/pom.xml +++ b/icu4j/main/charset/pom.xml @@ -22,7 +22,7 @@ com.ibm.icu - core + icu4j ${project.version} @@ -68,6 +68,12 @@ + + maven-deploy-plugin + + false + + diff --git a/icu4j/main/icu4j/pom.xml b/icu4j/main/icu4j/pom.xml index c01d56d1eec..20fc1b8b0b0 100644 --- a/icu4j/main/icu4j/pom.xml +++ b/icu4j/main/icu4j/pom.xml @@ -66,6 +66,15 @@ org.apache.maven.plugins maven-shade-plugin + + source-jar + + shade + + + true + + shade @@ -75,22 +84,65 @@ true ${project.build.directory}/dependency-reduced-pom.xml true + + + + com.ibm.icu.util.VersionInfo + com.ibm.icu.lang,com.ibm.icu.math,com.ibm.icu.number,com.ibm.icu.text,com.ibm.icu.util + + + - maven-jar-plugin + maven-clean-plugin - - - com.ibm.icu.util.VersionInfo - com.ibm.icu.lang,com.ibm.icu.math,com.ibm.icu.number,com.ibm.icu.text,com.ibm.icu.util - - + + + . + + **/dependency-reduced-pom.xml + + false + + + + + + maven-deploy-plugin + + false + + + with_javadoc + + + + maven-javadoc-plugin + + + + jar + + + + true + + + + + + + + + diff --git a/icu4j/main/icu4j/src/main/resources/LICENSE b/icu4j/main/icu4j/src/main/resources/LICENSE new file mode 120000 index 00000000000..ee8b6feb8cc --- /dev/null +++ b/icu4j/main/icu4j/src/main/resources/LICENSE @@ -0,0 +1 @@ +../../../../../../LICENSE \ No newline at end of file diff --git a/icu4j/main/localespi/pom.xml b/icu4j/main/localespi/pom.xml index 3d4dd2de7fa..0cfac910155 100644 --- a/icu4j/main/localespi/pom.xml +++ b/icu4j/main/localespi/pom.xml @@ -81,10 +81,10 @@ - - ${localespi-tests.jvm.args} - @@ -215,6 +222,33 @@ CLDR,COMPAT,SPI + + with_javadoc + + + + maven-javadoc-plugin + + + + jar + + + + + ICULocaleServiceProvider.java + + ${basedir}/src/main/java/com/ibm/icu/impl/javaspi + + + + + + + diff --git a/icu4j/pom.xml b/icu4j/pom.xml index 95f4ba4e178..3755fde4a6f 100644 --- a/icu4j/pom.xml +++ b/icu4j/pom.xml @@ -1,6 +1,6 @@ @@ -12,8 +12,10 @@ pom ${proj-title} (${project.artifactId}) - International Component for Unicode for Java (ICU4J) is a mature, widely used Java library + International Components for Unicode for Java (ICU4J) is a mature, widely used Java library providing Unicode and Globalization support + https://icu.unicode.org/ + 1995 Unicode, Inc. @@ -33,6 +35,10 @@ 1.8 1.8 + https://oss.sonatype.org + ${maven-central-repo-url}/service/local/staging/deploy/maven2 + ${maven-central-repo-url}/content/repositories/snapshots + 4.13.2 1.1.1 @@ -76,7 +82,98 @@ © 2016 and later: Unicode, Inc. and others. License & terms of use: http://www.unicode.org/copyright.html + + + Unicode/ICU License + https://raw.githubusercontent.com/unicode-org/icu/main/LICENSE + repo + + + + + + markusicu + Markus Scherer + Google + + Chair + + + + yumaoka + Yoshito Umaoka + IBM + + Vice chair + + + + + + + icu-support + https://lists.sourceforge.net/lists/listinfo/icu-support + https://lists.sourceforge.net/lists/listinfo/icu-support + icu-support@lists.sourceforge.net + http://sourceforge.net/mailarchive/forum.php?forum_name=icu-support + + + icu-announce + https://lists.sourceforge.net/lists/listinfo/icu-announce + https://lists.sourceforge.net/lists/listinfo/icu-announce + icu-announce@lists.sourceforge.net + http://sourceforge.net/mailarchive/forum.php?forum_name=icu-announce + + + icu-design + https://lists.sourceforge.net/lists/listinfo/icu-design + https://lists.sourceforge.net/lists/listinfo/icu-design + icu-design@lists.sourceforge.net + http://sourceforge.net/mailarchive/forum.php?forum_name=icu-design + + + + + scm:git:git://github.com/unicode-org/icu.git + scm:git:git@github.com:unicode-org/icu.git + https://github.com/unicode-org/icu + + + + JIRA + https://unicode-org.atlassian.net/projects/ICU + + + + + icu4j-releases + ICU4J Central Repository + ${maven-central-releases-repo-url} + + + icu4j-snapshots + ICU4J Central Development Repository + ${maven-central-snapshots-repo-url} + + + + + + @@ -97,17 +194,21 @@ **/*.java + + maven-failsafe-plugin + 3.1.2 + maven-install-plugin 3.1.1 @@ -115,6 +216,13 @@ maven-deploy-plugin 3.1.1 + + + true + maven-site-plugin @@ -184,22 +292,22 @@ com.ibm.icu.dev.tool.docs.ICUTaglet + + com.ibm.icu + tools_build + ${project.version} + ch.arrenbrecht.jcite.JCiteTaglet + + org.mcraig + jcite + 1.13.0 + - - com.ibm.icu - tools_build - ${project.version} - - - org.mcraig - jcite - 1.13.0 - commons-discovery @@ -282,7 +390,6 @@ - with_sources @@ -303,7 +410,6 @@ - with_javadoc