I meant in Maven2
On 1/28/06, Dave Maung <[EMAIL PROTECTED]> wrote: > > Is there way to include and exclude java source out of the box in maven > instead of using maven-compiler-plugin? > > <build> > <sourceDirectory>../main/src/java</sourceDirectory> > <includes> > <include>eee.java</include> > </includes> > Dave >
