From e26a246cd91346d7b16a2c68bb95655e060202f9 Mon Sep 17 00:00:00 2001 From: Konrad Neitzel Date: Fri, 24 Mar 2023 14:23:30 +0100 Subject: [PATCH] Updated README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7bdc99..fd4dd74 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,15 @@ To clean up the project, call ```./mvnw javafx:run``` **Build the Image** + To build the image, the profile Image must be used: ```./mvnw -DImage install``` -**Important** You cannoz build an image using the javafx plugin. The javafx plugin would require that you build a modular +**Important** You cannot build an image using the javafx plugin. The javafx plugin would require that you build a modular Java application and all dependencies providing a module description. **Static code analysis** + The static code analysis is done when you build the application. The results can be found in - ./target/pmx.xml - ./target/spotbugsXml.xml