You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2009/08/14 18:50:13 UTC

svn commit: r804293 - /maven/site/trunk/pom.xml

Author: hboutemy
Date: Fri Aug 14 16:50:12 2009
New Revision: 804293

URL: http://svn.apache.org/viewvc?rev=804293&view=rev
Log:
use latest doxia-module-fo (r804288) to improve pdf generation efficiency (less time, less memory)

Modified:
    maven/site/trunk/pom.xml

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=804293&r1=804292&r2=804293&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Fri Aug 14 16:50:12 2009
@@ -370,6 +370,13 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-pdf-plugin</artifactId>
+	    <dependencies>
+	      <dependency>
+	        <groupId>org.apache.maven.doxia</groupId>
+		<artifactId>doxia-module-fo</artifactId>
+		<version>1.1.2-SNAPSHOT</version>
+	      </dependency>
+	    </dependencies>
             <executions>
               <execution>
                 <id>pdf</id>