X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=cdt%2Fpom.xml;h=bd408b53fe50cb1d2dd2b4120a8f42351a64ad33;hb=d69066a2ed223fc5f525fcff520c5740736c5cb6;hp=868347093812a5c038f52f92d780f11b331465df;hpb=04f2804a998f6982b4f2eba9821c232d16a949d1;p=appc%2Fdeployment.git diff --git a/cdt/pom.xml b/cdt/pom.xml index 8683470..bd408b5 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.4.0-SNAPSHOT + 1.5.0-SNAPSHOT 4.0.0 pom org.onap.appc.deployment installation-cdt - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT Installation - CDT Docker Creates APPC CDT Docker container onap/appc-cdt-image - 1.3.0 - 1.3.0-SNAPSHOT + 1.4.0 + 1.5.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 + + + + @@ -237,6 +273,25 @@ limitations under the License. + + copy-scripts + + copy-resources + + validate + + ${basedir}/target/docker-stage + + + src/main/scripts + + *.sh + + false + + + +