Hi, 2008/12/23, Brian E. Fox <[email protected]>: > Vincent, what's the snapshot needed for? R728944 is a change to maven 2.1's > parent....
It is the maven-stylus-skin snap, read the r728944 message: http://svn.apache.org/viewvc?view=rev&revision=728944 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. > We need now to add a privacy policy link on each page (board decision). If the enforcer will be released, the new site [1] should respect this rule. If the release plugin don't fail, I guess people will post a negative vote... So the solutions should be: - release maven-stylus-skin soon - release maven parent Cheers, Vincent [1] http://maven.apache.org/enforcer > -----Original Message----- > From: [email protected] [mailto:[email protected]] > Sent: Tuesday, December 23, 2008 10:56 AM > To: [email protected] > 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> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
