444676 Goal jetty:deploy-war produces errors with version 9.2.3

This commit is contained in:
Jan Bartel 2014-09-24 14:33:32 +10:00
parent dd8be028bb
commit 607797b005
1 changed files with 2 additions and 1 deletions

View File

@ -72,9 +72,10 @@ public class JettyDeployWar extends JettyRunWarMojo
@Override
public void finishConfigurationBeforeStart() throws Exception
{
super.finishConfigurationBeforeStart();
//only stop the server at shutdown if we are blocking
server.setStopAtShutdown(!nonblocking);
super.finishConfigurationBeforeStart();
}
}