smor 2002/10/11 07:32:41
Modified: src/plugins-build/console plugin.jelly
Log:
We don't need a different goal, since we don't have a goal recursively attaining
itself anymore.
Revision Changes Path
1.7 +1 -5 jakarta-turbine-maven/src/plugins-build/console/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/console/plugin.jelly,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- plugin.jelly 11 Oct 2002 14:26:43 -0000 1.6
+++ plugin.jelly 11 Oct 2002 14:32:40 -0000 1.7
@@ -10,13 +10,9 @@
<goal name="console" description="Run the Maven console">
<attainGoal name="console:help"/>
<j:set var="lastGoal" value="help"/>
- <attainGoal name="console:ask"/>
- </goal>
-
- <goal name="console:ask">
<j:set var="followOn" value="true"/>
<j:while test="${followOn}">
- <i:ask question="${pom.id} ${pom.currentVersion} >:" answer="goal"
default="${lastGoal}"/>
+ <i:ask question="${pom.id} ${pom.currentVersion} >" answer="goal"
default="${lastGoal}"/>
<j:choose>
<j:when test="${goal.indexOf('=') != '-1'}">
<util:tokenize var="propertyPieces" delim="=">${goal}</util:tokenize>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>