From 936e24b79ac5ec5d88cc72109a8b49387ad2951b Mon Sep 17 00:00:00 2001 From: fujinhua Date: Fri, 2 Mar 2018 16:32:58 +0800 Subject: [PATCH] Add Sonar coverage for vfc-nfvo-lcm Change-Id: I4005b094f9b1ae98fe5324605a2ea65738bac497 Issue-ID: VFC-782 Signed-off-by: fujinhua --- pom.xml | 88 ++++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 46 insertions(+), 42 deletions(-) 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 -- 2.16.6