Skip to content

Commit fdb0e2c

Browse files
committed
Derive from Apache Software Foundation Parent POM
1 parent 5083ab5 commit fdb0e2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tools/qualification-tool/pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,10 @@
154154
<plugin>
155155
<groupId>org.apache.maven.plugins</groupId>
156156
<artifactId>maven-surefire-plugin</artifactId>
157-
<version>2.21.0</version>
157+
<version>3.3.0</version>
158+
<configuration>
159+
<failIfNoSpecifiedTests>false</failIfNoSpecifiedTests>
160+
</configuration>
158161
</plugin>
159162

160163
<plugin>

0 commit comments

Comments
 (0)