You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2013/06/27 22:57:34 UTC

[32/50] [abbrv] git commit: updated refs/heads/vmsync to 3c2aa18

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/vmsync
Commit: c214b47764be02d773d1f4ace8ea7c8600e371a7
Parents: 4bc6294
Author: Ian Duffy <ia...@ianduffy.ie>
Authored: Wed Jun 26 11:35:57 2013 +0100
Committer: Sebastien Goasguen <ru...@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>