From 1176e0624c80dadfa12f3723d0b86f935c9c4270 Mon Sep 17 00:00:00 2001 From: Herve Boutemy Date: Sun, 13 May 2012 19:14:16 +0000 Subject: [PATCH] updated phase git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1337969 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-plugin/src/site/apt/usage.apt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-plugin-plugin/src/site/apt/usage.apt b/maven-plugin-plugin/src/site/apt/usage.apt index 793cba2..4a1672c 100644 --- a/maven-plugin-plugin/src/site/apt/usage.apt +++ b/maven-plugin-plugin/src/site/apt/usage.apt @@ -35,8 +35,8 @@ Usage * The <<>> Goal - The <<>> goal is bound to the <<>> phase. This goal generates the plugin descriptor, which - is an xml file that contains information about the plugin. + The <<>> goal is bound to the <<>> phase since 3.0; it was bound to <<>> phase previously. + This goal generates the plugin descriptor, which is an xml file that contains information about the plugin. For example, you want to create an archive of your plugin and you execute