aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-09-30 09:56:55 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-09-30 09:56:55 +0200
commitf9b616759e48519bd59f14608fdd3057881de418 (patch)
tree8ec893d4fbffea741d06de3f3d3fbec97c1492b7 /sonar-application/pom.xml
parent7a6211086f961e128a3819743c59adf6eb2cd682 (diff)
parentc48b703be87fea2174450cec018b5b3209d6d6fa (diff)
downloadsonarqube-f9b616759e48519bd59f14608fdd3057881de418.tar.gz
sonarqube-f9b616759e48519bd59f14608fdd3057881de418.zip
Merge remote-tracking branch 'remotes/origin/branch-4.5'
Conflicts: plugins/sonar-core-plugin/pom.xml plugins/sonar-cpd-plugin/pom.xml plugins/sonar-dbcleaner-plugin/pom.xml plugins/sonar-design-plugin/pom.xml plugins/sonar-email-notifications-plugin/pom.xml plugins/sonar-l10n-en-plugin/pom.xml plugins/sonar-xoo-plugin/pom.xml pom.xml server/pom.xml server/sonar-process-monitor/pom.xml server/sonar-process/pom.xml server/sonar-search/pom.xml server/sonar-server/pom.xml server/sonar-web/pom.xml server/sonar-ws-client/pom.xml sonar-application/pom.xml sonar-batch-maven-compat/pom.xml sonar-batch-protocol/pom.xml sonar-batch/pom.xml sonar-check-api/pom.xml sonar-colorizer/pom.xml sonar-core/pom.xml sonar-deprecated/pom.xml sonar-duplications/pom.xml sonar-graph/pom.xml sonar-home/pom.xml sonar-java-api/pom.xml sonar-markdown/pom.xml sonar-maven-plugin/pom.xml sonar-maven3-plugin/pom.xml sonar-plugin-api/pom.xml sonar-plugin-api/src/test/java/org/sonar/api/utils/HttpDownloaderTest.java sonar-testing-harness/pom.xml
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 914c60ebf5a..495631ea4dc 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -258,6 +258,13 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skipTests>${skipServerTests}</skipTests>
+ </configuration>
+ </plugin>
</plugins>
</build>
<profiles>