Build batchsamples zip

This commit is contained in:
David Turanski
2019-05-02 16:48:12 -04:00
parent 9c6d1c1f13
commit 48f67223c9
4 changed files with 91 additions and 0 deletions

View File

@@ -13,6 +13,12 @@ From the root project execute the following:
```
$ ./mvnw clean package
```
== Build the project zip file
```
$./mvnw clean package -Pdist
```
== Build the Docker Images for the project
```
$ ./mvnw clean package jib:dockerBuild