aboutsummaryrefslogtreecommitdiffstats
path: root/hv-collector-coverage/pom.xml
diff options
context:
space:
mode:
authorPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-09-06 08:20:03 +0200
committerPiotr Jaszczyk <piotr.jaszczyk@nokia.com>2018-09-06 09:41:53 +0200
commitb20f963b6bafa0a0a5acfac3f2c802e5539b5068 (patch)
tree954636589ce62f9351aa50a082ce1e560908ad81 /hv-collector-coverage/pom.xml
parentd6f5bfa934b9aa0571e853fc5432ab84eceb9db1 (diff)
Build enhancements
* Handling docker proxy configuration in a reasonable way * Should skip coverage verification when skipTests was set * Get rid of resources encoding warning * Fix check-coverage output on Jenkins Change-Id: If828fc41a88074931649e739c615a8b9d8db8739 Issue-ID: DCAEGEN2-755 Signed-off-by: Piotr Jaszczyk <piotr.jaszczyk@nokia.com>
Diffstat (limited to 'hv-collector-coverage/pom.xml')
-rw-r--r--hv-collector-coverage/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/hv-collector-coverage/pom.xml b/hv-collector-coverage/pom.xml
index 970d4b41..31450918 100644
--- a/hv-collector-coverage/pom.xml
+++ b/hv-collector-coverage/pom.xml
@@ -60,7 +60,7 @@
</goals>
<configuration>
<excludes>
- <!-- Exclute Protobuf-generated classes -->
+ <!-- Exclude Protobuf-generated classes -->
<exclude>org/onap/ves/*</exclude>
</excludes>
<dataFileIncludes>
@@ -84,6 +84,7 @@
</execution>
</executions>
<configuration>
+ <skip>${skipTests}</skip>
<executable>${project.basedir}/check-coverage.sh</executable>
<workingDirectory>${project.basedir}</workingDirectory>
<arguments>