You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2014/03/06 01:02:28 UTC

svn commit: r1574724 - in /incubator/sirona/trunk: plugins/hazelcast/gui/pom.xml server/reporting/pom.xml

Author: olamy
Date: Thu Mar  6 00:02:28 2014
New Revision: 1574724

URL: http://svn.apache.org/r1574724
Log:
fix test random http port usage

Modified:
    incubator/sirona/trunk/plugins/hazelcast/gui/pom.xml
    incubator/sirona/trunk/server/reporting/pom.xml

Modified: incubator/sirona/trunk/plugins/hazelcast/gui/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/plugins/hazelcast/gui/pom.xml?rev=1574724&r1=1574723&r2=1574724&view=diff
==============================================================================
--- incubator/sirona/trunk/plugins/hazelcast/gui/pom.xml (original)
+++ incubator/sirona/trunk/plugins/hazelcast/gui/pom.xml Thu Mar  6 00:02:28 2014
@@ -134,6 +134,7 @@
           <configuration>
             <systemPropertyVariables>
               <arquillian.launch>tomcat7</arquillian.launch>
+              <tomcat.http>${tomcat.http}</tomcat.http>
             </systemPropertyVariables>
           </configuration>
         </plugin>

Modified: incubator/sirona/trunk/server/reporting/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/server/reporting/pom.xml?rev=1574724&r1=1574723&r2=1574724&view=diff
==============================================================================
--- incubator/sirona/trunk/server/reporting/pom.xml (original)
+++ incubator/sirona/trunk/server/reporting/pom.xml Thu Mar  6 00:02:28 2014
@@ -170,6 +170,7 @@
           <configuration>
             <systemPropertyVariables>
               <arquillian.launch>tomcat7</arquillian.launch>
+              <tomcat.http>${tomcat.http}</tomcat.http>
             </systemPropertyVariables>
           </configuration>
         </plugin>