How can I excluding a generated source from a compile step

2007-02-22 Thread Matthews, Brian
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-maven-plugin 1.0 com.terranua.mco.charts.webservice true false false false

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

2007-02-22 Thread Matthews, Brian
) 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 > axist