Blame SOURCES/eclipse-cdt-linuxtools-disable-jacoco.patch

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