Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
parent
2052b6e390
commit
0e6a1ce76b
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue