On Wed, 2002-11-27 at 20:59, Gordon wrote:
> 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">

Try using:

<project
  xmlns:deploy="deploy"
  xmlns:j="jelly:core">

The other namespace entries have values for URIs that don't exist.

Here is a reference to a maven.xml that I use for all the components I
build in plexus and it works just peachy:

http://tambora.zenplex.org/cgi-bin/viewcvs.cgi/plexus/component-builds/maven-component.xml?rev=1.4&content-type=text/vnd.viewcvs-markup

> 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]>
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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

Reply via email to