diff -up ./pom.xml.orig ./pom.xml
--- ./pom.xml.orig 2014-09-17 12:48:49.000000000 -0400
+++ ./pom.xml 2014-09-18 16:38:00.652050893 -0400
@@ -53,10 +53,6 @@
<tycho-version>0.21.0</tycho-version>
<tycho-extras-version>0.21.0</tycho-extras-version>
<target-platform>linuxtools-staging</target-platform>
- <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
- <sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
- <sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
- <sonar.java.source>1.7</sonar.java.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<pluginRepositories>
@@ -254,34 +250,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.jacoco</groupId>
- <artifactId>jacoco-maven-plugin</artifactId>
- <version>0.7.1.201405082137</version>
- <executions>
- <execution>
- <id>pre-test</id>
- <goals>
- <goal>prepare-agent</goal>
- </goals>
- <configuration>
- <!-- Where to put jacoco coverage report -->
- <destFile>${sonar.jacoco.reportPath}</destFile>
- <includes>
- <include>org.eclipse.linuxtools.*</include>
- </includes>
- <append>true</append>
- </configuration>
- </execution>
- <execution>
- <id>post-test</id>
- <phase>test</phase>
- <goals>
- <goal>report</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
<pluginManagement>
<plugins>