Skip to content

Commit

Permalink
Skip tests to build WAR it faster
Browse files Browse the repository at this point in the history
  • Loading branch information
mwithi committed Nov 20, 2024
1 parent f36f7db commit 449b3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ You can see Swagger API Documentation at: http://localhost:8080/swagger-ui/index

```
### OH-core must have been built and available in .m2 (Maven) repo
./mvnw clean install -P war
./mvnw clean install -DskipTests=true -P war
```

3. (Optional) rename war to the desired `<appname>.war`:
Expand Down

0 comments on commit 449b3e8

Please sign in to comment.