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/12/03 23:32:57 UTC

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

Author: hlship
Date: Mon Dec  3 14:32:57 2007
New Revision: 600715

URL: http://svn.apache.org/viewvc?rev=600715&view=rev
Log:
TAPEST-1492: Site menu is the same on all pages

Modified:
    tapestry/tapestry5/trunk/pom.xml

Modified: tapestry/tapestry5/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=600715&r1=600714&r2=600715&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Mon Dec  3 14:32:57 2007
@@ -173,6 +173,12 @@
                     <version>2.3</version>
                 </plugin>
 
+                <plugin>
+                    <artifactId>maven-site-plugin</artifactId>
+                    <!-- Snapshots after this are broken. %#%#%$#@% Maven. TAPESTRY-1943 -->
+                    <version>2.0-beta-5</version>
+                </plugin>
+
                 <!-- We configure this either way, but it's only active when the "deploy" profile is active. -->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>