From: fujinhua Date: Fri, 2 Mar 2018 08:32:58 +0000 (+0800) Subject: Add Sonar coverage for vfc-nfvo-lcm X-Git-Tag: v1.1.0~105 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=936e24b79ac5ec5d88cc72109a8b49387ad2951b;p=vfc%2Fnfvo%2Flcm.git Add Sonar coverage for vfc-nfvo-lcm Change-Id: I4005b094f9b1ae98fe5324605a2ea65738bac497 Issue-ID: VFC-782 Signed-off-by: fujinhua --- diff --git a/pom.xml b/pom.xml index b2a50f8f..df79d64e 100644 --- a/pom.xml +++ b/pom.xml @@ -38,54 +38,58 @@ **/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 - - ${session.executionRootDirectory}/mvn-phase-script.sh - - - ${project.groupId} - ${project.artifactId} - ${project.version} - - + + + clean phase script + clean + + exec + + + + __ + clean + + + + + test script + test + + exec + + + + __ + test + + + + - - org.codehaus.mojo - exec-maven-plugin - 1.2.1 - - - clean phase script - clean - - exec - - - - __ - clean - - - - - test script - test - - exec - - - - __ - test - - - - - maven-assembly-plugin