mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-03 04:19:12 +00:00
444676 Goal jetty:deploy-war produces errors with version 9.2.3
This commit is contained in:
parent
dd8be028bb
commit
607797b005
@ -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();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user