Skip to content

Commit 55de126

Browse files
authored
Do not ignore mvntest failure (#1008)
1 parent e807519 commit 55de126

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,7 @@
11841184
<configuration>
11851185
<!-- The package.json must define an "mvntest" script -->
11861186
<arguments>run mvntest</arguments>
1187+
<testFailureIgnore>false</testFailureIgnore>
11871188
</configuration>
11881189
</execution>
11891190

@@ -1252,6 +1253,7 @@
12521253
<configuration>
12531254
<!-- The package.json must define an "mvntest" script -->
12541255
<arguments>run mvntest</arguments>
1256+
<testFailureIgnore>false</testFailureIgnore>
12551257
</configuration>
12561258
</execution>
12571259

0 commit comments

Comments
 (0)