Uses different port for Jetty during integration testing to avoid clash

This commit is contained in:
Lukasz Lenart
2022-07-08 08:21:16 +02:00
parent e6c1cec7f8
commit b77c2f476a
+6
View File
@@ -167,6 +167,9 @@
<includes>
<include>it.org.apache.struts2.showcase.*Test</include>
</includes>
<systemPropertyVariables>
<http.port>8090</http.port>
</systemPropertyVariables>
</configuration>
<executions>
<execution>
@@ -200,6 +203,9 @@
<value>false</value>
</systemProperty>
</systemProperties>
<httpConnector>
<port>8090</port>
</httpConnector>
<scanIntervalSeconds>10</scanIntervalSeconds>
<webAppSourceDirectory>${basedir}/src/main/webapp/</webAppSourceDirectory>
<webAppConfig>