You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2017/04/05 18:42:05 UTC

maven-surefire git commit: [SUREFIRE-1355] Close reportSets tag

Repository: maven-surefire
Updated Branches:
  refs/heads/master 9116f8cf4 -> a1d224a8e


[SUREFIRE-1355] Close reportSets tag


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/a1d224a8
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/a1d224a8
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/a1d224a8

Branch: refs/heads/master
Commit: a1d224a8e75dcf64252d3374c9db43fc752082cd
Parents: 9116f8c
Author: Tibor17 <ti...@lycos.com>
Authored: Wed Apr 5 20:41:47 2017 +0200
Committer: Tibor17 <ti...@lycos.com>
Committed: Wed Apr 5 20:41:47 2017 +0200

----------------------------------------------------------------------
 maven-surefire-plugin/src/site/apt/usage.apt.vm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/a1d224a8/maven-surefire-plugin/src/site/apt/usage.apt.vm
----------------------------------------------------------------------
diff --git a/maven-surefire-plugin/src/site/apt/usage.apt.vm b/maven-surefire-plugin/src/site/apt/usage.apt.vm
index b5dd3bd..c442e67 100644
--- a/maven-surefire-plugin/src/site/apt/usage.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/usage.apt.vm
@@ -281,7 +281,8 @@ mvn verify
             <reports>
               <report>failsafe-report-only</report>
             </reports>
-        </reportSet>
+          </reportSet>
+        </reportSets>
       </plugin>
     </plugins>
   </reporting>