mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-20693 Update README.txt in lib directory to lessen risk of failure when setting up libs.
See #999
This commit is contained in:
parent
77fcded28b
commit
76a32b7c93
1 changed files with 15 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue