Replace shell build scripts with Maven solution 63/51063/3
authorPiotr Bochenski <piotr.bochenski@nokia.com>
Fri, 8 Jun 2018 15:49:58 +0000 (17:49 +0200)
committerPiotr Bochenski <piotr.bochenski@nokia.com>
Tue, 12 Jun 2018 15:58:15 +0000 (17:58 +0200)
commit0421f6b4f00cf4657d3aee35946d5ebb8b1c2132
tree8ba811f6a6f8ca11178aab1a87404dcd9b9f1cf8
parentf5c6dcfb9e72bd7d55b24584c651e7dd2ae8990e
Replace shell build scripts with Maven solution

Remove dead bash code that is being executed during Maven build
phases and reimplement Docker interaction using plain Maven
solution.

This change simplifies build procedure and allows developers to
easily build, run and test their own self-built VES image on
local machine.

Issue-ID: DCAEGEN2-534

Change-Id: I63eb150406b78a71a55fdc728a4fbb4e1a4e6554
Signed-off-by: Piotr Bochenski <piotr.bochenski@nokia.com>
Dockerfile [deleted file]
docker-compose.yml [new file with mode: 0644]
mvn-phase-lib.sh [deleted file]
mvn-phase-script.sh [deleted file]
pom.xml
src/assembly/dep.xml
src/main/scripts/VESrestfulCollector.sh