Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-03-15 16:21:09 +0000
committerUwe Stieber2012-03-15 16:21:50 +0000
commit2569455f0402142a28e1660a1fb2f63263e0a8cf (patch)
treeeafd3ebfc016348ffcc613c0f380291eda41c44a /features/org.eclipse.tcf.repo
parent6de5398e3b3c97d7236b1a5d5a8896c571c79b1e (diff)
downloadorg.eclipse.tcf-2569455f0402142a28e1660a1fb2f63263e0a8cf.tar.gz
org.eclipse.tcf-2569455f0402142a28e1660a1fb2f63263e0a8cf.tar.xz
org.eclipse.tcf-2569455f0402142a28e1660a1fb2f63263e0a8cf.zip
Maven: Optimize JaCoCo build
Diffstat (limited to 'features/org.eclipse.tcf.repo')
-rw-r--r--features/org.eclipse.tcf.repo/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/org.eclipse.tcf.repo/pom.xml b/features/org.eclipse.tcf.repo/pom.xml
index f4707612c..b01d1e10f 100644
--- a/features/org.eclipse.tcf.repo/pom.xml
+++ b/features/org.eclipse.tcf.repo/pom.xml
@@ -19,6 +19,7 @@
<tcf-stream>juno</tcf-stream>
<tcf-zipfile>org.eclipse.tcf.repo.zip</tcf-zipfile>
<tcf-install>/home/data/httpd/download.eclipse.org/tools/tcf/builds/${tcf-stream}/nightly</tcf-install>
+ <jacoco.skip>true</jacoco.skip>
</properties>
<pluginRepositories>

Back to the top