Author: hboutemy
Date: Fri Feb 24 22:40:37 2012
New Revision: 1293461
URL: http://svn.apache.org/viewvc?rev=1293461&view=rev
Log:
updated pdf plugin config
Modified:
maven/site/branches/INFRA-4466/trunk/pom.xml
Modified: maven/site/branches/INFRA-4466/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/site/branches/INFRA-4466/trunk/pom.xml?rev=1293461&r1=1293460&r2=1293461&view=diff
==============================================================================
--- maven/site/branches/INFRA-4466/trunk/pom.xml (original)
+++ maven/site/branches/INFRA-4466/trunk/pom.xml Fri Feb 24 22:40:37 2012
@@ -280,7 +280,9 @@
<goal>pdf</goal>
</goals>
<configuration>
-
<outputDirectory>${project.reporting.outputDirectory}</outputDirectory>
+
<outputDirectory>${project.reporting.outputDirectory}</outputDirectory>
+ <siteDirectory>${basedir}/content</siteDirectory>
+ <docDescriptor>${basedir}/content/pdf.xml</docDescriptor>
</configuration>
</execution>
</executions>