You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2007/01/03 06:44:03 UTC

svn commit: r492050 - /tapestry/tapestry4/trunk/tapestry-framework/pom.xml

Author: andyhot
Date: Tue Jan  2 21:44:01 2007
New Revision: 492050

URL: http://svn.apache.org/viewvc?view=rev&rev=492050
Log:
no need to generate hivedoc on compile

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/pom.xml

Modified: tapestry/tapestry4/trunk/tapestry-framework/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/pom.xml?view=diff&rev=492050&r1=492049&r2=492050
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/pom.xml (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/pom.xml Tue Jan  2 21:44:01 2007
@@ -218,7 +218,7 @@
                 <inherited>true</inherited>
                 <executions>
                     <execution>
-                        <phase>compile</phase>
+                        <phase>site</phase>
                         <configuration>
                             <tasks>
                                 <ant antfile="../support/build.xml" inheritRefs="true">
@@ -292,4 +292,4 @@
         <outputDirectory>../target/site/tapestry-framework</outputDirectory>
     </reporting>
 
-</project>
\ No newline at end of file
+</project>