Point to jetty:help when redeployment is disabled.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2021-05-06 12:05:12 +02:00
parent f575c65016
commit ebeb6dd21b
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("default scan=-1:redeploy disabled; scan=0:redeploy manual on ENTER; scan > 0:redeploy automatic");
getLog().info("Automatic redeployment disabled, see 'mvn jetty:help' for more redeployment options");
return; //no automatic or manual redeployment
}