xref: /aosp_15_r20/external/icu/icu4j/releases_tools/cheatsheet.txt (revision 0e209d3975ff4a8c132096b14b0e9364a753506e)
1# Copyright (C) 2023 and later: Unicode, Inc. and others.
2# License & terms of use: http://www.unicode.org/copyright.html
3
4====
5
6Build all artifacts, with sources and javadoc, ready to deploy
7
8mvn site -DskipITs -DskipTests -P with_sources,with_javadoc
9
10====
11
12Build the unified javadoc (public site), combining the javadocs from all public artifacts.
13
14mvn site -DskipITs -DskipTests -P with_full_javadoc
15
16====
17
18Run API reports
19
20api_reports.sh
21