From 0546441dcca2f834238559ffe951c5b6a5c5060b Mon Sep 17 00:00:00 2001 From: Dennis Lundberg Date: Tue, 19 Feb 2008 22:05:01 +0000 Subject: [PATCH] [MPLUGIN-35] Generated documentation for @phase is misleading Submitted by: Benjamin Bentmann Reviewed by: Dennis Lundberg o The patch didn't apply after Vincent's i18n efforts with MPLUGIN-75, but I found the right place for the improved text. git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@629247 13f79535-47bb-0310-9956-ffa450edef68 --- maven-plugin-tools-api/src/main/resources/pluginxdoc.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugin-tools-api/src/main/resources/pluginxdoc.properties b/maven-plugin-tools-api/src/main/resources/pluginxdoc.properties index 3ee3d5d..ddecc89 100644 --- a/maven-plugin-tools-api/src/main/resources/pluginxdoc.properties +++ b/maven-plugin-tools-api/src/main/resources/pluginxdoc.properties @@ -28,7 +28,7 @@ pluginxdoc.mojodescriptor.aggregator=Executes as an aggregator plugin. pluginxdoc.mojodescriptor.directInvocationOnly=Executes by direct invocation only. pluginxdoc.mojodescriptor.dependencyResolutionRequired=Requires dependency resolution of artifacts in scope pluginxdoc.mojodescriptor.since=Since version -pluginxdoc.mojodescriptor.phase=Automatically executes within the lifecycle phase +pluginxdoc.mojodescriptor.phase=Binds by default to the lifecycle phase pluginxdoc.mojodescriptor.executePhase1=Invokes the execution of the lifecycle phase pluginxdoc.mojodescriptor.executePhase2=prior to executing itself. pluginxdoc.mojodescriptor.executeGoal1=Invokes the execution of this plugin's goal