Skip to content

Commit b77c2f4

Browse files
committed
Uses different port for Jetty during integration testing to avoid clash
1 parent e6c1cec commit b77c2f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

apps/showcase/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@
167167
<includes>
168168
<include>it.org.apache.struts2.showcase.*Test</include>
169169
</includes>
170+
<systemPropertyVariables>
171+
<http.port>8090</http.port>
172+
</systemPropertyVariables>
170173
</configuration>
171174
<executions>
172175
<execution>
@@ -200,6 +203,9 @@
200203
<value>false</value>
201204
</systemProperty>
202205
</systemProperties>
206+
<httpConnector>
207+
<port>8090</port>
208+
</httpConnector>
203209
<scanIntervalSeconds>10</scanIntervalSeconds>
204210
<webAppSourceDirectory>${basedir}/src/main/webapp/</webAppSourceDirectory>
205211
<webAppConfig>

0 commit comments

Comments
 (0)