docs: remove reference to features-disabled=default (#30612)

closes: #29761

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
This commit is contained in:
Steven Hawkins 2024-06-25 05:08:45 -04:00 committed by GitHub
parent e9c9efc3f4
commit 1983bfc9b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,11 +40,6 @@ For example to disable `impersonation`, enter this command:
<@kc.build parameters="--features-disabled=\"impersonation\""/> <@kc.build parameters="--features-disabled=\"impersonation\""/>
You can disable all default features by entering this command:
<@kc.build parameters="--features-disabled=\"default\""/>
This command can be used in combination with `features` to explicitly set what features should be available.
It is not allowed to have a feature in both the `features-disabled` list and the `features` list. It is not allowed to have a feature in both the `features-disabled` list and the `features` list.
When a feature is disabled all versions of that feature are disabled. When a feature is disabled all versions of that feature are disabled.