I have a custom plugin where one of its goals has the following tag:

<deploy:copy-deps todir="${maven.dist.bin.assembly.dir}/lib"
excludes="ant"/>

I have defined the following namespaces:

<project 
   xmlns:deploy="deploy"
   xmlns:maven="jelly:maven"
   xmlns:j="jelly:core"
   xmlns:java="jelly:java"
   xmlns:dist="jelly:dist"
   xmlns:m="maven">

When the deploy:copy-deps tag is processed, it simply outputs the tag
(brackets and all) to the console. It does not copy any files. Any
suggestions?

Gordon


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to