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

5c4483
diff -up ./pom.xml.fix ./pom.xml
5c4483
--- ./pom.xml.fix	2014-03-05 17:26:37.417268725 -0500
5c4483
+++ ./pom.xml	2014-03-05 17:26:54.337527088 -0500
525985
@@ -505,27 +505,6 @@
5c4483
 					</execution>
5c4483
 				</executions>
5c4483
 			</plugin>
5c4483
-			<plugin>
5c4483
-				<groupId>org.jacoco</groupId>
5c4483
-				<artifactId>jacoco-maven-plugin</artifactId>
525985
-				<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.cdt.*</include>
5c4483
-							</includes>
5c4483
-							<append>true</append>
5c4483
-						</configuration>
5c4483
-					</execution>
5c4483
-				</executions>
5c4483
-			</plugin>
5c4483
 		</plugins>
5c4483
 		<pluginManagement>
5c4483
 			<plugins>