X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fpom.xml;h=1049cc53de6d66205d97c62737de444f88949739;hb=refs%2Fchanges%2F73%2F97173%2F2;hp=223f4c01b67527e0ebd77b83bf1f42a0876e7d53;hpb=902abebc3b8b2d2925aa816afe84316c7071dcda;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/pom.xml b/lcm/pom.xml index 223f4c01..1049cc53 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.3.6-SNAPSHOT 4.0.0 org.onap.vfc.gvnfm.vnflcm.lcm vfc-gvnfm-vnflcm-lcm - 1.0.1-SNAPSHOT + 1.3.6-SNAPSHOT pom - vfc/gvnfm/vnflcm/lcm + 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 + + ${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