diff --git a/docs/src/main/asciidoc/Bootable_Guide.adoc b/docs/src/main/asciidoc/Bootable_Guide.adoc index 8871bfc7cbf3..bde40dfd6d07 100644 --- a/docs/src/main/asciidoc/Bootable_Guide.adoc +++ b/docs/src/main/asciidoc/Bootable_Guide.adoc @@ -135,6 +135,46 @@ If your project is using link:WildFly_and_WildFly_Preview{outfilesuffix}[WildFly is ``wildfly-preview@maven(org.jboss.universe:community-universe)``. ==== +[[wildfly-jar-maven-plugin-galleon-stability-level]] +=== Setting a stability level when building a Bootable JAR + +In order to support xref:Admin_Guide.adoc#Feature_stability_levels[WildFly feature stability levels], Galleon defines +some http://docs.wildfly.org/galleon/#_built_in_and_product_specific_options[options] that can be used at provisioning time +to provision server features at a specific stability level. + +The stability levels handling described in the xref:Galleon_Guide.adoc#WildFly_Galleon_stability[Stability levels at provisioning time] +applies when building a WildFly Bootable JAR. + +For example, building a WildFly Bootable JAR that includes `preview` features and packages: + +[source,xml] +---- + + + + org.wildfly.plugins + wildfly-jar-maven-plugin + + wildfly@maven(org.jboss.universe:community-universe) + + jaxrs-server + + + preview + + + + + + package + + + + + + +---- + include::_galleon/Galleon_layers.adoc[] [[wildfly-jar-maven-plugin-additional-configuration]] @@ -206,6 +246,9 @@ The following arguments can be used when starting the bootable JAR: |-secmgr |Activate and install the `WildFlySecurityManager`. +|--stability[=value] +|Runs the server using a specific stability level. Possible values: [default, community, preview, experimental], Default = community + |-u= |Set system property jboss.default.multicast.address to the given value. diff --git a/docs/src/main/asciidoc/_galleon/Galleon_provisioning.adoc b/docs/src/main/asciidoc/_galleon/Galleon_provisioning.adoc index 6acb22bb99b5..37ea9c22ea7c 100644 --- a/docs/src/main/asciidoc/_galleon/Galleon_provisioning.adoc +++ b/docs/src/main/asciidoc/_galleon/Galleon_provisioning.adoc @@ -114,6 +114,47 @@ A default configuration is identified by __/_