Updated documentation in light of #2403.

This commit is contained in:
WalkerWatch 2018-05-02 10:34:29 -04:00
parent 17076db7e1
commit d9de386b28
2 changed files with 8 additions and 0 deletions

View File

@ -258,3 +258,7 @@ This allows for some complex hierarchies of configuration details.
If the file does not exist at the given location, download it from the given http URI.
Note: location is always relative to `${jetty.base}`.
You might need to escape the slash "\|" to use this on some environments.
maven.repo.uri=[url]::
The url to use to download Maven dependencies.
Default is http://central.maven.org/maven2/.

View File

@ -164,6 +164,10 @@ Advanced Commands:
Notes: location is always relative to ${jetty.base}.
you might need to escape the slash "\|" to use
this on some environments.
maven.repo.uri=[url]
The url to use to download Maven dependencies.
Default is http://central.maven.org/maven2/.
Properties: