Wendy, I tried what you suggested, but it appears as though none of the child modules for the parent projects are linked properly. It creates directories
/project-parent-1.1-SNAPSHOT/project-parent/ /project-moduleA-1.1-SNAPSHOT/project-parent/moduleA /project-moduleB-1.1-SNAPSHOT/project-parent/moduleB The problems is that links from /project-parent-1.1-SNAPSHOT/project-parent/index.html are referring to modules with relative links like this /project-parent-1.1-SNAPSHOT/project-parent/moduleA/index.html But the modules directories are at the same level as the parent... Any ideas? Thanks, jp4 Wendy Smoak-3 wrote: > > On 4/25/07, jp4 <[EMAIL PROTECTED]> wrote: > >> I was wondering if there is a way to deploy the site documentation to two >> different locations so that it is versioned properly... >> >> For example, >> http://www.foo.com/project1/1.0-SNAPSHOT >> http://www.foo.com/project1/1.1/ > > Try using ${version} in your distributionManagement site url. > > There's an example of something similar in the maven plugins parent pom: > http://svn.apache.org/repos/asf/maven/plugins/trunk/pom.xml > (look at the stagingSiteURL). > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Versioning-Site-Documentation-tf3648383s177.html#a10191124 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]