install language server maven artifacts instead of just package to consume them later in the eclipse plugin build

This commit is contained in:
Martin Lippert
2016-11-30 17:25:46 +01:00
parent 415ec6e22d
commit 6d68de4c8f
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@
set -e
(cd ../commons-vscode ; npm install)
npm install ../commons-vscode
../mvnw -f ../pom.xml -pl vscode-application-yaml -am clean package
../mvnw -f ../pom.xml -pl vscode-application-yaml -am clean install

View File

@@ -2,4 +2,4 @@
set -e
(cd ../commons-vscode ; npm install)
npm install ../commons-vscode
../mvnw -f ../pom.xml -pl vscode-manifest-yaml -am clean package
../mvnw -f ../pom.xml -pl vscode-manifest-yaml -am clean install