You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2008/07/14 11:21:24 UTC

svn commit: r676524 - /cocoon/whiteboard/corona/trunk/corona-sample/pom.xml

Author: reinhard
Date: Mon Jul 14 02:21:24 2008
New Revision: 676524

URL: http://svn.apache.org/viewvc?rev=676524&view=rev
Log:
always invoke cocoon:prepare after this module is compiled

Modified:
    cocoon/whiteboard/corona/trunk/corona-sample/pom.xml

Modified: cocoon/whiteboard/corona/trunk/corona-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/whiteboard/corona/trunk/corona-sample/pom.xml?rev=676524&r1=676523&r2=676524&view=diff
==============================================================================
--- cocoon/whiteboard/corona/trunk/corona-sample/pom.xml (original)
+++ cocoon/whiteboard/corona/trunk/corona-sample/pom.xml Mon Jul 14 02:21:24 2008
@@ -75,6 +75,14 @@
           <webappProfile>ssf</webappProfile>
           <customWebappDirectory>rcl-config</customWebappDirectory>
         </configuration>
+        <executions>
+          <execution>
+            <phase>compile</phase>
+            <goals>
+              <goal>prepare</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>
       <plugin>
         <groupId>org.mortbay.jetty</groupId>