aboutsummaryrefslogtreecommitdiffstats
path: root/jdisc_core/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2022-05-04 13:54:08 +0200
committergjoranv <gv@verizonmedia.com>2022-05-08 01:38:47 +0200
commit94088fe6442c1016e0202e63c800d21733dd7aee (patch)
tree43c89cb5b0908bcc6945e2e2ca0aa16d5751d056 /jdisc_core/pom.xml
parent260f7bef67c8132c23b4f7dd7c334f45ea25ceed (diff)
Add simple integration test for ExportPackages
- Add plugin management for failsafe-plugin
Diffstat (limited to 'jdisc_core/pom.xml')
-rw-r--r--jdisc_core/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index 19826c6de75..cf2502c73b8 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -285,6 +285,19 @@
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-failsafe-plugin</artifactId>
+ <version>3.0.0-M6</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>integration-test</goal>
+ <goal>verify</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>