summaryrefslogtreecommitdiffstats
path: root/vespa-osgi-testrunner/pom.xml
diff options
context:
space:
mode:
authorjonmv <venstad@gmail.com>2022-05-12 20:59:33 +0200
committerjonmv <venstad@gmail.com>2022-05-12 20:59:33 +0200
commit22a221c3a305d717a174bbb1bd43fc4db90141e6 (patch)
tree98a3f6121e13b5b08471d03ae29ae75560619ca0 /vespa-osgi-testrunner/pom.xml
parent1281b338df996727bbf97ce9c18bf438b8be4a72 (diff)
Ensure errors outside test methods count as failure
Diffstat (limited to 'vespa-osgi-testrunner/pom.xml')
-rw-r--r--vespa-osgi-testrunner/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/vespa-osgi-testrunner/pom.xml b/vespa-osgi-testrunner/pom.xml
index 0fba7d371aa..4fa651a6930 100644
--- a/vespa-osgi-testrunner/pom.xml
+++ b/vespa-osgi-testrunner/pom.xml
@@ -85,6 +85,13 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <excludedGroups>integration</excludedGroups>
+ </configuration>
+ </plugin>
</plugins>
</build>