X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=df79d64e0b020af9d38ca88b8fc8b11f72eaef65;hb=4c1af2df65dd751b3f64fe555d1bda3409646dae;hp=1c5f788b60e1e23c12a610a8132316f360a487e5;hpb=bcf49a37cdf5da54fba35e65bdffb9d95babfc4c;p=vfc%2Fnfvo%2Flcm.git diff --git a/pom.xml b/pom.xml index 1c5f788b..df79d64e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ - org.openo.nfvo - nfvo-root - 1.1.0-SNAPSHOT + org.onap.oparent + oparent + 0.1.1 4.0.0 - org.openo.nfvo - nfvo-lcm + org.onap.vfc.nfvo.lcm + vfc-nfvo-lcm 1.1.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 + + ${session.executionRootDirectory}/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