X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=5ac2477607c1071171abd474055fe720eb3763ec;hb=430153e1a9489a86cf0ff7942eceb0bf5f1c170c;hp=982ca96033fba80cc6b3a5571ec3c3a54c49960e;hpb=b8bad9d2cc5168e55271929a6474184129f31ef2;p=optf%2Fosdf.git diff --git a/pom.xml b/pom.xml index 982ca96..5ac2477 100644 --- a/pom.xml +++ b/pom.xml @@ -14,36 +14,41 @@ License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 pom org.onap.oparent oparent-python - 1.1.0-SNAPSHOT + 2.1.0 org.onap.optf.osdf optf-osdf optf-osdf - 1.1.0-SNAPSHOT + 1.3.4-SNAPSHOT Optimization Service Design Framework - UTF-8 - . - xunit-results.xml - coverage.xml - py - python - **/**.py + UTF-8 + . + xunit-results.xml + coverage.xml + py + 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 + exec-maven-plugin org.codehaus.mojo @@ -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 + + + +