Updated Branches:
  refs/heads/master 4bc629474 -> c214b4776

Add jetty stop function to cloudstack client


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c214b477
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c214b477
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c214b477

Branch: refs/heads/master
Commit: c214b47764be02d773d1f4ace8ea7c8600e371a7
Parents: 4bc6294
Author: Ian Duffy <i...@ianduffy.ie>
Authored: Wed Jun 26 11:35:57 2013 +0100
Committer: Sebastien Goasguen <run...@gmail.com>
Committed: Wed Jun 26 11:13:15 2013 -0400

----------------------------------------------------------------------
 client/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/c214b477/client/pom.xml
----------------------------------------------------------------------
diff --git a/client/pom.xml b/client/pom.xml
index ffa5ec7..b8182c2 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -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>

Reply via email to