> -----Original Message-----
> From: Nathan Coast [mailto:[EMAIL PROTECTED]]
> Sent: 08 October 2002 17:12
> To: Turbine Maven Developers List
> Subject: multiple projects / sub projects
> 
> Hi,
> 
> I have a project that consists of a number of sub-projects (ejbs,
> webapps etc).  Is it possible to generate the project reports and
> documentation accross these multiple projets.  I'd like there to be a
> single 'site' for the whole project rather than a maven site for each
> component within the parent project.

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). 

> 
> On a similar note, I remember from a while ago a discussion about
> project inheritance. In other words, the ability to define certain
> project info in a parent project.xml (e.g. developers, CVS repo etc)
> and others in the sub project.xml (e.g. dependencies).  Did this ever
> happen?

Yes. There is now an <extend> tag that you can use as follows in your
POM:

<project>
  <extend>../project.xml</extend>


-Vincent

> 
> Thanks
> Nathan
> 
> 
> --
> 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