aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
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-application
parentb0511795397b19e4eeb0d82aec92105db4658380 (diff)
downloadsonarqube-c4faf8ce19ca4ff4946c7e0d1aa1d9175896f725.tar.gz
sonarqube-c4faf8ce19ca4ff4946c7e0d1aa1d9175896f725.zip
Drop unused Surefire config for skipping tests
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 24965e8cd3b..b71591fbd0b 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -247,13 +247,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skipTests>${skipServerTests}</skipTests>
- </configuration>
- </plugin>
</plugins>
</build>
<profiles>