+ A Protege distribution (5.0.0 or higher). The Protege 5.2.0 release is [available](http://protege.stanford.edu/products.php#desktop-protege) from the main Protege website.
### Build
1. In the chimp-plugin directory:
mvn clean package
2. On build completion, the "target" directory will contain a chimp-plugin${version}.jar file.
3. Copy the JAR file from the target directory to the "plugins" subdirectory of your Protege distribution.
The Maven POM file in the top-level directory defines how the [Maven Bundle Plugin](http://felix.apache.org/site/apache-felix-maven-bundle-plugin-bnd.html) packages the plug-in code into the required OSGi bundle format.