Skip to content

Commit 1c1e540

Browse files
committed
Update maven-surefire-plugin so it notices Junit 5 tests
1 parent 70836fb commit 1c1e540

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,15 @@
7777
</dependencies>
7878

7979
<build>
80+
<pluginManagement>
81+
<plugins>
82+
<plugin>
83+
<groupId>org.apache.maven.plugins</groupId>
84+
<artifactId>maven-surefire-plugin</artifactId>
85+
<version>3.0.0-M5</version>
86+
</plugin>
87+
</plugins>
88+
</pluginManagement>
8089
<plugins>
8190
<!-- Add benchmarks as a source directory -->
8291
<plugin>

0 commit comments

Comments
 (0)