I have a menu in my top-most project which I don't want to be inherited by child projects.
parent/ support/ storage/ security/ etc... Parent is the top-most module and just contains administrivia and the standard build and report configuration used by all the other modules in the other subsystems. Its site menu has a link to the sites for each of the subsystems (storage, security, etc). So I run mvn site:site site:deploy on parent and then go to support and run the same command. I find that the parent's subsystem menu is inherited by support. I thought that menus had to be explicited inherited via 'inherit="top|bottom"'. Is there a way to control this? Am I not using this in the way it is designed to be used? mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
