Skip to content

Commit 441c4d5

Browse files
authored
Merge pull request #557 from opennars/v3.0.3_pomfix
Update: pom: Forcing older surfire plugin makes testcases work again.
2 parents 35e1d0c + 166d2d2 commit 441c4d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,12 @@
219219
<plugin>
220220
<groupId>org.apache.maven.plugins</groupId>
221221
<artifactId>maven-surefire-plugin</artifactId>
222+
<version>2.5</version>
223+
<configuration>
224+
<skipTests>false</skipTests>
225+
<testFailureIgnore>true</testFailureIgnore>
226+
<forkMode>once</forkMode>
227+
</configuration>
222228
</plugin>
223229
<plugin>
224230
<groupId>org.jacoco</groupId>

0 commit comments

Comments
 (0)