X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=7f3cedecab191c2f5a343b9ace885429e7ca3cbb;hb=2be6623d01ec16b178ff1554af98430cf8bb95cb;hp=ca13ad9259238c7cf141ce6cf11a55ed0f30d8bc;hpb=5d9be0788f14254d679a8e161651d99bb459f790;p=vfc%2Fnfvo%2Flcm.git diff --git a/pom.xml b/pom.xml index ca13ad92..7f3cedec 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.3.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