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