mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 09:25:43 +01:00
change integration test port from 8080 to 8081
This commit is contained in:
@@ -386,6 +386,12 @@
|
||||
<value>target/scm-it</value>
|
||||
</systemProperty>
|
||||
</systemProperties>
|
||||
<connectors>
|
||||
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
|
||||
<port>8081</port>
|
||||
<maxIdleTime>60000</maxIdleTime>
|
||||
</connector>
|
||||
</connectors>
|
||||
<source>${project.build.javaLevel}</source>
|
||||
<target>${project.build.javaLevel}</target>
|
||||
<encoding>${project.build.sourceEncoding}</encoding>
|
||||
|
||||
@@ -65,7 +65,7 @@ public class AbstractITCaseBase
|
||||
|
||||
/** Field description */
|
||||
public static final String BASE_URL =
|
||||
"http://localhost:8080/scm-webapp/api/rest/";
|
||||
"http://localhost:8081/scm-webapp/api/rest/";
|
||||
|
||||
//~--- methods --------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user