mirror of https://github.com/apache/druid.git
Update pull-deps docs with correct repo list. (#13134)
There is only one default remote repo at this time.
This commit is contained in:
parent
331e6d707b
commit
2f731f356e
|
@ -49,11 +49,11 @@ A local repository that Maven will use to put downloaded files. Then pull-deps w
|
||||||
|
|
||||||
`-r` or `--remoteRepository`
|
`-r` or `--remoteRepository`
|
||||||
|
|
||||||
Add a remote repository. Unless `--no-default-remote-repositories` is provided, these will be used after https://repo1.maven.org/maven2/ and http://metamx.artifactoryonline.com/metamx/pub-libs-releases-local
|
Add a remote repository. Unless `--no-default-remote-repositories` is provided, these will be used after https://repo1.maven.org/maven2/.
|
||||||
|
|
||||||
`--no-default-remote-repositories`
|
`--no-default-remote-repositories`
|
||||||
|
|
||||||
Don't use the default remote repositories, only use the repositories provided directly via --remoteRepository.
|
Don't use the default remote repository, https://repo1.maven.org/maven2/. Only use the repositories provided directly via --remoteRepository.
|
||||||
|
|
||||||
`-d` or `--defaultVersion`
|
`-d` or `--defaultVersion`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue