mirror of https://github.com/apache/maven.git
o Restored accidentially deleted config
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@982031 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4b3c364887
commit
cd0287119b
|
@ -235,6 +235,7 @@ under the License.
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<skip>false</skip>
|
||||||
<forkMode>once</forkMode>
|
<forkMode>once</forkMode>
|
||||||
<argLine>${surefireMemory}</argLine>
|
<argLine>${surefireMemory}</argLine>
|
||||||
<systemProperties combine.children="append">
|
<systemProperties combine.children="append">
|
||||||
|
|
Loading…
Reference in New Issue