Skip to content

Commit ec82beb

Browse files
committed
ready
1 parent c0e4adc commit ec82beb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,11 @@
338338
<groupId>org.apache.maven.plugins</groupId>
339339
<artifactId>maven-surefire-plugin</artifactId>
340340
<version>${version.maven.plugin.surefire}</version>
341+
<configuration>
342+
<skipTests>false</skipTests>
343+
<testFailureIgnore>true</testFailureIgnore>
344+
<forkMode>once</forkMode>
345+
</configuration>
341346
<dependencies>
342347
<dependency>
343348
<groupId>org.junit.jupiter</groupId>
@@ -362,6 +367,7 @@
362367
<excludePackageNames>com.datastax.stargate.graphql</excludePackageNames>
363368
<source>${maven.plugin.javadoc.source}</source>
364369
</configuration>
370+
365371
</plugin>
366372
<plugin>
367373
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)