Modify aaf docker shell script 35/40535/2
authorSai Gandham <sg481n@att.com>
Mon, 2 Apr 2018 15:58:43 +0000 (10:58 -0500)
committerSai Gandham <sg481n@att.com>
Mon, 2 Apr 2018 16:02:07 +0000 (11:02 -0500)
Modify aaf  jenkins shell script and add  maven clean
install command to generate resources to build docker
image

Issue-ID: AAF-208
Change-Id: I021b63de71ddf4698118f9344f0de3862b568239
Signed-off-by: Sai Gandham <sg481n@att.com>
jjb/aaf/build-aaf-docker-image.sh

index 17168ae..f5969a4 100644 (file)
@@ -1,6 +1,8 @@
 CURRENTDIR="$(pwd)"
 echo $CURRENTDIR
 ls -ltr
+mvn clean install
+ls -ltr
 cd auth/docker/
 ls -ltr
 chmod 755 *