diff --git a/documentation/de/_Index.md b/documentation/de/_Index.md index b1d7c2f..5273330 100644 --- a/documentation/de/_Index.md +++ b/documentation/de/_Index.md @@ -13,4 +13,6 @@ ## Sonstiges - Reporting -- Lombok \ No newline at end of file +- Lombok + +## [Fragen und Antworten](qa.md) diff --git a/documentation/de/qa.md b/documentation/de/qa.md new file mode 100644 index 0000000..cca1467 --- /dev/null +++ b/documentation/de/qa.md @@ -0,0 +1,4 @@ +# Fragen und Antworten + + + diff --git a/documentation/en/QuickStart.md b/documentation/en/QuickStart.md index c590a29..10a0937 100644 --- a/documentation/en/QuickStart.md +++ b/documentation/en/QuickStart.md @@ -27,6 +27,11 @@ To build the image with jpackage, the profile image must be used: To build the native image with GraalVM, the profile native must be used: ```./mvnw -Dnative install``` +### Build a fat jar file + +You can build a fat jar file using the fatjar Image: +```./mvnw -Dfatjar package``` + ## Static code analysis results The static code analysis is done during the build of the application. The results can be found in diff --git a/documentation/en/_Index.md b/documentation/en/_Index.md index cfd09a4..104e6c8 100644 --- a/documentation/en/_Index.md +++ b/documentation/en/_Index.md @@ -13,4 +13,6 @@ ## Other Topics - Reporting -- Lombok \ No newline at end of file +- Lombok + +## [Questions and Answers](qa.md) diff --git a/documentation/en/qa.md b/documentation/en/qa.md new file mode 100644 index 0000000..f5af5cc --- /dev/null +++ b/documentation/en/qa.md @@ -0,0 +1,2 @@ +# Questions and Answers +