407812 - jetty-maven-plugin can not handle whitespaces in equivalent of WEB-INF/classes paths
This commit is contained in:
parent
34b28503e6
commit
79f6121894
|
@ -67,7 +67,7 @@ public class MavenAnnotationConfiguration extends AnnotationConfiguration
|
|||
//scan the equivalent of the WEB-INF/classes directory that has been synthesised by the plugin
|
||||
if (f.isDirectory() && f.exists())
|
||||
{
|
||||
doParse(context, parser, Resource.newResource(f.toURL()));
|
||||
doParse(context, parser, Resource.newResource(f.toURI()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue