aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-06-29 14:57:02 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-08-02 11:30:21 +0200
commitc3accea4f7e27df5c032e369a15965ef6109b364 (patch)
treea3d59311b7e28bdd405c18b5ef16e68195de3d56 /pom.xml
parent52b52aeb2b9b961dc11b864874e72d2d220127a4 (diff)
Include "new" modules in coverage report
Change-Id: I8735b9a0c7b9e7d623e071098ee00d91d8a69fbf Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com> Issue-ID: DCAEGEN2-601
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 026afec8..4b117de3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,6 +278,12 @@
</goals>
</execution>
</executions>
+ <configuration>
+ <excludes>
+ <!-- Exclute Protobuf-generated classes -->
+ <exclude>org/onap/ves/*</exclude>
+ </excludes>
+ </configuration>
</plugin>
<plugin>