It would be better to change the skin in /src/site/site.xml in maven-parent instead of in maven-site. That way all Maven projects will get it.
On 2010-03-22 19:17, hbout...@apache.org wrote: > Author: hboutemy > Date: Mon Mar 22 18:17:51 2010 > New Revision: 926234 > > URL: http://svn.apache.org/viewvc?rev=926234&view=rev > Log: > maven-stylus-skin 1.2 has been released > > Modified: > maven/site/trunk/src/site/apt/skins/index.apt > maven/site/trunk/src/site/site.xml > > Modified: maven/site/trunk/src/site/apt/skins/index.apt > URL: > http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/skins/index.apt?rev=926234&r1=926233&r2=926234&view=diff > ============================================================================== > --- maven/site/trunk/src/site/apt/skins/index.apt (original) > +++ maven/site/trunk/src/site/apt/skins/index.apt Mon Mar 22 18:17:51 2010 > @@ -20,7 +20,7 @@ Skins > > *-------------------------------------------------------------------+--------------+------------------+ > | {{{/skins/maven-default-skin/} <<<Maven Default Skin>>>}} | 1.0 > | You get this skin if you don't specify a skin. > > *-------------------------------------------------------------------+--------------+------------------+ > -| {{{/skins/maven-stylus-skin/} <<<Maven Stylus Skin>>>}} | 1.1 > | The skin used for the website of Maven itself. > +| {{{/skins/maven-stylus-skin/} <<<Maven Stylus Skin>>>}} | 1.2 > | The skin used for the website of Maven itself. > > *-------------------------------------------------------------------+--------------+------------------+ > > To use one of these skins in your project, you use the <<<skin>>> element > of the > > Modified: maven/site/trunk/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/site/trunk/src/site/site.xml?rev=926234&r1=926233&r2=926234&view=diff > ============================================================================== > --- maven/site/trunk/src/site/site.xml (original) > +++ maven/site/trunk/src/site/site.xml Mon Mar 22 18:17:51 2010 > @@ -25,6 +25,11 @@ under the License. > xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 > http://maven.apache.org/xsd/decoration-1.0.0.xsd" > name="Maven"> > <version position="none" /> > + <skin> > + <groupId>org.apache.maven.skins</groupId> > + <artifactId>maven-stylus-skin</artifactId> > + <version>1.2</version> > + </skin> > <body> > <breadcrumbs> > <!-- TODO: This breadcrumb should be removed when it has been solved > in the parent --> > > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org