X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=bdd5736a77151a435a00bdffc84841f51878f9c6;hb=884f87fd75c7de89eec65f851cd0615ace865082;hp=2982b70b0a0a67365dcfe91869c8a83477e66f3e;hpb=2906f8863e3af3559a5ba288cbc2363f31c9f507;p=multicloud%2Fframework.git diff --git a/pom.xml b/pom.xml index 2982b70..bdd5736 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,8 @@ org.onap.oparent oparent - 0.1.1 + 1.1.0 + ../oparent 4.0.0 org.onap.multicloud.framework @@ -27,4 +28,68 @@ 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 + + + + + + +