X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=blobdiff_plain;f=pom.xml;h=8a10a3f0f4b1586a617fa76836c2eb68089144e4;hp=2982b70b0a0a67365dcfe91869c8a83477e66f3e;hb=72d43b4067714f3e8aa61c5f07a81861aaa88b37;hpb=2906f8863e3af3559a5ba288cbc2363f31c9f507 diff --git a/pom.xml b/pom.xml index 2982b70..8a10a3f 100644 --- a/pom.xml +++ b/pom.xml @@ -18,13 +18,78 @@ org.onap.oparent oparent - 0.1.1 + 1.1.0 + ../oparent 4.0.0 org.onap.multicloud.framework multicloud-framework - 1.1.0-SNAPSHOT + 1.1.2-SNAPSHOT pom multicloud-framework multivim broker - + + UTF-8 + . + xunit-results.xml + multivimbroker/coverage.xml + py + Python + **/*.py + tests/*,setup.py + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.1.1 + + ${session.executionRootDirectory}/sonar.sh + + + ${project.groupId} + ${project.artifactId} + ${project.version} + + + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.1.1 + + + clean phase script + clean + + exec + + + + __ + clean + + + + + test script + test + + exec + + + + __ + test + + + + + + +