When you made : mvn install -N in the root directory.
Do you have in your local repo something like
${groupId}/${artifactId}-${version}-site.xml-----Message d'origine----- De : Valerio Schiavoni [mailto:[EMAIL PROTECTED] Envoyé : jeudi 13 juillet 2006 11:23 À : Maven Users List Objet : Re: RE : RE : Web site generation for multiple projects i do not declare any maven-site-plugin in the reporting. and even if I expecitely define it, i don't get a site for the parent project with references to its modules. can you post your snippet of pom.xml ? On 7/13/06, Olivier Lamy <[EMAIL PROTECTED]> wrote: > > Version of your maven-site-plugin ?? > -- > Olivier > > -----Message d'origine----- > De : HUGOT Franck [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 13 juillet 2006 10:26 > À : Maven Users List > Objet : RE: RE : Web site generation for multiple projects > > > Me too. > > It seems that <menu ref="modules" /> does not work. > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Franck HUGOT > SOFINCO - Groupe Credit Agricole > Service Urbanisation Des Développements > DSI/PAT/DAOS/SUDD > Tel : (+33) 01 60 76 54 66 > [EMAIL PROTECTED] > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > -----Message d'origine----- > De: Valerio Schiavoni [mailto:[EMAIL PROTECTED] > Envoyé: jeudi 13 juillet 2006 09:21 > À: Maven Users List > Objet: Re: RE : Web site generation for multiple projects > > Hello Arnaud, > here with 2.0.4, at first i thought you had a typo error (<project > > instead of <site > ); > i was not able to obtain the result you described.. > > On 7/13/06, Arnaud Bailly <[EMAIL PROTECTED]> wrote: > > > > <?xml version="1.0" encoding="ISO-8859-1"?> > > <project name="Framework LDAP"> > > <bannerRight> > > <href>http://sourceforge.net </href> > > > <src>http://sflogo.sourceforge.net/sflogo.php?group_id=169899&type=1 > <http://sflogo.sourceforge.net/sflogo.php?group_id=169899&type=1> > > </src> > > <name>Sorugeforge</name> > > > > </bannerRight> > > <body> > > <links> > > <item name="Maven" href="http://maven.apache.org/" /> > > </links> > > > > <menu name="Documentation" href="/index.html" collapsed="true" > > > <item name="User guide" href="/user-guide.html"/> > > <item name="French documentation" href="/fr/index.html"/> > > </menu> > > <menu ref="modules" /> > > </body> > > </project> > > > > regards > > > > PS: in the children, I have > > > > <?xml version="1.0" encoding="ISO-8859-1"?> > > <project name="Framework LDAP"> > > <body> > > <links> > > <item name="Maven" href="http://maven.apache.org/" /> > > </links> > > <menu name="Common Links" inherit="top" /> > > <menu ref="parent" /> > > ${reports} > > </body> > > </project> > > > > > > -- > http://valerioschiavoni.blogspot.com > http://jroller.com/page/vschiavoni > > > > --------------------------------------------------------------------- > 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] > > -- http://valerioschiavoni.blogspot.com http://jroller.com/page/vschiavoni --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
