I have created a multiproject web site from the parent project where in it has a menu that list all the sub modules. When i click on a particular sub module menu say ,SubModule_A link. It tries to look for the SubModule_A index.html from some default path like C:\parentProject\target\site\SubModule_A\index.html. But the index.hml for the SubModule_A lies under the following path C:\parentProject\SubModule_A\target\site\index.html.
Where do I configure to pickup the SubModule_A index.html from a path specified by me. This subModule Menu comes in my parent site when i provide <menu ref="modules" /> in my parent site.xml. I dont exactly know how the path is getting set for each of the subModule menu link. If some one has faced this issue could you pls let me know how this path can be configured? An example would really help. -- View this message in context: http://www.nabble.com/Configuring-path-for-picking-submodule-site-t1555973.html#a4226523 Sent from the Maven - Users forum at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
