summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-os/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE-os/pom.xml')
-rw-r--r--ecomp-portal-FE-os/pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/ecomp-portal-FE-os/pom.xml b/ecomp-portal-FE-os/pom.xml
index ae3921ad..894d39d1 100644
--- a/ecomp-portal-FE-os/pom.xml
+++ b/ecomp-portal-FE-os/pom.xml
@@ -36,7 +36,14 @@
</filesets>
</configuration>
</plugin>
-
+ <plugin>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <version>0.7.6.201602180812</version>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>