Adding the project

The first - and probably most important - step is to add our project to your facelets project. You can find the instructions for a regular project and a Maven project below.

Regular Project

Download the library here. Copy the library into the /WEB-INF/lib folder of your application.

Maven Project

Add the following dependency to your pom.xml
<dependency>
	<groupId>com.realdolmen.sf</groupId>
	<artifactId>mapface</artifactId>
	<version>1.1_DEV</version>
</dependency>