Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Windows 7
Description
I was creating a site.xml, and I was looking for the documentation. I found the xsd for the version 1.1.0, however, this version is still not supported when executing mvn site.
The documentation is here:
http://maven.apache.org/doxia/doxia-sitetools/doxia-decoration-model/decoration.html
and options like Google Analytics are new but not supported for normal plugin.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:2.0.1:site (default-site) on project site: SiteToolException: Error parsing site descriptor: Unrecognised tag: 'googleAnalyticsAccountId' (position: START_TAG seen ...</bannerRight>\r\n <googleAnalyticsAccountId>... @16:29) - [Help 1]
Even, the address for the xsd is not valid:
http://maven.apache.org/xsd/decoration-1.1.0.xsd
The only versions there are 1.0.0 and 1.0.1.
I think this documentation is for tests, but was published in production.