Handling license headers

Every Java file must start with the copyright and license header specific to Squale. If a file is committed without this header, Hudson will fail the next build.

Here are the Maven commands that you need to know:

  • to verify that all your files are OK :
    mvn verify -Prelease
  • most important, to add the header to your new files:
    mvn validate -PaddLicense