ICU-20693 Update README.txt in lib directory to lessen risk of failure when setting up libs.

See #999
This commit is contained in:
David Beaumont 2020-02-21 11:33:00 +00:00
parent 77fcded28b
commit 76a32b7c93

View file

@ -59,5 +59,18 @@ And if you have updated one of these libraries then from the main project direct
$ mvn dependency:purge-local-repository -DsnapshotsOnly=true
If you choose to update the version number of the snapshot, then remember to update the
root pom.xml, but this is unlikely to be necessary.
After doing this, you should see something like the following list of files in this
directory:
README.txt <-- this file
org/unicode/cldr/cldr-api/maven-metadata-local.xml
org/unicode/cldr/cldr-api/0.1-SNAPSHOT/maven-metadata-local.xml
org/unicode/cldr/cldr-api/0.1-SNAPSHOT/cldr-api-0.1-SNAPSHOT.pom
org/unicode/cldr/cldr-api/0.1-SNAPSHOT/cldr-api-0.1-SNAPSHOT.jar
com/ibm/icu/icu-utilities/maven-metadata-local.xml
com/ibm/icu/icu-utilities/0.1-SNAPSHOT/maven-metadata-local.xml
com/ibm/icu/icu-utilities/0.1-SNAPSHOT/icu-utilities-0.1-SNAPSHOT.jar
com/ibm/icu/icu-utilities/0.1-SNAPSHOT/icu-utilities-0.1-SNAPSHOT.pom
Finally, if you choose to update the version number of the snapshot, then remember to
update the root pom.xml, but this is unlikely to be necessary.