site top level page not linking to children correctly

2007-01-16 Thread adrian.p.smith
I am setting up a multi-module project in Maven and want to get the web-site functionality working. I seem to have the basics, but my top level page has hyperlinks to the 'child' modules, but they're all pointing at http://maven.apache.org/index.html. When I type mvn site, I do get an error:

RE: site top level page not linking to children correctly

2007-01-16 Thread hermod.opstvedt
Hi add an urluri of your site/url entry to your pom Hermod -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 16, 2007 9:21 AM To: users@maven.apache.org Subject: site top level page not linking to children correctly I am setting up a multi

RE: site top level page not linking to children correctly

2007-01-16 Thread adrian.p.smith
] [mailto:[EMAIL PROTECTED] Sent: 16 January 2007 08:26 To: users@maven.apache.org Subject: RE: site top level page not linking to children correctly Hi add an urluri of your site/url entry to your pom Hermod -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday

Re: site top level page not linking to children correctly

2007-01-16 Thread Dennis Lundberg
stage the site as well. You can do that to a local disk. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 16 January 2007 08:26 To: users@maven.apache.org Subject: RE: site top level page not linking to children correctly Hi add an urluri of your site/url

site top level page not linking to children correctly

2007-01-15 Thread adrian.p.smith
I am setting up a multi-module project in Maven and want to get the web-site functionality working. I seem to have the basics, but my top level page has hyperlinks to the 'child' modules, but they're all pointing at http://maven.apache.org/index.html. When I type mvn site, I do get an error:

Re: site top level page not linking to children correctly

2007-01-15 Thread Dennis Lundberg
You need to define the url element in both parent and child POMs. The value of these tags are used to create the links between the parent and child sites. -- Dennis Lundberg [EMAIL PROTECTED] wrote: I am setting up a multi-module project in Maven and want to get the web-site functionality