Skip to content

Commit 9279af7

Browse files
authored
fixed maven surefire plugin (for testing)
1 parent a0d05b3 commit 9279af7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@
7373
</execution>
7474
</executions>
7575
</plugin>
76+
<!-- force certain surefire version for testing -->
77+
<plugin>
78+
<groupId>org.apache.maven.plugins</groupId>
79+
<artifactId>maven-surefire-plugin</artifactId>
80+
<version>3.0.0-M3</version>
81+
</plugin>
7682
</plugins>
7783
</build>
7884

@@ -95,4 +101,4 @@
95101
<scope>test</scope>
96102
</dependency>
97103
</dependencies>
98-
</project>
104+
</project>

0 commit comments

Comments
 (0)