Usage
To use the skin, declare the skin in the project's site.xml
<project name="your-project-name"> <skin> <groupId>com.mindtree.techworks.insight.releng</groupId> <artifactId>insight-site-skin</artifactId> </skin> ... </project>
You may take out the version to use the latest released version of the skin.
Maven Repository Configuration
The skin is currently not available at the Maven Central repository, hence to get your maven build system to get the skin, you may use the temporary Insight Maven 2 repository at:
- http://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/release/ - For released versions
- http://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/maven-repo/trunk/snapshot/ - For snapshot versions