brett 2004/04/16 18:09:23
Modified: console plugin.jelly
console/xdocs changes.xml
Log:
fix property setting
Revision Changes Path
1.7 +1 -1 maven-plugins/console/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/console/plugin.jelly,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- plugin.jelly 10 Apr 2004 00:56:55 -0000 1.6
+++ plugin.jelly 17 Apr 2004 01:09:23 -0000 1.7
@@ -35,7 +35,7 @@
<j:when test="${goal.indexOf('=') != '-1'}">
<util:tokenize var="propertyPieces" delim="=">${goal}</util:tokenize>
<log:info>Setting property ${propertyPieces[0]} to
${propertyPieces[1]}</log:info>
- <j:set var="${propertyPieces[0]}" value="${propertyPieces[1]}" />
+ <j:set var="${propertyPieces[0]}" value="${propertyPieces[1]}"
scope="parent" />
</j:when>
<j:when test="${goal=='help'}">
<attainGoal name="console:help"/>
1.5 +1 -0 maven-plugins/console/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/console/xdocs/changes.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- changes.xml 10 Apr 2004 00:56:55 -0000 1.4
+++ changes.xml 17 Apr 2004 01:09:23 -0000 1.5
@@ -26,6 +26,7 @@
<body>
<release version="1.1-SNAPSHOT" date="in CVS">
<action dev="brett" type="add" issue="MPCONSOLE-2">Add some whitespace before
goal</action>
+ <action dev="brett" type="fix">Set properties in parent scope so it takes
effect for plugin properties</action>
</release>
<release version="1.0" date="2003-09-29">
<action dev="smor" type="add">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]