Add jetty stop function to cloudstack client

This commit is contained in:
Ian Duffy 2013-06-26 11:35:57 +01:00 committed by Sebastien Goasguen
parent 4bc6294746
commit c214b47764

View File

@ -307,6 +307,8 @@
<artifactId>maven-jetty-plugin</artifactId>
<version>6.1.26</version>
<configuration>
<stopPort>9966</stopPort>
<stopKey>stop-jetty</stopKey>
<connectors>
<connector implementation="org.mortbay.jetty.nio.SelectChannelConnector">
<port>8080</port>