From 2b2f787f1106487ccd873cacfcf571cb18d3ec50 Mon Sep 17 00:00:00 2001 From: brett Date: Sun, 2 Oct 2005 01:43:27 +0000 Subject: [PATCH] PR: MPCONSOLE-10 split setting of properties into a separate goal to allow annotation git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@293054 13f79535-47bb-0310-9956-ffa450edef68 --- console/plugin.jelly | 10 +++++++--- console/xdocs/changes.xml | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/console/plugin.jelly b/console/plugin.jelly index 69c43713..d6733397 100644 --- a/console/plugin.jelly +++ b/console/plugin.jelly @@ -37,9 +37,7 @@ ${prop} = ${context.getVariable(prop)} - ${goal} - Setting property ${propertyPieces[0]} to ${propertyPieces[1]} - + @@ -67,6 +65,12 @@ + + ${goal} + Setting property ${propertyPieces[0]} to ${propertyPieces[1]} + + + The following commands are available: diff --git a/console/xdocs/changes.xml b/console/xdocs/changes.xml index 7a7272c6..87f47a80 100644 --- a/console/xdocs/changes.xml +++ b/console/xdocs/changes.xml @@ -25,6 +25,7 @@ + Split property setting into a separate goal console:set-properties to allow annotation of the properties Removed the list command as it hasn't worked as expected since the early betas (goals are lazy loaded into the werkz project) Add way to display a property value Improve help