forked from loafle/openapi-generator-original
make jersey tests wait that jetty is closed before terminating
This commit is contained in:
parent
0d9878373c
commit
34d3a5e8d0
@ -36,6 +36,7 @@
|
|||||||
<webAppSourceDirectory>target/${project.artifactId}-${project.version}</webAppSourceDirectory>
|
<webAppSourceDirectory>target/${project.artifactId}-${project.version}</webAppSourceDirectory>
|
||||||
<stopPort>8079</stopPort>
|
<stopPort>8079</stopPort>
|
||||||
<stopKey>stopit</stopKey>
|
<stopKey>stopit</stopKey>
|
||||||
|
<stopWait>10</stopWait>
|
||||||
<httpConnector>
|
<httpConnector>
|
||||||
<port>{{serverPort}}</port>
|
<port>{{serverPort}}</port>
|
||||||
<idleTimeout>60000</idleTimeout>
|
<idleTimeout>60000</idleTimeout>
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
<webAppSourceDirectory>target/${project.artifactId}-${project.version}</webAppSourceDirectory>
|
<webAppSourceDirectory>target/${project.artifactId}-${project.version}</webAppSourceDirectory>
|
||||||
<stopPort>8079</stopPort>
|
<stopPort>8079</stopPort>
|
||||||
<stopKey>stopit</stopKey>
|
<stopKey>stopit</stopKey>
|
||||||
|
<stopWait>10</stopWait>
|
||||||
<httpConnector>
|
<httpConnector>
|
||||||
<port>{{serverPort}}</port>
|
<port>{{serverPort}}</port>
|
||||||
<idleTimeout>60000</idleTimeout>
|
<idleTimeout>60000</idleTimeout>
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
<webAppSourceDirectory>target/${project.artifactId}-${project.version}</webAppSourceDirectory>
|
<webAppSourceDirectory>target/${project.artifactId}-${project.version}</webAppSourceDirectory>
|
||||||
<stopPort>8079</stopPort>
|
<stopPort>8079</stopPort>
|
||||||
<stopKey>stopit</stopKey>
|
<stopKey>stopit</stopKey>
|
||||||
|
<stopWait>10</stopWait>
|
||||||
<httpConnector>
|
<httpConnector>
|
||||||
<port>8080</port>
|
<port>8080</port>
|
||||||
<idleTimeout>60000</idleTimeout>
|
<idleTimeout>60000</idleTimeout>
|
||||||
|
@ -36,6 +36,7 @@
|
|||||||
<webAppSourceDirectory>target/${project.artifactId}-${project.version}</webAppSourceDirectory>
|
<webAppSourceDirectory>target/${project.artifactId}-${project.version}</webAppSourceDirectory>
|
||||||
<stopPort>8079</stopPort>
|
<stopPort>8079</stopPort>
|
||||||
<stopKey>stopit</stopKey>
|
<stopKey>stopit</stopKey>
|
||||||
|
<stopWait>10</stopWait>
|
||||||
<httpConnector>
|
<httpConnector>
|
||||||
<port>8080</port>
|
<port>8080</port>
|
||||||
<idleTimeout>60000</idleTimeout>
|
<idleTimeout>60000</idleTimeout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user