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@981713 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
24d00c6eda
commit
35e6798412
|
@ -233,6 +233,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