From 98b6478d0a0768fa627affcbadd7061d5a4ea3fd Mon Sep 17 00:00:00 2001 From: fujinhua Date: Thu, 1 Mar 2018 17:01:10 +0800 Subject: Add Sonar coverage for vfc-nfvo-lcm Change-Id: I130219890970930c6917bad54a5c00cf1ef7fe30 Issue-ID: VFC-782 Signed-off-by: fujinhua --- pom.xml | 49 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 3e10ad24..b2a50f8f 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,6 @@ + ${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