I still can't get it to work (using site:run), but I noticed something odd. When the files are staged, the Name of the child Project is used as the name of the subfolder. So, after running site:stage, I can see
/parentDirectory/<name of child project> When I say name, I mean the value in the child project's POM in the <name> element. I got some errors when the name contained spaces (mvn:stage couldn't copy files because it could handle a target directory with a space in it). However, the url assigned the menu's href uses the artifactId. So, it looks like "<artifactId>/index.html" Shouldn't this be made consistent? Shouldn't the folder be named using the artifactId? If they have to be the same, why do we need the name in the POM? Is this why it can't find it? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
