You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2007/11/09 10:41:57 UTC

svn commit: r593467 - /maven/continuum/trunk/continuum-model/pom.xml

Author: evenisse
Date: Fri Nov  9 01:41:56 2007
New Revision: 593467

URL: http://svn.apache.org/viewvc?rev=593467&view=rev
Log:
Move model generation to initialize phase so the javadoc report will generate API doc for model classes

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

Modified: maven/continuum/trunk/continuum-model/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-model/pom.xml?rev=593467&r1=593466&r2=593467&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-model/pom.xml (original)
+++ maven/continuum/trunk/continuum-model/pom.xml Fri Nov  9 01:41:56 2007
@@ -15,6 +15,7 @@
         <executions>
           <execution>
             <id>modello-continuum</id>
+            <phase>initialize</phase>
             <goals>
               <goal>java</goal>
               <goal>stax-reader</goal>