You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/06/18 03:11:33 UTC

cvs commit: maven/src/plugins-build/latex plugin.jelly

dion        2003/06/17 18:11:33

  Modified:    src/plugins-build/latex plugin.jelly
  Log:
  Make latex plugin run when maven site runs
  
  Revision  Changes    Path
  1.4       +2 -2      maven/src/plugins-build/latex/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/latex/plugin.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.jelly	1 Apr 2003 00:50:11 -0000	1.3
  +++ plugin.jelly	18 Jun 2003 01:11:33 -0000	1.4
  @@ -57,11 +57,11 @@
       </j:if>
     </goal>
   
  -  <postGoal name="site:generate">
  +  <preGoal name="xdoc">
       <j:if test="${!latexSrcDir.equals('MAVEN_LATEX_SRC_DIR_NOT_SET')}">
         <attainGoal name="latex:generate"/>
       </j:if>
  -  </postGoal>
  +  </preGoal>
   
   
   </project>
  
  
  

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