X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=azure%2Fpom.xml;h=0fa37ace14d1a0e08bf9b393d1377c96968578a6;hb=822c26fbea5fddd8fc2444d85eb39f5fd6cb856e;hp=42740aa7cde0c255c05b3974adf7d65ce9548955;hpb=6927c37a31ef5a874e923a4fe02feb1392a7dfb4;p=multicloud%2Fazure.git diff --git a/azure/pom.xml b/azure/pom.xml index 42740aa..0fa37ac 100644 --- a/azure/pom.xml +++ b/azure/pom.xml @@ -12,20 +12,16 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --> - + org.onap.oparent oparent - 1.1.0 - ../oparent + 2.0.0 4.0.0 org.onap.multicloud.azure multicloud-azure - 1.2.0-SNAPSHOT + 1.2.4-SNAPSHOT pom multicloud-azure multicloud azure @@ -34,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 @@ -56,6 +111,82 @@ - + + + docker + + + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + + copy-resources + validate + + copy-resources + + + ${project.basedir}/docker_target + + + ${project.basedir}/docker + true + + + ${project.basedir}/docker_target/aria + ${project.basedir}/aria + true + + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + 1.6 + + + install + false + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + + + false + + +