]> source.dussan.org Git - sonarqube.git/commitdiff
[travis] remove resolver-status.properties to avoid cache invalidation
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 19 Aug 2016 12:03:19 +0000 (14:03 +0200)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Fri, 19 Aug 2016 13:19:37 +0000 (15:19 +0200)
.travis.yml

index 063a3632829c34b9a91c30d8a88e2658a3d0974d..b089bd33d91db054394ec1d7e17d9bf50d8d2756 100644 (file)
@@ -23,6 +23,7 @@ cache:
 before_cache:
   # remove all the artifacts (JAR, ZIP) that are installed in local repo because of mvn deploy
   - rm -rf $HOME/.m2/repository/org/sonarsource/sonarqube
+  - find $HOME/.m2 -name resolver-status.properties -exec rm {} \;
 
 notifications:
   email: false