We have a modular project with a plugin that shares some pages between several separate web applications. This plugin has an index.gsp which is not excluded and can conflict with our own plugin's index.gsp unless we take special steps to prevent.
It seems like the index.gsp for this plugin could be excluded to prevent this from being a problem.