Permalink
Browse files

Add stop port for Jetty plugin

  • Loading branch information...
1 parent fbd6815 commit 6682c0570c9150e47fe2a84eedf3ad7cddaf7b12 @jmarin jmarin committed Sep 28, 2012
Showing with 2 additions and 0 deletions.
  1. +2 −0 pom.xml
View
@@ -384,6 +384,8 @@
</connector>
</connectors>
<webApp>${basedir}/target/spatialsearch</webApp>
+ <stopPort>9966</stopPort>
+ <stopKey>foo</stopKey>
</configuration>
<executions>
<execution>

0 comments on commit 6682c05

Please sign in to comment.