You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/10/10 22:39:07 UTC

svn commit: r1630982 - /maven/site/trunk/content/apt/guides/plugin/guide-java-plugin-development.apt

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.