You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2004/08/28 23:09:35 UTC

cvs commit: maven-plugins/html2xdoc plugin.jelly

carlos      2004/08/28 14:09:35

  Modified:    html2xdoc plugin.jelly
  Log:
  Run before xdoc:init so generated xdocs can also be used by pdf plugin
  
  Revision  Changes    Path
  1.13      +6 -1      maven-plugins/html2xdoc/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/html2xdoc/plugin.jelly,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- plugin.jelly	28 Aug 2004 20:59:39 -0000	1.12
  +++ plugin.jelly	28 Aug 2004 21:09:35 -0000	1.13
  @@ -28,6 +28,11 @@
     <!-- FIXME: This should work like other xdoc generating plugins -->
     <goal name="html2xdoc" prereqs="xdoc:init"
       description="Generates XDoc documentation from normal HTML files">
  +    <attainGoal name="html2xdoc:transform"/>
  +  </goal>
  +
  +  <goal name="html2xdoc:transform"
  +    description="Performs the html to xdoc transformation">
   
       <j:set var="destdir" value="${maven.gen.docs}"/>
       <!-- FIXME: Shouldn't need to do this check -->
  @@ -103,7 +108,7 @@
       <j:set var="enabled" value="${maven.html2xdoc.enabled}"/>
       <j:if test="${enabled}">
         <echo>html2xdoc is enabled</echo>
  -      <attainGoal name="html2xdoc"/>
  +      <attainGoal name="html2xdoc:transform"/>
       </j:if>
     </preGoal>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org