Re: [jira] Commented: (MPSITE-35) ftpdeploy doesn't work properly

2005-08-11 Thread Arnaud HERITIER
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

[jira] Commented: (MPSITE-35) ftpdeploy doesn't work properly

2005-08-10 Thread Steffen Krause (JIRA)
[ 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