Blob Blame History Raw
diff -up ./pom.xml.orig ./pom.xml
--- ./pom.xml.orig	2014-03-05 15:37:30.394631537 -0500
+++ ./pom.xml	2014-03-05 15:39:53.777840638 -0500
@@ -296,34 +296,6 @@
             </execution>
           </executions>
         </plugin>
-       <plugin>
-        <groupId>org.jacoco</groupId>
-        <artifactId>jacoco-maven-plugin</artifactId>
-        <version>0.6.3.201306030806</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>