aboutsummaryrefslogtreecommitdiffstats
path: root/mvn-phase-script.sh
AgeCommit message (Collapse)AuthorFilesLines
2018-06-12Replace shell build scripts with Maven solutionPiotr Bochenski1-203/+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>
2017-09-14Use standard docker tagLusheng Ji1-9/+77
Issue-Id: DCAEGEN2-60 Change-Id: I8c2a9a9542db66b2a82ab4795b411e11691e0f13 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-12Change to call docker build scriptLusheng Ji1-2/+13
Issue-Id: DCAEGEN2-60 Change-Id: Ic6763e7220e4e315ee9141581e75c93a673cf030 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-12Add docker build stepLusheng Ji1-43/+2
Issue-Id: DCAEGEN2-60 Change-Id: I1a2f2ebf74fb25b6f4d39614da3f31075d040df5 Signed-off-by: Lusheng Ji <lji@research.att.com>
2017-09-12Add docker buildLusheng Ji1-0/+165
Issue-Id: DCAEGEN2-60 Change-Id: I3c789276755f5645f764b79bf1078a988c614a0e Signed-off-by: Lusheng Ji <lji@research.att.com>