<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Since IIRC maven 2.0.8, -Dmaven.test.skip has been replaced by
    -DskipTests.<br>
    Use skipTests (see README.txt).<br>
    <br>
    <b>If you're were still using the maven.test.skip, you 'll now find
      out that the build fails on drools-compiler</b><br>
    because drools-compiler has a test-jar dependency on drools-core (as
    well as a normal dependency on drools-core).<br>
    <br>
    The skipTests compiles and builds the test-jars (just doesn't run
    the tests),<br>
    while maven.test.skip doesn't even compile or build the test-jars
    (which is not much faster).<br>
    <pre class="moz-signature" cols="72">-- 
With kind regards,
Geoffrey De Smet</pre>
  </body>
</html>