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 c0e4adc commit ec82bebCopy full SHA for ec82beb
pom.xml
@@ -338,6 +338,11 @@
338
<groupId>org.apache.maven.plugins</groupId>
339
<artifactId>maven-surefire-plugin</artifactId>
340
<version>${version.maven.plugin.surefire}</version>
341
+ <configuration>
342
+ <skipTests>false</skipTests>
343
+ <testFailureIgnore>true</testFailureIgnore>
344
+ <forkMode>once</forkMode>
345
+ </configuration>
346
<dependencies>
347
<dependency>
348
<groupId>org.junit.jupiter</groupId>
@@ -362,6 +367,7 @@
362
367
<excludePackageNames>com.datastax.stargate.graphql</excludePackageNames>
363
368
<source>${maven.plugin.javadoc.source}</source>
364
369
</configuration>
370
+
365
371
</plugin>
366
372
<plugin>
373
0 commit comments