You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Subhash Chandran <su...@gmail.com> on 2006/05/15 19:38:08 UTC

Changing Skin Of Site

I see many "skins" for maven site here:

http://www.ibiblio.org/maven2/org/apache/maven/skins/

how do I change the default skin for my site?

-- 
Regards,
Subhash Chandran S

Cross platform OpenSource Java based file encryption software:
http://www.WizTools.org/project/WizCrypt/

Re: Changing Skin Of Site

Posted by Subhash Chandran <su...@gmail.com>.
Works perfectly! Thanks.

Regards,
Subhash.

On 5/15/06, Mikael Andersson <ma...@gmail.com> wrote:
>
> Hi
>
> Add this to your site.xml :
>
>   <skin>
>     <groupId>org.apache.maven</groupId>
>     <artifactId>maven-classic-skin</artifactId>
>     <version>1.0</version>
>   </skin>
>
> http://maven.apache.org/plugins/maven-site-plugin/howto.html
>
> You may need to update your site plugin ( mvn -U site:site ), since
> the 2.0version was just recently released.
>
> - Micke
>
> On 15/05/06, Subhash Chandran <su...@gmail.com> wrote:
> >
> > I see many "skins" for maven site here:
> >
> > http://www.ibiblio.org/maven2/org/apache/maven/skins/
> >
> > how do I change the default skin for my site?
> >
> > --
> > Regards,
> > Subhash Chandran S
> >
> > Cross platform OpenSource Java based file encryption software:
> > http://www.WizTools.org/project/WizCrypt/
> >
> >
>
>


-- 
Regards,
Subhash Chandran S

Cross platform OpenSource Java based file encryption software:
http://www.WizTools.org/project/WizCrypt/

Re: Changing Skin Of Site

Posted by Mikael Andersson <ma...@gmail.com>.
Hi

Add this to your site.xml :

  <skin>
    <groupId>org.apache.maven</groupId>
    <artifactId>maven-classic-skin</artifactId>
    <version>1.0</version>
  </skin>

http://maven.apache.org/plugins/maven-site-plugin/howto.html

You may need to update your site plugin ( mvn -U site:site ), since
the 2.0version was just recently released.

- Micke

On 15/05/06, Subhash Chandran <su...@gmail.com> wrote:
>
> I see many "skins" for maven site here:
>
> http://www.ibiblio.org/maven2/org/apache/maven/skins/
>
> how do I change the default skin for my site?
>
> --
> Regards,
> Subhash Chandran S
>
> Cross platform OpenSource Java based file encryption software:
> http://www.WizTools.org/project/WizCrypt/
>
>