Fix build and add integration profile

This commit is contained in:
David Turanski
2020-12-11 10:06:23 -05:00
parent 4516e7cae2
commit 7349be38e5
3 changed files with 77 additions and 37 deletions

View File

@@ -11,4 +11,9 @@ This project includes the following modules:
```bash
./mvnw clean install
```
=== Build container image and run integration tests
```bash
./mvnw install -Pintegration
```