aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-19 14:19:56 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-02-19 14:19:56 +0100
commitc4faf8ce19ca4ff4946c7e0d1aa1d9175896f725 (patch)
treee378ec81efb0813c3e068f2474b4f8e98ab9280e /sonar-scanner-engine/pom.xml
parentb0511795397b19e4eeb0d82aec92105db4658380 (diff)
downloadsonarqube-c4faf8ce19ca4ff4946c7e0d1aa1d9175896f725.tar.gz
sonarqube-c4faf8ce19ca4ff4946c7e0d1aa1d9175896f725.zip
Drop unused Surefire config for skipping tests
Diffstat (limited to 'sonar-scanner-engine/pom.xml')
-rw-r--r--sonar-scanner-engine/pom.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/sonar-scanner-engine/pom.xml b/sonar-scanner-engine/pom.xml
index d15fb384ef7..10ff9e32144 100644
--- a/sonar-scanner-engine/pom.xml
+++ b/sonar-scanner-engine/pom.xml
@@ -137,18 +137,6 @@
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skipTests>${skipBatchTests}</skipTests>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
<profiles>
<profile>
<id>runBenchmarks</id>