diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-19 14:19:56 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-02-19 14:19:56 +0100 |
commit | c4faf8ce19ca4ff4946c7e0d1aa1d9175896f725 (patch) | |
tree | e378ec81efb0813c3e068f2474b4f8e98ab9280e /server/sonar-search/pom.xml | |
parent | b0511795397b19e4eeb0d82aec92105db4658380 (diff) | |
download | sonarqube-c4faf8ce19ca4ff4946c7e0d1aa1d9175896f725.tar.gz sonarqube-c4faf8ce19ca4ff4946c7e0d1aa1d9175896f725.zip |
Drop unused Surefire config for skipping tests
Diffstat (limited to 'server/sonar-search/pom.xml')
-rw-r--r-- | server/sonar-search/pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index 3b633757f20..bf21503aa2d 100644 --- a/server/sonar-search/pom.xml +++ b/server/sonar-search/pom.xml @@ -65,16 +65,4 @@ </dependency> </dependencies> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <skipTests>${skipServerTests}</skipTests> - </configuration> - </plugin> - </plugins> - </build> - </project> |