> -----Original Message-----
> From: Nathan Coast [mailto:[EMAIL PROTECTED]]
> Sent: 08 October 2002 17:33
> To: Turbine Maven Developers List
> Subject: Re: multiple projects / sub projects
> 
> thanks vincent
> 
> >
> >
> > Why don't you create a "documentation" project (a maven subproject
like
> > the others). You will put the xml docs in that project. You can also
use
> > the reactor in the maven.xml for that doc project in order to gather
all
> > other subproject generated reports (if you wish).
> >
> 
> What I'm after is a single javadoc, changelog, checkstyle etc

Yes, I understand that but isn't it enough for you to have a master
javadoc page listing all subprojects for examples and when you click on
one you get the javadoc for that subproject? If you have divided them in
different projects, it must be because there is some differentiator
between them, no?

Same for the other reports.

> 
> >
> > Yes. There is now an <extend> tag that you can use as follows in
your
> > POM:
> >
> > <project>
> >   <extend>../project.xml</extend>
> >
> >
> 
> great!
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:turbine-maven-dev-
> [EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:turbine-maven-dev-
> [EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to