diff options
Diffstat (limited to 'server/sonar-ws-client/pom.xml')
-rw-r--r-- | server/sonar-ws-client/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/server/sonar-ws-client/pom.xml b/server/sonar-ws-client/pom.xml index 4149dbea11b..089c5742d23 100644 --- a/server/sonar-ws-client/pom.xml +++ b/server/sonar-ws-client/pom.xml @@ -172,6 +172,13 @@ </archive> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <skipTests>${skipServerTests}</skipTests> + </configuration> + </plugin> </plugins> </build> </project> |