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/22 16:07:24 UTC

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

Author: gertv
Date: Fri Oct 22 14:07:23 2010
New Revision: 1026332

URL: http://svn.apache.org/viewvc?rev=1026332&view=rev
Log:
Upgrade to Scalate 1.4-SNAPSHOT to use the scalate:sitegen-no-fork goal

Modified:
    servicemix/documentation/trunk/pom.xml

Modified: servicemix/documentation/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/pom.xml?rev=1026332&r1=1026331&r2=1026332&view=diff
==============================================================================
--- servicemix/documentation/trunk/pom.xml (original)
+++ servicemix/documentation/trunk/pom.xml Fri Oct 22 14:07:23 2010
@@ -41,7 +41,7 @@
     <jetty-war-dir>${basedir}/target/webapp/</jetty-war-dir>
     <karaf.version>2.1.99-SNAPSHOT</karaf.version>
     <maven.wagon.version>1.0-beta-6</maven.wagon.version>
-    <scalate.version>1.3</scalate.version>
+    <scalate.version>1.4-SNAPSHOT</scalate.version>
     <scalate.editor>${env.SCALATE_EDITOR}</scalate.editor>
     <scalate.mode>production</scalate.mode>
     <scalate.workdir>${basedir}/target/scalateWorkDir</scalate.workdir>
@@ -170,9 +170,9 @@
         <executions>
           <execution>
             <goals>
-              <goal>sitegen</goal>
+              <goal>sitegen-no-fork</goal>
             </goals>
-            <phase>verify</phase>
+            <phase>prepare-package</phase>
             <configuration>
               <warSourceDirectory>${project.build.directory}/webapp</warSourceDirectory>
             </configuration>
@@ -239,7 +239,7 @@
         <executions>
           <execution>
             <id>bundle-manifest</id>
-            <phase>process-classes</phase>
+            <phase>prepare-package</phase>
             <goals>
               <goal>manifest</goal>
             </goals>