Skip to content

Commit 8ebc5f1

Browse files
committed
Avoid building lsp4xml extensions we don't need
Signed-off-by: Fred Bricon <fbricon@gmail.com>
1 parent 7d107cb commit 8ebc5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def buildVscodeExtension(){
1515
node('rhel7'){
1616
stage 'Build XML LS'
1717
git url: 'https://github.com/angelozerr/lsp4xml.git'
18-
sh "./mvnw clean verify -B -U -e"
18+
sh "./mvnw clean verify -B -U -e -pl \"!extensions,!extensions/org.eclipse.lsp4xml.extensions.emmet,!extensions/org.eclipse.lsp4xml.extensions.web\""
1919

2020
def files = findFiles(glob: '**/org.eclipse.lsp4xml/target/org.eclipse.lsp4xml-uber.jar')
2121
stash name: 'server_distro', includes :files[0].path

0 commit comments

Comments
 (0)