From ed640f61e44fa70e54032480a34fcf877a2eed48 Mon Sep 17 00:00:00 2001
From: shrikantawachar <shrikant.awachar@amdocs.com>
Date: Thu, 5 Oct 2017 19:18:38 +0530
Subject: Code coverage using JaCoCO

Adding JaCoCo configuration to have code coverage

Change-Id: Ie42702b31bab8cd612d3516ab9eb4f3a2b7d8c16
Issue-ID: SDC-437
Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
---
 .../openecomp-sdc-translator-lib/openecomp-sdc-translator-impl/pom.xml   | 1 -
 1 file changed, 1 deletion(-)

(limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-impl')

diff --git a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-impl/pom.xml b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-impl/pom.xml
index a2e05b2056..e89c04c6b0 100644
--- a/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-impl/pom.xml
+++ b/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-impl/pom.xml
@@ -59,7 +59,6 @@
                     <systemPropertyVariables>
                         <config.location>${project.basedir}/configuration</config.location>
                     </systemPropertyVariables>
-					<skipTests>true</skipTests>
                 </configuration>
             </plugin>
         </plugins>
-- 
cgit