Hi Steffen,
If you use taskdef to use a custom task lib you must add in the POM the
property root to the jar
containing your task.
It's because Ant is loaded by maven in the root classloader . It can't find
classes in a low-level classloader.
You can take a look at the site plugin dependencies
[ http://jira.codehaus.org/browse/MPSITE-35?page=comments#action_44295 ]
Steffen Krause commented on MPSITE-35:
--
Hi,
thanks for the comment. Well, it seems like I have a problem in Maven in
general when a plugin does a in a goal. I looked up the maven