Closed pascalgrimaud closed 8 years ago
CircleCI uses cache by default.
But it seems that the cache is not used properly for maven. CircleCI downloaded maven dependencies, although there is a cache in .m2 => https://circleci.com/gh/pascalgrimaud/hello-jhipster/3
it's because the 'Save cache' part is done before mvn test I won't be fixed now, as it's not so important
mvn test
CircleCI uses cache by default.
But it seems that the cache is not used properly for maven. CircleCI downloaded maven dependencies, although there is a cache in .m2 => https://circleci.com/gh/pascalgrimaud/hello-jhipster/3