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