Tip for Windows users for building

This commit is contained in:
Brian Postlethwaite 2024-10-31 07:55:02 +11:00
parent 0ebf628bec
commit bcf2ee886a
1 changed files with 4 additions and 0 deletions

View File

@ -57,6 +57,10 @@ To skip unit tests:
```
mvn -Dmaven.test.skip install
```
> **Note:** If you're on Windows and use PowerShell, The `-` needs to be escaped with a backtick (`)
> ```
> mvn `-Dmaven.test.skip install
> ```
To clean and rebuild the terminology server caches: