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
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/
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
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
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
>
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
>
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