RE: How can I excluding a generated source from a compile step

2007-02-22 Thread Matthews, Brian
Not as pretty as I hoped but works. Thanks Dan. -Original Message- From: Dan Tran [mailto:[EMAIL PROTECTED] Sent: Thursday, February 22, 2007 9:45 PM To: Maven Users List Subject: Re: How can I excluding a generated source from a compile step 1. use antrun to remove generated file(s

Re: How can I excluding a generated source from a compile step

2007-02-22 Thread Dan Tran
1. use antrun to remove generated file(s) before compile phase On 2/22/07, Matthews, Brian <[EMAIL PROTECTED]> wrote: I am using the axistools-maven-plug-in to generate my server side classes for a web service. I use the following plugin definition: org.codehaus.mojo axistools-mav