doxia 1.0-alpha-9 NoClassDefFoundError SiteModuleManager
Hi all,
I'm trying to test doxia as a alternative to the docbkx maven plugin. But when
i try to launch simply the example I've the followed error :
java.lang.NoClassDefFoundError: org/apache/maven/doxia/module/site/manager/SiteModuleManager
at java.lang.Class.getDeclaredFields0(Native Method)
at java.lang.Class.privateGetDeclaredFields(Class.java:2291)
at java.lang.Class.getDeclaredField(Class.java:1880)
at hidden.org.codehaus.plexus.util.ReflectionUtils.getFieldByNameIncludingSuperclasses(ReflectionUtils.java:31)
....
Does anybody know how can I fix that ?
Regards,
Yann