You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by an...@apache.org on 2017/08/19 10:59:34 UTC

svn commit: r1805499 - /maven/plugins/trunk/maven-ejb-plugin/src/site/apt/usage.apt.vm

Author: andham
Date: Sat Aug 19 10:59:34 2017
New Revision: 1805499

URL: http://svn.apache.org/viewvc?rev=1805499&view=rev
Log:
minor formatting fix of parameter name in Usage page

Modified:
    maven/plugins/trunk/maven-ejb-plugin/src/site/apt/usage.apt.vm

Modified: maven/plugins/trunk/maven-ejb-plugin/src/site/apt/usage.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ejb-plugin/src/site/apt/usage.apt.vm?rev=1805499&r1=1805498&r2=1805499&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ejb-plugin/src/site/apt/usage.apt.vm (original)
+++ maven/plugins/trunk/maven-ejb-plugin/src/site/apt/usage.apt.vm Sat Aug 19 10:59:34 2017
@@ -64,7 +64,7 @@ Usage
 
 * Specifying the EJB version to use
 
-  The plugin generates according to the EJB version specified by the {{{./ejb-mojo.html#ejbVersion}ejbVersion}}
+  The plugin generates according to the EJB version specified by the {{{./ejb-mojo.html#ejbVersion}<<<ejbVersion>>>}}
   parameter. To use some other version than the default, configure the plugin as in the example below:
 
 +--------