{feature}-installer.zip not copied to docker image 35/1835/1
authorRashmi Pujar <rashmi.pujar@bell.ca>
Wed, 8 Mar 2017 20:40:27 +0000 (15:40 -0500)
committerRashmi Pujar <rashmi.pujar@bell.ca>
Wed, 8 Mar 2017 20:40:27 +0000 (15:40 -0500)
commit49b130c5fee07da0fbe7f81cad6553c4bbb82061
tree0cb0d57d3dd31f1d2729bb13ff99c7f4d65c80b6
parent54f57d46c990bb0d9b6f7d10be1737994e3b577d
{feature}-installer.zip not copied to docker image

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 appc containers fails to load
appc feature repos.

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

Also, note that file permissions change added
to Dockerfile is redundant now that phase is
corrected.

Change-Id: I5565771de5de0593de1aad25f60e4001972712c2
Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca>
installation/appc/pom.xml
installation/appc/src/main/docker/Dockerfile