That seems to be a bug in the javadoc plugin, it should be using
runtime scope dependencies. The webapp did have that dependency
transitively (see mvn dependency:list with the previous POM). Anyway,
seems the best workaround for now :)
- Brett
On 27/05/2009, at 9:57 PM, Marica Tan wrote:
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