Skip to content

Commit

Permalink
Merge pull request #921 from terrestris/add-skip-tests-parameters
Browse files Browse the repository at this point in the history
chore: add docs for parameters to skip tests while building
  • Loading branch information
simonseyock authored Sep 18, 2024
2 parents 7249e77 + e78851a commit c9215de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9215de

Please sign in to comment.