You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Nigel Magnay <ni...@activiti.com> on 2004/05/06 18:02:28 UTC

Using reactor to generate navigation.xml

Is there any example of using the reactor to auto-generate a
navigation.xml to subprojects ?
 
I have

 <j:forEach var="reactorProject" items="${reactorProjects}">

     	<echo>${reactorProject.artifactId}</echo>

    </j:forEach>

But I haven't looked at how to write out the navigation.xml file so I
was wondering if someone
Had already done the donkeywork ?

 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Using reactor to generate navigation.xml

Posted by Emmanuel Venisse <em...@venisse.net>.
You can use the multiproject plugin, it's more simple.

Emmanuel

----- Original Message ----- 
From: "Nigel Magnay" <ni...@activiti.com>
To: <us...@maven.apache.org>
Sent: Thursday, May 06, 2004 6:02 PM
Subject: Using reactor to generate navigation.xml


Is there any example of using the reactor to auto-generate a
navigation.xml to subprojects ?
 
I have

 <j:forEach var="reactorProject" items="${reactorProjects}">

     <echo>${reactorProject.artifactId}</echo>

    </j:forEach>

But I haven't looked at how to write out the navigation.xml file so I
was wondering if someone
Had already done the donkeywork ?

 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Using reactor to generate navigation.xml

Posted by Arnaud Heritier <ar...@laposte.net>.
The multiproject plugin does this.
It generates an entry for each subproject


Arnaud

> -----Message d'origine-----
> De : Nigel Magnay [mailto:nigel.magnay@activiti.com]
> Envoyé : jeudi 6 mai 2004 18:02
> À : users@maven.apache.org
> Objet : Using reactor to generate navigation.xml
> 
> Is there any example of using the reactor to auto-generate a
> navigation.xml to subprojects ?
> 
> I have
> 
>  <j:forEach var="reactorProject" items="${reactorProjects}">
> 
>      	<echo>${reactorProject.artifactId}</echo>
> 
>     </j:forEach>
> 
> But I haven't looked at how to write out the navigation.xml file so I
> was wondering if someone
> Had already done the donkeywork ?
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org