You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2003/01/15 20:19:52 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/site plugin.jelly

jvanzyl     2003/01/15 11:19:52

  Modified:    src/plugins-build/site plugin.jelly
  Log:
  o Add alias back for site:generate. I'll deprecate these before removing
    them. my bad.
  
  Revision  Changes    Path
  1.12      +3 -1      jakarta-turbine-maven/src/plugins-build/site/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/site/plugin.jelly,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- plugin.jelly	14 Jan 2003 01:42:06 -0000	1.11
  +++ plugin.jelly	15 Jan 2003 19:19:52 -0000	1.12
  @@ -8,7 +8,9 @@
     <!-- ================================================================== -->
     <!-- S I T E  G E N E R A T I O N                                       -->
     <!-- ================================================================== -->
  -
  +  
  +  <goal name="site:generate" prereqs="site"/>
  +  
     <goal
       name="site"
       description="Generate the web site">