o Disabled EMMA runtime controller to avoid port conflicts

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@910267 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-02-15 17:15:24 +00:00
parent 3e37fe1c52
commit 620b0c5527
1 changed files with 4 additions and 0 deletions

View File

@ -212,6 +212,10 @@ under the License.
<name>verifier.forkMode</name>
<value>auto</value>
</property>
<property>
<name>emma.rt.control</name>
<value>false</value>
</property>
</systemProperties>
</configuration>
</plugin>