inform user of default scane mode and restructure wording

This commit is contained in:
zahid 2021-04-16 19:35:56 +01:00
parent dab26c601d
commit 35b64fadd7
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ public class JettyRunMojo extends AbstractUnassembledWebAppMojo
{
if (scan < 0)
{
getLog().info("Redeployment not enabled");
getLog().info("default scan=-1:redeploy disabled; scan=0:redeploy manual on ENTER; scan > 0:redeploy automatic");
return; //no automatic or manual redeployment
}