Anyone know if there is something similar for other tasks, esp. Javadoc? I
use Maven predominantly for report/site generation and I would very much
like to create javadocs in one place for a number of existing (and related)
packages. Currently I can only specify one <package> tag, but I have a
number of different packages.
I can specify <package>com</package> and that sort-of works, but not all our
packages are in the "com" namespace. Ideally I could just specify a list of
packages as per the example below.
Thanks,
Jason
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 24 February 2004 16:12
To: Maven Users List
Subject: Re: How do I include multiple java source directories in Maven?
Thanks everyone for their help. Although, it sure
would be nice if we could simply do something like the
following within the project.xml file:
<build>
<sourceDirectories>
<sourceDirectory>dir1</sourceDirectory>
<sourceDirectory>dir2</sourceDirectory>
</sourceDirectories>
</build>
Also, where can I find information on Maven tasks like
"<maven:addPath/>"? I have not seen any documentation
about these tasks available to maven.
Thanks.
--- Johan Andries <[EMAIL PROTECTED]> wrote:
> Hello,
>
> AFAIK the only solution to specify multiple source
> dirs which is available
> at the moment can be found at:
>
http://wiki.codehaus.org/maven/FrequentlyAskedQuestions#head-7545bdc005f855e
> 6b2009275529746f011a9ebcd.
>
> Also have a peek at
>
http://wiki.codehaus.org/maven/CreatingJ2eeApplications.
>
> regards,
> Johan
>
>
>
> ----- Original Message -----
> From: "[EMAIL PROTECTED]"
> <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 24, 2004 4:39 PM
> Subject: How do I include multiple java source
> directories in Maven?
>
>
> > I am using XDoclet with Maven and when XDoclet
> > generates additional java source files it puts
> those
> > in a separate directory. How do I make Maven use
> > multiple source directories for compilation using
> the
> > "java:compile" goal?
> >
> > Thanks.
> >
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! Mail SpamGuard - Read only the mail you
> want.
> > http://antispam.yahoo.com/tools
> >
> >
>
---------------------------------------------------------------------
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
>
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
__________________________________
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]