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

svn commit: r1166115 - in /maven/plugins/trunk/maven-ear-plugin/src/site/apt: modules.apt.vm usage.apt.vm

Author: dennisl
Date: Wed Sep  7 11:14:15 2011
New Revision: 1166115

URL: http://svn.apache.org/viewvc?rev=1166115&view=rev
Log:
Fix broken links.

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

Modified: maven/plugins/trunk/maven-ear-plugin/src/site/apt/modules.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/src/site/apt/modules.apt.vm?rev=1166115&r1=1166114&r2=1166115&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ear-plugin/src/site/apt/modules.apt.vm (original)
+++ maven/plugins/trunk/maven-ear-plugin/src/site/apt/modules.apt.vm Wed Sep  7 11:14:15 2011
@@ -28,33 +28,33 @@ EAR Modules
 
   The EAR Plugin supports additional configurations of the following modules:
 
-  * {{{#ejbClientModule}ejbClientModule}}
+  * {{{ejbClientModule}ejbClientModule}}
 
-  * {{{#ejbModule}ejbModule}}
+  * {{{ejbModule}ejbModule}}
 
-  * {{{#ejbModule}ejb3Module}} (deprecated. ejbModule provides the same functionality)
+  * {{{ejbModule}ejb3Module}} (deprecated. ejbModule provides the same functionality)
 
-  * {{{#jarModule}jarModule}} (previously know as javaModule and deprecated)
+  * {{{jarModule}jarModule}} (previously know as javaModule and deprecated)
 
-  * {{{#parModule}parModule}}
+  * {{{parModule}parModule}}
 
-  * {{{#rarModule}rarModule}}
+  * {{{rarModule}rarModule}}
 
-  * {{{#sarModule}sarModule}}
+  * {{{sarModule}sarModule}}
 
-  * {{{#webModule}webModule}}
+  * {{{webModule}webModule}}
 
-  * {{{#wsrModule}wsrModule}}
+  * {{{wsrModule}wsrModule}}
 
-  * {{{#harModule}harModule}}
+  * {{{harModule}harModule}}
 
-  * {{{#appClientModule}appClientModule}}
+  * {{{appClientModule}appClientModule}}
 
   []
 
   If the artifact you want to configure is not listed above, you can create your
   own custom artifact configuration by following the
-  {{{#Custom Artifact Types}adding custom artifact types}} guide below this page.
+  {{{Custom_Artifact_Types}adding custom artifact types}} guide below this page.
 
   These module names go into the <<<modules>>> parameter of the EAR Plugin. For
   example, to configure the properties of an EjbModule, the EAR Plugin

Modified: maven/plugins/trunk/maven-ear-plugin/src/site/apt/usage.apt.vm
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/src/site/apt/usage.apt.vm?rev=1166115&r1=1166114&r2=1166115&view=diff
==============================================================================
--- maven/plugins/trunk/maven-ear-plugin/src/site/apt/usage.apt.vm (original)
+++ maven/plugins/trunk/maven-ear-plugin/src/site/apt/usage.apt.vm Wed Sep  7 11:14:15 2011
@@ -30,7 +30,7 @@ Usage
 
   The EAR Plugin allows to generate automatically the deployment descriptor, e.g.
   <<<application.xml>>>. This generation is already customized by the goal's
-  parameters, see {{{plugin-info.html}the goals description}}.
+  parameters, see {{{./plugin-info.html}the goals description}}.
 
 * Configuring the EAR Plugin
 
@@ -117,7 +117,7 @@ mvn package
   is omitted.
 
   For more information on EAR modules, please see the
-  {{{modules.html}modules configuration}} page.
+  {{{./modules.html}modules configuration}} page.
 
   You can take a look at the examples for more information on these advanced
   configurations.