We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d107cb commit 8ebc5f1Copy full SHA for 8ebc5f1
Jenkinsfile
@@ -15,7 +15,7 @@ def buildVscodeExtension(){
15
node('rhel7'){
16
stage 'Build XML LS'
17
git url: 'https://github.com/angelozerr/lsp4xml.git'
18
- sh "./mvnw clean verify -B -U -e"
+ sh "./mvnw clean verify -B -U -e -pl \"!extensions,!extensions/org.eclipse.lsp4xml.extensions.emmet,!extensions/org.eclipse.lsp4xml.extensions.web\""
19
20
def files = findFiles(glob: '**/org.eclipse.lsp4xml/target/org.eclipse.lsp4xml-uber.jar')
21
stash name: 'server_distro', includes :files[0].path
0 commit comments