smor 2002/10/11 07:26:43
Modified: src/plugins-build/console plugin.jelly
Log:
Set the first default goal to be "help" instead of "console:help" because this is the
"command" listed in the help.
Revision Changes Path
1.6 +1 -1 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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plugin.jelly 11 Oct 2002 01:12:38 -0000 1.5
+++ plugin.jelly 11 Oct 2002 14:26:43 -0000 1.6
@@ -9,7 +9,7 @@
<goal name="console" description="Run the Maven console">
<attainGoal name="console:help"/>
- <j:set var="lastGoal" value="console:help"/>
+ <j:set var="lastGoal" value="help"/>
<attainGoal name="console:ask"/>
</goal>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>