It seems the webapp doesn't have a dependency on org.slf4j:jcl-over-slf4j. I added it and set the scope to runtime but the error is still there. Removing the runtime scope however, fixes the problem.
Thanks -- Marica On Tue, May 26, 2009 at 8:32 AM, Brett Porter <[email protected]> wrote: > The webapp has org.slf4j:jcl-over-slf4j in it that provides this. Any idea > why it wasn't being provided to the javadoc plugin? Maybe because of the > runtime scope? > > - Brett > > > On 24/05/2009, at 2:18 PM, Marica Tan wrote: > > I added a <excludePackageNames>*.validator</excludePackageNames> in >> javadoc >> plugin to fix this temporarily. >> -- >> Marica >> > >
