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
|
@Override
|
||||||
public void finishConfigurationBeforeStart() throws Exception
|
public void finishConfigurationBeforeStart() throws Exception
|
||||||
{
|
{
|
||||||
|
super.finishConfigurationBeforeStart();
|
||||||
//only stop the server at shutdown if we are blocking
|
//only stop the server at shutdown if we are blocking
|
||||||
server.setStopAtShutdown(!nonblocking);
|
server.setStopAtShutdown(!nonblocking);
|
||||||
super.finishConfigurationBeforeStart();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue