X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cdt%2Fpom.xml;h=7ac1a65cad8c9f1d8d4f379291a94e2f9154dfa2;hb=8c46a7fb13b52f1b0d2fe0cc27787a5df209e285;hp=0c541fb3d8cd255e999e727a02f3d503433a1cd3;hpb=b4b8bc4aad8ee127344277c800d5a2de88237555;p=appc%2Fdeployment.git diff --git a/cdt/pom.xml b/cdt/pom.xml index 0c541fb..7ac1a65 100644 --- a/cdt/pom.xml +++ b/cdt/pom.xml @@ -27,22 +27,22 @@ limitations under the License. org.onap.appc.deployment appc-docker-project - 1.3.0-SNAPSHOT + 1.7.0-SNAPSHOT 4.0.0 pom org.onap.appc.deployment installation-cdt - 1.3.0-SNAPSHOT + 1.7.0-SNAPSHOT Installation - CDT Docker Creates APPC CDT Docker container onap/appc-cdt-image - 1.6.0 - 1.6.0-SNAPSHOT + 1.7.0 + 1.7.0-SNAPSHOT 1.0.0 @@ -77,15 +77,14 @@ limitations under the License. - - - + + + copy-resources + + copy-resources + + validate + + ${basedir}/target/docker-stage + + + src/main/resources + + nginx.conf + + false + + + + + + copy-certs + + copy-resources + + validate + + ${basedir}/target/docker-stage/cert + + + src/main/resources/cert + + *.pem + + false + + + + @@ -157,7 +193,7 @@ limitations under the License. } if ( project.properties['ver'].endsWith("-SNAPSHOT") ) { project.properties['dockertag1']=project.properties['ver'] + "-latest"; - project.properties['dockertag2']="latest"; + project.properties['dockertag2']=project.properties['ver'] + "-" + project.properties['timestamp']; project.properties['appc.version']=project.properties['appc.snapshot.version']; } else { project.properties['dockertag1']=versionArray[0] + '.' + versionArray[1] + "-STAGING-latest"; @@ -174,7 +210,7 @@ limitations under the License. io.fabric8 docker-maven-plugin - 0.16.5 + 0.28.0 false @@ -183,7 +219,7 @@ limitations under the License. try ${basedir}/target/docker-stage - ${basedir}/target/docker-stage/Dockerfile + Dockerfile ${dockertag1} ${dockertag2} @@ -237,6 +273,25 @@ limitations under the License. + + copy-scripts + + copy-resources + + validate + + ${basedir}/target/docker-stage + + + src/main/scripts + + *.sh + + false + + + +