Stephan Druskat created MSITE-809:
-------------------------------------
Summary: Documentation: examples/configuring-reports.html includes
invalid XML
Key: MSITE-809
URL: https://issues.apache.org/jira/browse/MSITE-809
Project: Maven Site Plugin
Issue Type: Bug
Components: documentation
Affects Versions: 3.7
Reporter: Stephan Druskat
The documentation on [configuring
reports|https://maven.apache.org/plugins/maven-site-plugin/examples/configuring-reports.html]
contains a typo.
In the example XML in section *Selecting Reports from a Plugin: Configuring
Report Sets*, line 14 reads
{code:xml}
<reportSet>
{code}
but should be a closing tag:
{code:xml}
</reportSet>
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)