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/11/22 13:30:39 UTC

svn commit: r1204953 - /maven/surefire/trunk/maven-surefire-plugin/src/site/apt/index.apt.vm

Author: stephenc
Date: Tue Nov 22 12:30:38 2011
New Revision: 1204953

URL: http://svn.apache.org/viewvc?rev=1204953&view=rev
Log:
[SUREFIRE-782] Wrong links on surefire-plugin page

o Seems that the #{if}#{else}#{end} tags got out of order slightly

Modified:
    maven/surefire/trunk/maven-surefire-plugin/src/site/apt/index.apt.vm

Modified: maven/surefire/trunk/maven-surefire-plugin/src/site/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/surefire/trunk/maven-surefire-plugin/src/site/apt/index.apt.vm?rev=1204953&r1=1204952&r2=1204953&view=diff
==============================================================================
--- maven/surefire/trunk/maven-surefire-plugin/src/site/apt/index.apt.vm (original)
+++ maven/surefire/trunk/maven-surefire-plugin/src/site/apt/index.apt.vm Tue Nov 22 12:30:38 2011
@@ -91,7 +91,6 @@ mvn verify
   []
 
 #{else}
-#{end}
   The Failsafe Plugin has only 2 goals:
 
   * {{{./integration-test-mojo.html}failsafe:integration-test}} runs the integration tests of an application.
@@ -100,6 +99,8 @@ mvn verify
 
   []
 
+#{end}
+
 * Usage
 
   General instructions on how to use the ${thisPlugin} Plugin can be found on the {{{./usage.html}usage page}}. Some more