You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ol...@apache.org on 2009/04/04 14:09:13 UTC

svn commit: r761912 - /continuum/trunk/continuum-model/pom.xml

Author: olamy
Date: Sat Apr  4 12:09:13 2009
New Revision: 761912

URL: http://svn.apache.org/viewvc?rev=761912&view=rev
Log:
use a more appropriate phase

Modified:
    continuum/trunk/continuum-model/pom.xml

Modified: continuum/trunk/continuum-model/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-model/pom.xml?rev=761912&r1=761911&r2=761912&view=diff
==============================================================================
--- continuum/trunk/continuum-model/pom.xml (original)
+++ continuum/trunk/continuum-model/pom.xml Sat Apr  4 12:09:13 2009
@@ -34,7 +34,7 @@
         <executions>
           <execution>
             <id>modello-continuum</id>
-            <phase>initialize</phase>
+            <phase>generate-sources</phase>
             <goals>
               <goal>java</goal>
               <goal>stax-reader</goal>