aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>