Vincent, what's the snapshot needed for? R728944 is a change to maven 2.1's 
parent.... no apparent reason this should affect the enforcer. Changing to a 
snapshot for the site should technically block a release regardless if the 
release plugin fails or not.

-----Original Message-----
From: vsive...@apache.org [mailto:vsive...@apache.org] 
Sent: Tuesday, December 23, 2008 10:56 AM
To: comm...@maven.apache.org
Subject: svn commit: r729010 - /maven/enforcer/trunk/src/site/site.xml

Author: vsiveton
Date: Tue Dec 23 07:55:43 2008
New Revision: 729010

URL: http://svn.apache.org/viewvc?rev=729010&view=rev
Log:
o using maven-stylus-skin snap due to r728944

Modified:
    maven/enforcer/trunk/src/site/site.xml

Modified: maven/enforcer/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/enforcer/trunk/src/site/site.xml?rev=729010&r1=729009&r2=729010&view=diff
==============================================================================
--- maven/enforcer/trunk/src/site/site.xml (original)
+++ maven/enforcer/trunk/src/site/site.xml Tue Dec 23 07:55:43 2008
@@ -18,12 +18,13 @@
 under the License.
 -->
 <project>
+  <!-- TODO remove when using Maven Parent 11+ -->
+  <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-stylus-skin</artifactId>
+    <version>1.1-SNAPSHOT</version>
+  </skin>
   <body>
-    <breadcrumbs>
-      <!-- TODO: This breadcrumb should be removed when it has been solved in 
the parent -->
-      <item name="Maven" href="http://maven.apache.org/index.html"; />
-      <item name="Enforcer" href="http://maven.apache.org/enforcer/index.html"; 
/>
-    </breadcrumbs>
     <menu ref="modules" />
   </body>
 </project>


Reply via email to