Author: khmarbaise
Date: Fri Oct 10 20:39:06 2014
New Revision: 1630982

URL: http://svn.apache.org/r1630982
Log:
- Added missing link to expression document.

Modified:
    maven/site/trunk/content/apt/guides/plugin/guide-java-plugin-development.apt

Modified: 
maven/site/trunk/content/apt/guides/plugin/guide-java-plugin-development.apt
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/plugin/guide-java-plugin-development.apt?rev=1630982&r1=1630981&r2=1630982&view=diff
==============================================================================
--- 
maven/site/trunk/content/apt/guides/plugin/guide-java-plugin-development.apt 
(original)
+++ 
maven/site/trunk/content/apt/guides/plugin/guide-java-plugin-development.apt 
Fri Oct 10 20:39:06 2014
@@ -316,7 +316,7 @@ mvn archetype:generate \
   parameter of the annotation defines the default value for the variable.  
This value can
   include expressions which reference the project, such as
   "<<<$\{project.version\}>>>" (more can be found in the
-  "Parameter Expressions" document). The <<<property>>> parameter can be used 
to allow configuration
+  
{{{http://maven.apache.org/ref/current/maven-core/apidocs/org/apache/maven/plugin/PluginParameterExpressionEvaluator.html}"Parameter
 Expressions" document}}). The <<<property>>> parameter can be used to allow 
configuration
   of the mojo parameter from the command line by referencing a system property 
that the user sets
   via the <<<-D>>> option.
 


Reply via email to