]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2952 remove the IT Coverage Tab implemented with GWT
authorsimonbrandhof <simon.brandhof@gmail.com>
Tue, 1 Nov 2011 15:01:52 +0000 (16:01 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Tue, 1 Nov 2011 15:01:52 +0000 (16:01 +0100)
plugins/sonar-jacoco-plugin/pom.xml

index 3a3da0f1ad3c3e6336096f6af41bebe528d583c7..a974ec7698a3cd2d05e218b68dede0f0a8ed1c90 100644 (file)
@@ -14,7 +14,7 @@
   <packaging>sonar-plugin</packaging>
 
   <name>Sonar :: Plugins :: JaCoCo</name>
-  <description>JaCoCo is an alternative to Clover and Cobertura to measure coverage by unit tests.</description>
+  <description>JaCoCo is an alternative to Clover and Cobertura to measure coverage by unit tests</description>
   <url>http://docs.codehaus.org/display/SONAR/JaCoCo+Plugin</url>
   <inceptionYear>2010</inceptionYear>
   <organization>
       <artifactId>sonar-plugin-api</artifactId>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>org.codehaus.sonar</groupId>
-      <artifactId>sonar-gwt-api</artifactId>
-      <scope>provided</scope>
-    </dependency>
     <!-- Would be provided by environment -->
     <dependency>
       <groupId>org.apache.ant</groupId>
 
   <build>
     <plugins>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>gwt-maven-plugin</artifactId>
-        <executions>
-          <execution>
-            <configuration>
-              <modules>
-                <module>org.sonar.plugins.jacoco.itcoverage.viewer.CoverageViewer${gwt.permutationSuffix}</module>
-              </modules>
-              <skip>${skipGwt}</skip>
-              <webappDirectory>${project.build.directory}/classes</webappDirectory>
-              <extraJvmArgs>${gwt.extraJvmArgs}</extraJvmArgs>
-            </configuration>
-            <goals>
-              <goal>compile</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
       <plugin>
         <groupId>org.codehaus.sonar</groupId>
         <artifactId>sonar-dev-maven-plugin</artifactId>