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:21 UTC

svn commit: r1574723 - in /incubator/sirona/trunk/agent/performance: jaxrs/cxf/pom.xml jaxrs/jaxrs2/pom.xml web/pom.xml

Author: olamy
Date: Thu Mar  6 00:02:20 2014
New Revision: 1574723

URL: http://svn.apache.org/r1574723
Log:
really use temporary port

Modified:
    incubator/sirona/trunk/agent/performance/jaxrs/cxf/pom.xml
    incubator/sirona/trunk/agent/performance/jaxrs/jaxrs2/pom.xml
    incubator/sirona/trunk/agent/performance/web/pom.xml

Modified: incubator/sirona/trunk/agent/performance/jaxrs/cxf/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/performance/jaxrs/cxf/pom.xml?rev=1574723&r1=1574722&r2=1574723&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/performance/jaxrs/cxf/pom.xml (original)
+++ incubator/sirona/trunk/agent/performance/jaxrs/cxf/pom.xml Thu Mar  6 00:02:20 2014
@@ -40,4 +40,20 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <systemPropertyVariables>
+              <arquillian.launch>tomcat7</arquillian.launch>
+              <tomcat.http>${tomcat.http}</tomcat.http>
+            </systemPropertyVariables>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
 </project>
\ No newline at end of file

Modified: incubator/sirona/trunk/agent/performance/jaxrs/jaxrs2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/performance/jaxrs/jaxrs2/pom.xml?rev=1574723&r1=1574722&r2=1574723&view=diff
==============================================================================
--- incubator/sirona/trunk/agent/performance/jaxrs/jaxrs2/pom.xml (original)
+++ incubator/sirona/trunk/agent/performance/jaxrs/jaxrs2/pom.xml Thu Mar  6 00:02:20 2014
@@ -35,4 +35,23 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <systemPropertyVariables>
+              <arquillian.launch>tomcat7</arquillian.launch>
+              <tomcat.http>${tomcat.http}</tomcat.http>
+            </systemPropertyVariables>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+
 </project>
\ No newline at end of file

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