RE: source inclusion and exclusion out of the box in maven

2006-01-30 Thread Brian E. Fox
Maven uses plugins to effectively do everything, thus the maven compiler plugin is "out of the box" -Original Message- From: Dave Maung [mailto:[EMAIL PROTECTED] Sent: Monday, January 30, 2006 10:39 AM To: Maven Users List Subject: Re: source inclusion and exclusion out of

Re: source inclusion and exclusion out of the box in maven

2006-01-30 Thread Dave Maung
no. Javadoc inclusion source code is not the thing I was asking. I was asking about something maven can compile java source code in a customized way out of the box, basically do the similar thing as maven-compiler. probably, there isn't one and that is why maven compiler plugin exist. On 1/30/

Re: source inclusion and exclusion out of the box in maven

2006-01-30 Thread Kees de Kooter
Sorry, that is on a different mailing list. On 1/30/06, Kees de Kooter <[EMAIL PROTECTED]> wrote: > Dave, see the "Source attachment and javadoc location" thread. > > > If the sources are available in repository, plugin will download and > install it so you can browse it without doing anything ma

Re: source inclusion and exclusion out of the box in maven

2006-01-30 Thread Kees de Kooter
Dave, see the "Source attachment and javadoc location" thread. If the sources are available in repository, plugin will download and install it so you can browse it without doing anything manually. Unfortunately, not all projects have sources packaged with them on ibiblio as far as I know. It work

Re: source inclusion and exclusion out of the box in maven

2006-01-30 Thread Dave Maung
anybody know? On 1/28/06, Dave Maung <[EMAIL PROTECTED]> wrote: > > Is there way to include and exclude java source out of the box in maven 2 > instead of using maven-compiler-plugin? > something like? > > ../main/src/java > > custom.java > Dave >

Re: source inclusion and exclusion out of the box in maven

2006-01-28 Thread Dave Maung
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? > > > ../main/src/java > > eee.java > > Dave >

source inclusion and exclusion out of the box in maven

2006-01-28 Thread Dave Maung
Is there way to include and exclude java source out of the box in maven instead of using maven-compiler-plugin? ../main/src/java eee.java Dave