X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=lcm%2Fpom.xml;h=6c97c4a79e7bd2aa184c974ec26d25bbc6a5985c;hb=0ca8d24920c2ab9462773b881400238fa0ffc7cd;hp=8b323d2c39d23d6e5ca4366ecb4846abfaaf2c6f;hpb=7a914faf04c3b8210636664f939d887bf1ce0b95;p=vfc%2Fgvnfm%2Fvnflcm.git diff --git a/lcm/pom.xml b/lcm/pom.xml index 8b323d2c..6c97c4a7 100644 --- a/lcm/pom.xml +++ b/lcm/pom.xml @@ -25,10 +25,71 @@ vfc-gvnfm-vnflcm-lcm 1.1.0-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