On Feb 13, 2008 10:51 AM, Edelson, Justin <[EMAIL PROTECTED]> wrote: > I think you want the site:stage goal: > http://maven.apache.org/plugins/maven-site-plugin/stage-mojo.html > > Justin >
OK, I've renamed all my projects, so they don't contain spaces. So it completes. But the links are still incorrect. So, I've staged out the site HTML files. I can see them generated correctly... stageDir/parentProject/ stageDir/parentProject/Child1 stageDir/parentProject/Child2 and, looking at each index.html file for each project, they all look fine. However, in the parentProject/index.html, where it links the modules, the href values are wrong. For example, the href link should be file://stageDir/parentProject/Child1/index.html Instead, it is file://stageDir/<the path to the source files of child1> So, the href that is generated is completely wrong. Is there any way to direct what links to use in the modules menu? Or should I just do it myself and be done with it? Thanks, Ed --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
