aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-10 19:47:18 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-10 22:41:48 +0100
commit1594c0ba1891a884dc3798fc5b2246956b5875d9 (patch)
treeab52aa051eef42b906e139cdff240142e235c6f3 /pom.xml
parentfdd25eeccd66a8eeb9814e5573bf373bee18db15 (diff)
downloadsonarqube-1594c0ba1891a884dc3798fc5b2246956b5875d9.tar.gz
sonarqube-1594c0ba1891a884dc3798fc5b2246956b5875d9.zip
Drop the unused coverage-per-test profile from pom
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/pom.xml b/pom.xml
index 64c3d0f64ba..fad7d7ab7ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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)