X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=bbae0ddb694927faa30dd52517433478466fe8bb;hb=b03a30d541b972ac034baf4bd0e08d339ed3e78d;hp=ca13ad9259238c7cf141ce6cf11a55ed0f30d8bc;hpb=5d9be0788f14254d679a8e161651d99bb459f790;p=vfc%2Fnfvo%2Flcm.git diff --git a/pom.xml b/pom.xml index ca13ad92..bbae0ddb 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ - org.onap.nfvo + org.onap.oparent oparent - 1.0.0-SNAPSHOT + 1.2.0 4.0.0 - org.onap.nfvo - nfvo-lcm - 1.0.0-SNAPSHOT + org.onap.vfc.nfvo.lcm + vfc-nfvo-lcm + 1.2.0-SNAPSHOT pom - nfvo/lcm - nfvo lcm + vfc-nfvo-lcm + vfc nfvo lcm + + UTF-8 + . + xunit-results.xml + coverage.xml + py + python + **/**.py + **/tests/**.py,**/test*.py + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + ${project.basedir}/mvn-phase-script.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