X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fpom.xml;h=a94adf6fd99ce118516f554a50d1041bbc9bb677;hb=838f2ded9478ae140545fcdceb4cc10d73a2c92b;hp=223f4c01b67527e0ebd77b83bf1f42a0876e7d53;hpb=902abebc3b8b2d2925aa816afe84316c7071dcda;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/pom.xml b/lcm/pom.xml index 223f4c01..a94adf6f 100644 --- a/lcm/pom.xml +++ b/lcm/pom.xml @@ -18,17 +18,78 @@ org.onap.vfc.gvnfm.vnflcm vfc-gvnfm-vnflcm - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT 4.0.0 org.onap.vfc.gvnfm.vnflcm.lcm vfc-gvnfm-vnflcm-lcm - 1.0.1-SNAPSHOT + 1.1.0-SNAPSHOT pom vfc/gvnfm/vnflcm/lcm + + UTF-8 + . + xunit-results.xml + coverage.xml + py + python + **/**.py + **/tests/**.py,**/test*.py,**/__init__.py,setup.py + vfc gvnfm vnflcm lcm + + + + 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