You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2009/08/25 11:53:48 UTC

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

Author: vsiveton
Date: Tue Aug 25 09:53:47 2009
New Revision: 807536

URL: http://svn.apache.org/viewvc?rev=807536&view=rev
Log:
o fixed build for pdf profile after r804293

Modified:
    maven/site/trunk/pom.xml

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=807536&r1=807535&r2=807536&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Tue Aug 25 09:53:47 2009
@@ -302,13 +302,13 @@
             </goals>
             <configuration>
               <outputDirectory>${basedir}/target/site</outputDirectory>
-              <resources>          
+              <resources>
                 <resource>
                   <directory>src/site/filtered-resources</directory>
                   <filtering>true</filtering>
                 </resource>
-              </resources>              
-            </configuration>            
+              </resources>
+            </configuration>
           </execution>
         </executions>
       </plugin>
@@ -370,13 +370,18 @@
           <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>
+            <dependencies>
+              <dependency>
+                <groupId>org.apache.maven.doxia</groupId>
+                <artifactId>doxia-core</artifactId>
+                <version>1.1.2-SNAPSHOT</version>
+              </dependency>
+              <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>