From 691b1d3bd84a09228906737a91c9a8f8a084989b Mon Sep 17 00:00:00 2001 From: Harald Pehl Date: Tue, 24 Oct 2023 07:47:52 +0200 Subject: [PATCH] Add description for missing i18n profile --- content/development/build-run.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/development/build-run.md b/content/development/build-run.md index 25c3c70..af92011 100644 --- a/content/development/build-run.md +++ b/content/development/build-run.md @@ -42,6 +42,7 @@ To use such a release in a WildFly distribution, follow the these steps: The POM defines the following profiles: +- `i18n`: Builds the console with support for different languages - `native`: Used to build the native binary for the [standalone mode]({{< relref "/documentation/get-started.md#standalone-mode" >}}) - `prod`: Activates GWT settings for the production build - `release`: Builds and signs source and JavaDoc JARs