From 2628d4ed32294ea5aae28c547f501ba65fb0ce18 Mon Sep 17 00:00:00 2001 From: Mihai Nita Date: Mon, 24 Mar 2025 12:05:35 -0700 Subject: [PATCH] ICU-23040 Doclet migration: add a way to run CheckTags This is handy to have. One can checkout at this CL and generate a report using the old version, imperfect as it is. That can be used for reference when trying to fix / improve the tool after the migration to the new APIs. --- icu4j/pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/icu4j/pom.xml b/icu4j/pom.xml index 7d1e20c12bc..4eae13eb387 100644 --- a/icu4j/pom.xml +++ b/icu4j/pom.xml @@ -652,6 +652,42 @@ + + + checktags + + + + maven-javadoc-plugin + + + aggregate + site + + aggregate + + + + + false + false + com.ibm.icu.dev.tool.docs.CheckTags + + com.ibm.icu + tools_build + ${project.version} + + + + + + +