diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-11-01 16:01:52 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-11-01 16:01:52 +0100 |
commit | 4451563793a3bae1de979542e3f01f71c4c0569b (patch) | |
tree | d1565b1ddc46672606c60b409e889927e975781b /plugins/sonar-jacoco-plugin/pom.xml | |
parent | c82947ddae882085f31e959e76b74822486c0a39 (diff) | |
download | sonarqube-4451563793a3bae1de979542e3f01f71c4c0569b.tar.gz sonarqube-4451563793a3bae1de979542e3f01f71c4c0569b.zip |
SONAR-2952 remove the IT Coverage Tab implemented with GWT
Diffstat (limited to 'plugins/sonar-jacoco-plugin/pom.xml')
-rw-r--r-- | plugins/sonar-jacoco-plugin/pom.xml | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/plugins/sonar-jacoco-plugin/pom.xml b/plugins/sonar-jacoco-plugin/pom.xml index 3a3da0f1ad3..a974ec7698a 100644 --- a/plugins/sonar-jacoco-plugin/pom.xml +++ b/plugins/sonar-jacoco-plugin/pom.xml @@ -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> @@ -59,11 +59,6 @@ <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> @@ -88,25 +83,6 @@ <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> <executions> |