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 2021/06/29 09:45:52 UTC

[maven-surefire] branch master updated: Fix typo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1c6f2b6  Fix </plugins> typo
1c6f2b6 is described below

commit 1c6f2b6d7a772092c93f6a85045cd391ad34b2b6
Author: Tiago Mussi <ti...@gmail.com>
AuthorDate: Tue Jun 15 12:14:47 2021 +0200

    Fix </plugins> typo
    
    Fix </plugins> typo
---
 .../src/site/apt/examples/testng.apt.vm                  | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm b/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
index 3b5e25d..5b895bb 100644
--- a/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
+++ b/maven-surefire-plugin/src/site/apt/examples/testng.apt.vm
@@ -158,7 +158,7 @@ Using TestNG
   For example:
 
 +---+
-</plugins>
+<plugins>
     [...]
       <plugin>
         <groupId>${project.groupId}</groupId>
@@ -179,7 +179,7 @@ Using TestNG
   TestNG 5.10 and plugin version 2.19 or higher allows you to run methods in parallel test using data provider.
   
 +---+
-</plugins>
+<plugins>
     [...]
       <plugin>
         <groupId>${project.groupId}</groupId>
@@ -205,7 +205,7 @@ Using TestNG
   TestNG 6.9.8 (JRE 1.7) and plugin version 2.19 or higher allows you to run suites in parallel.
   
 +---+
-</plugins>
+<plugins>
     [...]
       <plugin>
         <groupId>${project.groupId}</groupId>
@@ -254,7 +254,7 @@ Using TestNG
 [...]
 </dependencies>
 [...]
-</plugins>
+<plugins>
     [...]
       <plugin>
         <groupId>${project.groupId}</groupId>
@@ -296,7 +296,7 @@ Using TestNG
   The default level is 0.
   
 +---+
-</plugins>
+<plugins>
     [...]
       <plugin>
         <groupId>${project.groupId}</groupId>
@@ -324,7 +324,7 @@ Using TestNG
   binding the class name to the key <<<objectfactory>>> in provider properties:
   
 +---+
-</plugins>
+<plugins>
     [...]
       <plugin>
         <groupId>${project.groupId}</groupId>
@@ -352,7 +352,7 @@ Using TestNG
   binding the class name to the key <<<testrunfactory>>> in provider properties:
   
 +---+
-</plugins>
+<plugins>
     [...]
       <plugin>
         <groupId>${project.groupId}</groupId>
@@ -380,7 +380,7 @@ Using TestNG
   The test <a-t3> does not match any test in <suite.xml>.
   
 +---+
-</plugins>
+<plugins>
     [...]
       <plugin>
         <groupId>${project.groupId}</groupId>