You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2006/01/20 20:03:04 UTC

svn commit: r370879 - /maven/maven-1/plugins/trunk/pdf/plugin.jelly

Author: ltheussl
Date: Fri Jan 20 11:03:01 2006
New Revision: 370879

URL: http://svn.apache.org/viewcvs?rev=370879&view=rev
Log:
It's enough to generate the pdf after xdoc:generate-from-pom, otherwise the linkcheck report is run before and it doesn't see the pdf.

Modified:
    maven/maven-1/plugins/trunk/pdf/plugin.jelly

Modified: maven/maven-1/plugins/trunk/pdf/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/plugin.jelly?rev=370879&r1=370878&r2=370879&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/pdf/plugin.jelly Fri Jan 20 11:03:01 2006
@@ -36,7 +36,7 @@
         using a postgoal so that maven generated reports are on place
         (xdoc:generate-from-pom is called after report generation)
       -->
-    <postGoal name="site">
+    <postGoal name="xdoc:generate-from-pom">
       <attainGoal name="pdf"/>
     </postGoal>
   </goal>