My favorites | Sign in
Project Home Downloads Issues Source
Project Information
Members

The fluido-skin is an alternative Maven site skin with rounded corners and code syntax highlight.

Do you want to see how does it look? Check these projects pages:

Using it it's quite easy: it is available on Maven central repository and all you need is just add the following XML snippet in your site.xml:

<project name="XXXXXXXX">
    ....
    <skin>
        <groupId>com.googlecode.fluido-skin</groupId>
        <artifactId>fluido-skin</artifactId>
        <version>1.3</version>
    </skin>
    ....
</project>

That's all, have fun with it! :)

Note

From 1.2 release, artifacts are GnuPG signed, if you need to verify them you can download the public key from

Powered by Google Project Hosting