Merge branch 'master' into javawebsocket-jsr
This commit is contained in:
commit
6e918927f2
|
@ -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