You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/10/21 21:31:11 UTC

svn commit: r586942 - /tapestry/tapestry5/trunk/pom.xml

Author: hlship
Date: Sun Oct 21 12:31:11 2007
New Revision: 586942

URL: http://svn.apache.org/viewvc?rev=586942&view=rev
Log:
Prep for 5.0.6 release.

Modified:
    tapestry/tapestry5/trunk/pom.xml

Modified: tapestry/tapestry5/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=586942&r1=586941&r2=586942&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Sun Oct 21 12:31:11 2007
@@ -252,6 +252,8 @@
       </build>
       <properties>
         <update-release-info>true</update-release-info>
+        <!--  Don't re-run tests as part of the deploy build. -->
+        <maven.test.skip>true</maven.test.skip>
       </properties>
     </profile>
     <!--  Only enable Javadoc as part of the output site when the javadoc profile is active. -->