Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tcf.rse.feature/pom.xml')
-rw-r--r--features/org.eclipse.tcf.rse.feature/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/org.eclipse.tcf.rse.feature/pom.xml b/features/org.eclipse.tcf.rse.feature/pom.xml
index 978882608..1397a1c54 100644
--- a/features/org.eclipse.tcf.rse.feature/pom.xml
+++ b/features/org.eclipse.tcf.rse.feature/pom.xml
@@ -14,4 +14,8 @@
<artifactId>org.eclipse.tcf.rse.feature</artifactId>
<packaging>eclipse-feature</packaging>
<version>1.0.0.qualifier</version>
+
+ <properties>
+ <jacoco.skip>true</jacoco.skip>
+ </properties>
</project>

Back to the top