Skip to content

Commit

Permalink
Do not ignore mvntest failure (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Sep 19, 2024
1 parent e807519 commit 55de126
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1184,6 +1184,7 @@
<configuration>
<!-- The package.json must define an "mvntest" script -->
<arguments>run mvntest</arguments>
<testFailureIgnore>false</testFailureIgnore>
</configuration>
</execution>

Expand Down Expand Up @@ -1252,6 +1253,7 @@
<configuration>
<!-- The package.json must define an "mvntest" script -->
<arguments>run mvntest</arguments>
<testFailureIgnore>false</testFailureIgnore>
</configuration>
</execution>

Expand Down

0 comments on commit 55de126

Please sign in to comment.