summaryrefslogtreecommitdiffstats
path: root/mvn-phase-lib.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-06-12Replace shell build scripts with Maven solutionPiotr Bochenski1-296/+0
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>
2018-04-02Fix docker tagLusheng Ji1-2/+2
Follow the docker tagging required by CIMAN. Issue-ID: DCAEGEN2-206 Change-Id: I013b2b33109e034bb329967198c8fd589c92ff92 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-12Legalize docker image nameLusheng Ji1-0/+1
Issue-Id: DCAEGEN2-60 Change-Id: I08fccf8849ebebfc326cf998fffbba490d31a860 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-12Add docker buildLusheng Ji1-0/+295
Issue-Id: DCAEGEN2-60 Change-Id: I3c789276755f5645f764b79bf1078a988c614a0e Signed-off-by: Lusheng Ji <lji@research.att.com>