Skip to content

Commit 133ad56

Browse files
author
Philipp Karlsson
committed
Fixing server config for jira-maven-plugin to use localhost
1 parent b826bc2 commit 133ad56

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
@@ -199,6 +199,7 @@
199199
<enableQuickReload>true</enableQuickReload>
200200
<startupTimeout>1800000</startupTimeout>
201201
<jvmArgs>-Xms2g -Xmx4g -XX:+UseG1GC</jvmArgs>
202+
<server>localhost</server>
202203
<contextPath>/</contextPath>
203204
<productLicense>${jira.service.management.license}</productLicense>
204205
<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
@@ -201,6 +201,7 @@
201201
<enableQuickReload>true</enableQuickReload>
202202
<startupTimeout>1800000</startupTimeout>
203203
<jvmArgs>-Xms2g -Xmx4g -XX:+UseG1GC</jvmArgs>
204+
<server>localhost</server>
204205
<contextPath>/</contextPath>
205206
<productLicense>${jira.service.management.license}</productLicense>
206207
<httpPort>${jira.http.port}</httpPort>

0 commit comments

Comments
 (0)