You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2003/06/02 21:08:06 UTC

cvs commit: avalon-excalibur maven-common.xml

leosimons    2003/06/02 12:08:06

  Modified:    .        maven-common.xml
  Log:
  postGoal does not support description attribute
  
  Revision  Changes    Path
  1.4       +2 -3      avalon-excalibur/maven-common.xml
  
  Index: maven-common.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/maven-common.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven-common.xml	31 May 2003 11:01:43 -0000	1.3
  +++ maven-common.xml	2 Jun 2003 19:08:06 -0000	1.4
  @@ -2,7 +2,7 @@
   
   <!-- maven buildfile customization. -->
   
  -<project default="java:jar">
  +<project default="jar:jar">
   
       <!-- ==========================================================
             Warning
  @@ -38,8 +38,7 @@
   
            ========================================================== -->
   
  -    <postGoal name="xdoc"
  -        description="since our xdocs are in forrest format, we override the maven-generated docs with forrest ones">
  +    <postGoal name="xdoc">
           <attainGoal name="forrest:generate"/>
       </postGoal>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org