diff --git a/documentation/de/QuickStart.md b/documentation/de/QuickStart.md index 3540565..1cc95cf 100644 --- a/documentation/de/QuickStart.md +++ b/documentation/de/QuickStart.md @@ -31,7 +31,7 @@ Um die Anwendung zu übersetzen kannst Du aufrufen: Um das Image zu bauen, rufst du einfach Maven mit dem Profil Image und dem Ziel install auf: -```./mvnw -DImage install``` +```./mvnw -Dimage install``` **Wichtig** Du kannst nicht das JavaFX Plugin mit dem Ziel javafx:jlink verwenden, da dieses Plugin zwingend eine Modulbeschreibung für das Projekt und alle diff --git a/documentation/en/QuickStart.md b/documentation/en/QuickStart.md index dff4353..6d20fb5 100644 --- a/documentation/en/QuickStart.md +++ b/documentation/en/QuickStart.md @@ -28,7 +28,7 @@ to build the application. ### Build the Image To build the image, the profile Image must be used: -```./mvnw -DImage install``` +```./mvnw -Dimage install``` **Important** You cannot build an image using the javafx plugin. The javafx plugin requires that you build a modular Java application and all dependencies providing a module description. diff --git a/pom.xml b/pom.xml index 3d24c94..902c6f3 100644 --- a/pom.xml +++ b/pom.xml @@ -288,13 +288,13 @@ - Image + image - Image + image