Issue #4402 Fix NPE in JettyRunWarExplodedMojo (#4406)

Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
Jan Bartel 2019-12-10 12:29:40 +11:00 committed by GitHub
parent 2052b6e390
commit 0e6a1ce76b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ public class JettyRunWarExplodedMojo extends AbstractJettyMojo
{ {
try try
{ {
scanner.addDirectory(webApp.getClasses().toPath()); scanner.addDirectory(classes.toPath());
} }
catch (IOException e) catch (IOException e)
{ {