On 11/3/06, jp4 <[EMAIL PROTECTED]> wrote:

I have been searching for the Maven2 equivalent of the ant <depend> task but
I can't seem to find it.  Can someone help me out with a link?

Everything in Maven centers around the build lifecycle.
  http://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html
Because of that, tasks don't 'depend' on other tasks, instead they are
bound to different phases of the lifecycle.

What are you trying to get Maven to do?

--
Wendy

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

Reply via email to