aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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)