Skip to content

Commit

Permalink
Merge pull request #23770 from gastaldi/url
Browse files Browse the repository at this point in the history
Document how to change the registry URL
  • Loading branch information
aloubyansky authored Feb 16, 2022
2 parents c2683f4 + 009d4c4 commit 7aef8df
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/src/main/asciidoc/extension-registry-user.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,21 @@ registries:
- registry.acme.org
- registry.quarkus.io
----
=== Overriding a registry URL

There may be situations where the URL of the registry changes, however the ID needs to be the same (because the Maven coordinates are queried). To override the registry URL, add the following:

[source,yaml]
----
registries:
- registry.acme.org
- registry.quarkus.io:
maven:
repository:
url: https://internal.registry.acme.org/maven
----



=== [[how-to-register-as-nexus-repository]] How to register as a Nexus Repository proxy

Expand Down

0 comments on commit 7aef8df

Please sign in to comment.