You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by st...@apache.org on 2011/07/08 14:48:33 UTC

svn commit: r1144295 - /maven/surefire/trunk/maven-surefire-plugin/src/site/fml/faq.fml

Author: stephenc
Date: Fri Jul  8 12:48:33 2011
New Revision: 1144295

URL: http://svn.apache.org/viewvc?rev=1144295&view=rev
Log:
small bit of tidy-up

Modified:
    maven/surefire/trunk/maven-surefire-plugin/src/site/fml/faq.fml

Modified: maven/surefire/trunk/maven-surefire-plugin/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/src/site/fml/faq.fml?rev=1144295&r1=1144294&r2=1144295&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-plugin/src/site/fml/faq.fml (original)
+++ maven/surefire/trunk/maven-surefire-plugin/src/site/fml/faq.fml Fri Jul  8 12:48:33 2011
@@ -30,11 +30,11 @@ under the License.
       <answer>
         <p>
           <a href="http://maven.apache.org/plugins/maven-surefire-plugin">maven-surefire-plugin</a>
-          is designed for
-          running unit tests and if any of the tests fail then it will fail the build immediately.
+          is designed for running unit tests and if any of the tests fail then it will fail the build immediately.
         </p>
         <p>
-          maven-failsafe-plugin is designed for running integration tests, and decouples failing the build if there
+          <a href="http://maven.apache.org/plugins/maven-failsafe-plugin">maven-failsafe-plugin</a>
+          is designed for running integration tests, and decouples failing the build if there
           are test failures from actually running the tests.
         </p>
       </answer>