Attempt to fix server test CI failures

Switch surefire configuration so that forking isn't used. This seems to
prevent the "Corrupted STDOUT by directly writing to native stream"
errors and will hopefully reduce failures on the CI server.

See gh-12689
This commit is contained in:
Phillip Webb 2018-03-29 17:14:53 -07:00
parent 7649eb6230
commit 32782429af

View File

@ -56,6 +56,9 @@
<maven.home>${maven.home}</maven.home>
<repository>${repository}</repository>
</systemPropertyVariables>
<useSystemClassLoader>false</useSystemClassLoader>
<forkCount>0</forkCount>
<reuseForks>false</reuseForks>
</configuration>
</plugin>
</plugins>