skip jacoco if skipped tests
diff --git a/pom.xml b/pom.xml
index 78efd27..b11f0fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -561,6 +561,7 @@
           <artifactId>jacoco-maven-plugin</artifactId>
           <version>${jacocoVersion}</version>
           <configuration>
+            <skip>${skipTests}</skip>
             <!--<append>true</append>
             <inclNoLocationClasses>true</inclNoLocationClasses>
             <haltOnFailure>false</haltOnFailure>