aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-protocol/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-protocol/pom.xml
parentb0511795397b19e4eeb0d82aec92105db4658380 (diff)
downloadsonarqube-c4faf8ce19ca4ff4946c7e0d1aa1d9175896f725.tar.gz
sonarqube-c4faf8ce19ca4ff4946c7e0d1aa1d9175896f725.zip
Drop unused Surefire config for skipping tests
Diffstat (limited to 'sonar-scanner-protocol/pom.xml')
-rw-r--r--sonar-scanner-protocol/pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/sonar-scanner-protocol/pom.xml b/sonar-scanner-protocol/pom.xml
index 390bddadce8..ad0a08268a3 100644
--- a/sonar-scanner-protocol/pom.xml
+++ b/sonar-scanner-protocol/pom.xml
@@ -77,13 +77,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skipTests>${skipBatchTests}</skipTests>
- </configuration>
- </plugin>
- <plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<finalName>scanner-report-viewer-${project.version}</finalName>