For development you'll need the following:
To be able to use the DFCs in a Maven build you'll have to register them in your local Maven 2 repository. Maven provides a standard function for this
mvn install:install-file -DgroupId=dctm -DartifactId=dfc \ -Dversion=5.3 -Dpackaging=jar -Dfile=/path/to/file
The following maven goals are of particular interest