aboutsummaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2019-10-04 12:34:26 +0200
committerJon Marius Venstad <venstad@gmail.com>2019-10-04 12:34:26 +0200
commit9fa89fc8dc1364e186fe3b5b5e127e02d18d6545 (patch)
treea408780818b356defe0b7db8d55c0641e1d6a3a5 /tenant-base
parent26a2b353495a4f7d4ee829e5fd9ddef04bad4b9b (diff)
Run maven-surefire-report-plugin
Diffstat (limited to 'tenant-base')
-rw-r--r--tenant-base/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index 689e20e92a3..1221f799fc5 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -322,6 +322,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ </plugin>
</plugins>
</build>
</project>