aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-graph/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-graph/pom.xml')
-rw-r--r--sonar-graph/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/sonar-graph/pom.xml b/sonar-graph/pom.xml
index 88e9bfaad2f..ffc47c481b4 100644
--- a/sonar-graph/pom.xml
+++ b/sonar-graph/pom.xml
@@ -37,4 +37,16 @@
<scope>test</scope>
</dependency>
</dependencies>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <skipTests>${skipBatchTests}</skipTests>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>