Remove -U flag from mvn builds for better use of mvn cache
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
../mvnw -U -f ../pom.xml -pl boot-properties-language-server -am clean install
|
||||
../mvnw -f ../pom.xml -pl boot-properties-language-server -am clean install
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
../mvnw -U -f ../pom.xml -pl concourse-language-server -am clean install
|
||||
../mvnw -f ../pom.xml -pl concourse-language-server -am clean install
|
||||
|
||||
@@ -2,5 +2,5 @@
|
||||
set -e
|
||||
|
||||
# Use maven to build fat jar of the language server
|
||||
../mvnw -U -f ../pom.xml -pl manifest-yaml-language-server -am clean install
|
||||
../mvnw -f ../pom.xml -pl manifest-yaml-language-server -am clean install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user