Updated README

This commit is contained in:
Konrad Neitzel 2023-03-24 14:23:30 +01:00
parent 00ff5f6b71
commit e26a246cd9

View File

@ -37,13 +37,15 @@ To clean up the project, call
```./mvnw javafx:run``` ```./mvnw javafx:run```
**Build the Image** **Build the Image**
To build the image, the profile Image must be used: To build the image, the profile Image must be used:
```./mvnw -DImage install``` ```./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. Java application and all dependencies providing a module description.
**Static code analysis** **Static code analysis**
The static code analysis is done when you build the application. The results can be found in The static code analysis is done when you build the application. The results can be found in
- ./target/pmx.xml - ./target/pmx.xml
- ./target/spotbugsXml.xml - ./target/spotbugsXml.xml