Skip to content

Commit

Permalink
Merge pull request #22682 from rsvoboda/quarkusRegistryClient
Browse files Browse the repository at this point in the history
Documentation for quarkusRegistryClient
  • Loading branch information
gsmet authored Jan 6, 2022
2 parents 300d2a3 + 99b06f2 commit e052669
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/main/asciidoc/maven-tooling.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ The following table lists the attributes you can pass to the `create` command:
| _[]_
| The list of extensions to add to the project (comma-separated)

| `quarkusRegistryClient`
| `true`
| Whether or not Quarkus should use the online registry to resolve extension catalogs. If this is set to false, the extension catalog will be narrowed to the defined (or default) platform BOM.

|===

By default, the command will target the `io.quarkus.platform:quarkus-bom:{quarkus-version}` platform release (unless the coordinates of the desired platform release have been specified).
Expand Down

0 comments on commit e052669

Please sign in to comment.