We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4428c7a commit 0fc0bacCopy full SHA for 0fc0bac
pom.xml
@@ -293,6 +293,25 @@
293
</configuration>
294
</plugin>
295
296
+ <plugin>
297
+ <groupId>org.apache.maven.plugins</groupId>
298
+ <artifactId>maven-failsafe-plugin</artifactId>
299
+ <version>3.5.4</version>
300
+ <configuration>
301
+ <includes>
302
+ <include>**/*IntegrationTests.java</include>
303
+ </includes>
304
+ </configuration>
305
+ <executions>
306
+ <execution>
307
+ <goals>
308
+ <goal>integration-test</goal>
309
+ <goal>verify</goal>
310
+ </goals>
311
+ </execution>
312
+ </executions>
313
+ </plugin>
314
+
315
<plugin>
316
<groupId>org.codehaus.mojo</groupId>
317
<artifactId>flatten-maven-plugin</artifactId>
0 commit comments