Permalink
Browse files
Add stop port for Jetty plugin
- Loading branch information...
Showing
with
2 additions
and
0 deletions.
-
+2
−0
pom.xml
|
@@ -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