Author: khmarbaise
Date: Fri Feb 26 15:43:29 2016
New Revision: 1732505
URL: http://svn.apache.org/viewvc?rev=1732505&view=rev
Log:
[MNGSITE-276] Your First Mojo page is still referencing Maven 2.0
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=1732505&r1=1732504&r2=1732505&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 Feb 26 15:43:29 2016
@@ -330,7 +330,7 @@ mvn archetype:generate \
** Configuring Parameters in a Project
- Configuring the parameter values for a plugin is done in a Maven 2
+ Configuring the parameter values for a plugin is done in a Maven
project within the <<<pom.xml>>> file as part of defining the
plugin in the project. An example of configuring a plugin: