I checked the framework out from SVN last night but couldn't build it as the RAT maven plugin has been moved. I think the pom file needs changing from:
...
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>rat-maven-plugin</artifactId>
...
to
...
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
...
Regards,
Nick

