Hi, I have added the Apache RAT Maven plugin [1] to the parent POM and checked the whole trunk for missing headers. The check is automatically performed when you use the "release" profile. Maven will report a build failure if there are any missing license headers.
You can execute this using: mvn install -Prelease Note: You need Apache RAT 0.8-SNAPSHOT in your local repository for this! So perhaps you need to checkout and build RAT first. [1] http://incubator.apache.org/rat/apache-rat-plugin/index.html -- Fabian
