Remove -U flag from mvn builds for better use of mvn cache

This commit is contained in:
Kris De Volder
2017-04-14 10:52:23 -07:00
parent e0103c1352
commit d7e456c3da
4 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
#!/bin/bash
set -e
../mvnw -U -f ../pom.xml -pl boot-java-language-server -am clean install
../mvnw -f ../pom.xml -pl boot-java-language-server -am clean install