X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=895147de92b59a8b771cdd6b1409e8a21544fb15;hb=741893e4cd6589bb5f65fa9b51c1c86aff5b5c98;hp=224ca8f378d6089cdc8a14aef0788dba00a6e220;hpb=b05fb22d90def79369e37f4e08ae19595317421a;p=optf%2Fosdf.git diff --git a/pom.xml b/pom.xml index 224ca8f..895147d 100644 --- a/pom.xml +++ b/pom.xml @@ -21,13 +21,13 @@ org.onap.oparent oparent-python - 1.2.1 + 3.0.0-SNAPSHOT org.onap.optf.osdf optf-osdf optf-osdf - 1.2.4-SNAPSHOT + 1.3.4-SNAPSHOT Optimization Service Design Framework @@ -39,6 +39,11 @@ python **/**.py,osdfapp.py test/**.py + yyyyMMdd'T'HHmmss'Z' + ${maven.build.timestamp} + ${project.version} + nexus3.onap.org:10003 + ${osdf.docker.repository}/onap/optf-osdf @@ -79,6 +84,80 @@ 2 + + org.codehaus.groovy.maven + gmaven-plugin + 1.0 + + + validate + + execute + + + ${project.basedir}/script/TagVersion.groovy + + + + + + io.fabric8 + docker-maven-plugin + 0.26.0 + + true + 1.23 + + + ${image.namespace} + optf-osdf + + true + + latest + ${project.docker.latesttagtimestamp.version} + ${project.docker.latesttag.version} + + + ${project.basedir}/docker/Dockerfile + + ${project.basedir}/docker/assembly/osdf-files.xml + onap-osdf-tm + + + ${project.version} + ${project.repo} + + + + + + + + + + generate-images + install + + build + + + + push-images + deploy + + build + push + + + ${image.namespace}:%l + + + +