On Fri, 2002-08-09 at 18:31, Jason van Zyl wrote:
 
> <postGoal name="java:compile">
>   <dist:copy-deps todir="${maven.build.dest}">
> </postGoal>
> 

Correction. That should be:

<deploy:copy-deps todir="${maven.build.dest}"/>

You will also need to make a namespace adjustment at the top of your
maven.xml file like this:

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

James is working on eliminating the namespace jiggering but you need to
do it right now. You can also look at the deploy plugin where there is
an example.


-- 
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