ATS-484 : Minor improvements

This commit is contained in:
Cezar.Leahu
2019-08-19 18:53:41 +03:00
parent 2cdde6928c
commit 0d6ec24a95
3 changed files with 10 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ Contains the common transformer (T-Engine) code, plus a few actual implementatio
The project can be built by running the Maven command:
```bash
mvn clean install -DskipTests -Plocal
mvn clean install -Plocal,docker-it-setup
```
> The `local` Maven profile builds local Docker images for each T-Engine.