Updated documentation in light of #2403.
This commit is contained in:
parent
17076db7e1
commit
d9de386b28
|
@ -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/.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue