Usage

To use the skin, declare the skin in your site.xml as follows:

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/DECORATION/1.0.1"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.1 http://maven.apache.org/xsd/decoration-1.0.1.xsd">
        <skin>
                <groupId>com.mindtree.techworks.infix</groupId>
                <artifactId>infix-site-skin</artifactId>
                <!-- The version can be omitted for the latest version, or use a later 
                        released version value below -->
                <version>1.0</version>
        </skin>
        <!-- Other site content -->
</project>

The version element above is optional, and if omitted the latest released version of the skin will be used.

Maven Repository Configuration

Like other Infix plug-ins, this skin is not available in the Central Maven Repository, but only in the infix maven2 repository.