<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <font face="Calibri">For anyone trying to build Hawkular and running
      into checkstyle  issues despite adding -Dcheckstyle.skip to the
      mvn command line, you may need to add this as well to make sure it
      makes it to the recursive builds...<br>
      <br>
       &gt; mvn  blahblah  
      '-Dsrcdeps.forwardProperties=srcdeps.*,revapi.skip
      -Dcheckstyle.skip'<br>
      <br>
      p.s. the revapi.skip is not relevant to checkstyle but if you
      happen to hit a revapi issue it may help you out.<br>
    </font>
  </body>
</html>