use port 8085 as stopport

This commit is contained in:
Sebastian Sdorra
2011-05-13 08:13:00 +02:00
parent 3b9bd2f4fa
commit c4b831ead3
2 changed files with 2 additions and 2 deletions

View File

@@ -120,7 +120,7 @@
<artifactId>maven-jetty-plugin</artifactId>
<version>6.1.26</version>
<configuration>
<stopPort>8005</stopPort>
<stopPort>8085</stopPort>
<stopKey>STOP</stopKey>
<systemProperties>
<systemProperty>

View File

@@ -431,7 +431,7 @@
<artifactId>maven-jetty-plugin</artifactId>
<version>6.1.26</version>
<configuration>
<stopPort>8005</stopPort>
<stopPort>8085</stopPort>
<stopKey>STOP</stopKey>
<systemProperties>
<systemProperty>