X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=azure%2Fpom.xml;h=e7ab780c8eadd787c2469df673ebffea51da53e2;hb=a3da3591ee2af222b98ea62b7ad1c7d2ce1c95e6;hp=4c40f0412dcab8fd70f675410629c7fd517ed85e;hpb=06dbbc0751e9918b2c178b1144f4d52aa05a46e8;p=multicloud%2Fazure.git diff --git a/azure/pom.xml b/azure/pom.xml index 4c40f04..e7ab780 100644 --- a/azure/pom.xml +++ b/azure/pom.xml @@ -16,13 +16,12 @@ org.onap.oparent oparent - 1.2.0 - ../oparent + 2.0.0 4.0.0 org.onap.multicloud.azure multicloud-azure - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT pom multicloud-azure multicloud azure @@ -31,9 +30,68 @@ UTF-8 UTF-8 https://nexus.onap.org + UTF-8 + . + xunit-results.xml + azure/coverage.xml + py + Python + **/*.py + **/tests/*,setup.py,**/azure/aria/** + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + ${project.basedir}/sonar.sh + + + ${project.groupId} + ${project.artifactId} + ${project.version} + + + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + + clean phase script + clean + + exec + + + + __ + clean + + + + + test script + test + + exec + + + + __ + test + + + + + maven-assembly-plugin @@ -53,6 +111,77 @@ - + + + docker + + + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + + copy-resources + validate + + copy-resources + + + ${project.basedir}/docker_target + + + ${project.basedir}/docker + true + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.6 + + + install + false + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + + + false + + +