{feature}-installer.zip not copied to sdnc-img 37/1837/2
authorRashmi Pujar <rashmi.pujar@bell.ca>
Wed, 8 Mar 2017 20:46:48 +0000 (15:46 -0500)
committerRashmi Pujar <rashmi.pujar@bell.ca>
Wed, 8 Mar 2017 20:50:33 +0000 (15:50 -0500)
commit6878ca9312b05400f9f1018e6e9250fa2458f0d4
tree8b1c9905e8c79b3765709b429ec71af0bb913f3a
parent2430e07d833e366c50f758bbee09cca863220940
{feature}-installer.zip not copied to sdnc-img

The "generate-sources" phase assigned to
docker-maven-plugin occurs much earlier
than phase of for building and staging
*-installer zip files. This leads to
image not having any of these zip, thus
ODL inside sdnc containers fails to load
sdnc feature repos.

The right Maven lifecycle phase for building
docker should be "package" as this creates
docker-build.tar.

Also, removed the redundant file permission
change in Dockerfile

Change-Id: If951e97dd9568343a577e64a8dd9452aaf74557d
Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>
Former-commit-id: 0aa8a5792b8e12f1423fcbe45742b3d6de330558
installation/sdnc/pom.xml
installation/sdnc/src/main/docker/Dockerfile