Re: Maven equivalent of ant optional task

2006-11-03 Thread jp4
The task is used to determine java class file dependencies From the ant docs... The depend task works by determining which classes are out of date with respect to their source and then removing the class files of any other classes which depend on the out-of-date classes. For example, if you

Re: Maven equivalent of ant optional task

2006-11-03 Thread Wendy Smoak
On 11/3/06, jp4 <[EMAIL PROTECTED]> wrote: I have been searching for the Maven2 equivalent of the ant 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-t

Maven equivalent of ant optional task

2006-11-03 Thread jp4
I have been searching for the Maven2 equivalent of the ant task but I can't seem to find it. Can someone help me out with a link? -- View this message in context: http://www.nabble.com/Maven-equivalent-of-ant-%3Cdepend%3E-optional-task-tf2568454s177.html#a7159353 Sent from the Maven - Users ma