You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/02/15 18:15:25 UTC

svn commit: r910267 - /maven/core-integration-testing/trunk/core-it-suite/pom.xml

Author: bentmann
Date: Mon Feb 15 17:15:24 2010
New Revision: 910267

URL: http://svn.apache.org/viewvc?rev=910267&view=rev
Log:
o Disabled EMMA runtime controller to avoid port conflicts

Modified:
    maven/core-integration-testing/trunk/core-it-suite/pom.xml

Modified: maven/core-integration-testing/trunk/core-it-suite/pom.xml
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/pom.xml?rev=910267&r1=910266&r2=910267&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/pom.xml (original)
+++ maven/core-integration-testing/trunk/core-it-suite/pom.xml Mon Feb 15 17:15:24 2010
@@ -212,6 +212,10 @@
                   <name>verifier.forkMode</name>
                   <value>auto</value>
                 </property>
+                <property>
+                  <name>emma.rt.control</name>
+                  <value>false</value>
+                </property>
               </systemProperties>
             </configuration>
           </plugin>



Re: svn commit: r910267 - /maven/core-integration-testing/trunk/core-it-suite/pom.xml

Posted by Benjamin Bentmann <be...@udo.edu>.
Jason van Zyl wrote:

> Can't we do free port detection?

Maybe, but the point here is that we don't need this port at all. We 
don't control EMMA remotely.


Benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r910267 - /maven/core-integration-testing/trunk/core-it-suite/pom.xml

Posted by Jason van Zyl <ja...@sonatype.com>.
Can't we do free port detection?

On Feb 15, 2010, at 12:15 PM, bentmann@apache.org wrote:

> Author: bentmann
> Date: Mon Feb 15 17:15:24 2010
> New Revision: 910267
> 
> URL: http://svn.apache.org/viewvc?rev=910267&view=rev
> Log:
> o Disabled EMMA runtime controller to avoid port conflicts
> 
> Modified:
>    maven/core-integration-testing/trunk/core-it-suite/pom.xml
> 
> Modified: maven/core-integration-testing/trunk/core-it-suite/pom.xml
> URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/pom.xml?rev=910267&r1=910266&r2=910267&view=diff
> ==============================================================================
> --- maven/core-integration-testing/trunk/core-it-suite/pom.xml (original)
> +++ maven/core-integration-testing/trunk/core-it-suite/pom.xml Mon Feb 15 17:15:24 2010
> @@ -212,6 +212,10 @@
>                   <name>verifier.forkMode</name>
>                   <value>auto</value>
>                 </property>
> +                <property>
> +                  <name>emma.rt.control</name>
> +                  <value>false</value>
> +                </property>
>               </systemProperties>
>             </configuration>
>           </plugin>
> 
> 

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
http://twitter.com/jvanzyl
----------------------------------------------------------