Unfortunately I could not configure Checkstyle with anything other than an absolute path to the license file. Our multi-module configuration works properly but not across repositories like jclouds-labs. Any ideas on how to make this work
An obvious, if slightly annoying one: duplicate the license file in the other two repos? Or, slightly better, publish it as a shared resource JAR and use the maven-shared-resources plugin to pull it in at the beginning of every build in a downstream repo?
Thanks for you work on this, gaul! ap