You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/02/07 21:26:32 UTC

[maven-site-plugin] branch master updated: [MSITE-809] fixed invalid XML in documentation example

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 76e7ddb  [MSITE-809] fixed invalid XML in documentation example
76e7ddb is described below

commit 76e7ddba733e06c21f6be49d2f3737d07bbda92d
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Feb 7 22:26:30 2018 +0100

    [MSITE-809] fixed invalid XML in documentation example
---
 src/site/apt/examples/configuring-reports.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/apt/examples/configuring-reports.apt b/src/site/apt/examples/configuring-reports.apt
index f619ff4..2c0487c 100644
--- a/src/site/apt/examples/configuring-reports.apt
+++ b/src/site/apt/examples/configuring-reports.apt
@@ -114,7 +114,7 @@ Selecting Reports from a Plugin: Configuring Report Sets
             <reports><!-- select reports -->
               <report>index</report>
             </reports>
-          <reportSet>
+          </reportSet>
         </reportSets>
       </plugin>
       <plugin>

-- 
To stop receiving notification emails like this one, please contact
hboutemy@apache.org.