Skip to content

Commit 4c85959

Browse files
author
Philipp Karlsson
committed
Fixing pom.xml server for jira
1 parent 10c5d5d commit 4c85959

File tree

3 files changed

+3
-0
lines changed
  • kotlin-insight-client/kotlin-insight-client-test-sdk
  • kotlin-jira-client

3 files changed

+3
-0
lines changed

kotlin-insight-client/kotlin-insight-client-test-sdk/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@
207207
<enableQuickReload>true</enableQuickReload>
208208
<startupTimeout>1800000</startupTimeout>
209209
<jvmArgs>-Xms2g -Xmx4g -XX:+UseG1GC</jvmArgs>
210+
<server>localhost</server>
210211
<contextPath>/</contextPath>
211212
<productLicense>${jira.service.management.license}</productLicense>
212213
<httpPort>${jira.http.port}</httpPort>

kotlin-jira-client/kotlin-jira-client-test-base/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
<contextPath>/</contextPath>
8484
<installPlugin>false</installPlugin>
8585
<jvmArgs>-Xms2g -Xmx4g -XX:+UseG1GC</jvmArgs>
86+
<server>localhost</server>
8687
<httpPort>${jira.http.port}</httpPort>
8788
<applications>
8889
<application>

kotlin-jira-client/kotlin-jira-client-test-sdk/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
</productDataPath>
209209
<skipITs>true</skipITs>
210210
<jvmArgs>-Xms2g -Xmx4g -XX:+UseG1GC</jvmArgs>
211+
<server>localhost</server>
211212
<contextPath>/</contextPath>
212213
<productLicense>${jira.service.management.license}</productLicense>
213214
<httpPort>${jira.http.port}</httpPort>

0 commit comments

Comments
 (0)