From 838f2ded9478ae140545fcdceb4cc10d73a2c92b Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Fri, 2 Mar 2018 11:01:11 +0800 Subject: Add vfc-vnflcm coverage scan. Change-Id: I62b3a3982ff1b40cb31a2187c85fe72af9be7791 Issue-ID: VFC-781 Signed-off-by: ying.yunlong --- lcm/pom.xml | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) (limited to 'lcm/pom.xml') diff --git a/lcm/pom.xml b/lcm/pom.xml index 8b323d2c..a94adf6f 100644 --- a/lcm/pom.xml +++ b/lcm/pom.xml @@ -26,9 +26,70 @@ 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 -- cgit 1.2.3-korg