mirror of https://github.com/apache/maven.git
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:
parent
3e37fe1c52
commit
620b0c5527
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue