Person Directory Addons
This project is about an open source collection of extensions to the Person Directory.
==========================================================================
Project Information
Current version
0.1
Build
You can build the project from source using the following Maven command:
$ mvn clean package 
Usage
Declare the project dependency in your Local CAS server pom.xml file as:
<dependency>
    <groupId>net.unicon.persondir</groupId>
    <artifactId>persondir-addons</artifactId>
    <version>${persondir-addons.version}</version>
</dependency>