diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-10 19:47:18 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-10 22:41:48 +0100 |
commit | 1594c0ba1891a884dc3798fc5b2246956b5875d9 (patch) | |
tree | ab52aa051eef42b906e139cdff240142e235c6f3 /pom.xml | |
parent | fdd25eeccd66a8eeb9814e5573bf373bee18db15 (diff) | |
download | sonarqube-1594c0ba1891a884dc3798fc5b2246956b5875d9.tar.gz sonarqube-1594c0ba1891a884dc3798fc5b2246956b5875d9.zip |
Drop the unused coverage-per-test profile from pom
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 34 |
1 files changed, 0 insertions, 34 deletions
@@ -1373,40 +1373,6 @@ </build> </profile> - <profile> - <id>coverage-per-test</id> - <activation> - <property> - <name>coveragePerTest</name> - </property> - </activation> - <dependencies> - <dependency> - <groupId>org.sonarsource.java</groupId> - <artifactId>sonar-jacoco-listeners</artifactId> - <version>${sonarJava.version}</version> - <scope>test</scope> - </dependency> - </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <properties> - <property> - <name>listener</name> - <value>org.sonar.java.jacoco.JUnitListener</value> - </property> - </properties> - </configuration> - </plugin> - </plugins> - </build> - </profile> - - <!-- The following profiles optimize the build for each team, according to their stack layers (scanner, server and web teams) |