From e78851a226a2ea953e31152ac3af46439f63b596 Mon Sep 17 00:00:00 2001 From: Simon Seyock <8100558+simonseyock@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:48:13 +0200 Subject: [PATCH] chore: add docs for parameters to skip tests while building --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2839634a..ab3f28d9 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,12 @@ Install a new version of SHOGun to your local maven repository with mvn clean install ``` +or + + ```bash + maven clean install -DskipTests -Djib.skip=true + ``` + #### Application restart To apply any changes made, a restart of the application is required. A restart can easily be accomplished by