You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2010/10/19 08:36:50 UTC

svn commit: r1024130 - /servicemix/documentation/trunk/pom.xml

Author: gertv
Date: Tue Oct 19 06:36:50 2010
New Revision: 1024130

URL: http://svn.apache.org/viewvc?rev=1024130&view=rev
Log:
Fix build - attaching manual.pdf instead

Modified:
    servicemix/documentation/trunk/pom.xml

Modified: servicemix/documentation/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/pom.xml?rev=1024130&r1=1024129&r2=1024130&view=diff
==============================================================================
--- servicemix/documentation/trunk/pom.xml (original)
+++ servicemix/documentation/trunk/pom.xml Tue Oct 19 06:36:50 2010
@@ -172,6 +172,7 @@
             <goals>
               <goal>sitegen</goal>
             </goals>
+            <phase>verify</phase>
             <configuration>
               <warSourceDirectory>${project.build.directory}/webapp</warSourceDirectory>
             </configuration>
@@ -265,7 +266,7 @@
         <version>1.2</version>
         <executions>
           <execution>
-            <id>preprocess</id>
+            <id>generate-pdf</id>
             <configuration>
               <tasks>
                 <echo message="Generating PDF using Prince XML (http://www.princexml.com/)"/>
@@ -299,7 +300,7 @@
             <configuration>
               <artifacts>
                 <artifact>
-                  <file>${project.build.directory}/sitegen/users-guide/users-guide.pdf</file>
+                  <file>${project.build.directory}/sitegen/users-guide/manual.pdf</file>
                   <type>pdf</type>
                   <classifier>users-guide</classifier>
                 </artifact>