Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-beta-4
-
None
-
None
Description
There's a todo in the code, so this issue is more a reminder than an unknown bug.
In AbstractSiteMojo.java, there's:
protected File getSiteDescriptorFile( File basedir, Locale locale )
{
// TODO: get proper siteDirectory from site configuration of the project this relates to
File siteDescriptor = new File( basedir, "src/site/site_" + locale.getLanguage() + ".xml" );
if ( !siteDescriptor.exists() )
{ siteDescriptor = new File( basedir, "src/site/site.xml" ); } return siteDescriptor;
}
Attachments
Attachments
Issue Links
- depends upon
-
MNG-3344 Provide new POM element to configure site directory (e.g. "src/site")
- Closed
- is duplicated by
-
MSITE-246 path of site.xml not possible to configure in tag <siteDirectory>
- Closed
-
MSITE-151 Ability to change the site directory in the plugin configuration in the pom.xml file.
- Closed
-
MSITE-204 make siteDirectory configurable
- Closed
- relates to
-
MSHARED-18 Inheritance of elements from site descriptor quite broken
- Closed