smor        2002/12/08 10:55:50

  Modified:    src/plugins-build/console plugin.properties
  Log:
  Since the help is displayed first whatever the first goal name is,
  we can default the value to ${maven.default.goal}, which is more useful
  than "help".
  
  Revision  Changes    Path
  1.2       +1 -1      
jakarta-turbine-maven/src/plugins-build/console/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/plugins-build/console/plugin.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.properties 8 Dec 2002 17:18:16 -0000       1.1
  +++ plugin.properties 8 Dec 2002 18:55:50 -0000       1.2
  @@ -7,4 +7,4 @@
   # The name of the first goal that is displayed when entering the
   # console (defaults to "help"). The usage section is displayed in
   # any case).
  -maven.console.first = help
  +maven.console.first = ${maven.default.goal}
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to