I am experiencing failures during the Junit test run when building the
project using maven. Specifically, the
org.apache.jcs.TestDiskCacheConcurrent.java class is failing with an out of
memory error. I have tried increasing the amount of memory given to Maven
without success. I then tried to call just that one test class without
maven involved and it seemed to work fine. Then I went back to testing it
with maven and all of a sudden it started working. I think it has something
to do with the jcs\target directories and their contents. If I blow away
these directories, the error returns. I think I am narrowing down to the
problem, but was wondering if anyone has come across this behavior?