{feature}-installer.zip not copied to sdnc-img
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)
commit0aa8a5792b8e12f1423fcbe45742b3d6de330558
treec5bd4abf9c0c764e1d173dca60e4b6ab69d8110c
parent8c4f00ab3215d98e81e9480447696db59f36080e
{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>
installation/sdnc/pom.xml
installation/sdnc/src/main/docker/Dockerfile