From 17d2951538e47ee325337dc2bdf7cf93295bc662 Mon Sep 17 00:00:00 2001 From: Paul Gooderham Date: Mon, 25 Nov 2024 14:34:20 -0500 Subject: [PATCH] Use install command to deploy jars locally. Change the dependencies in pom Signed-off-by: Paul Gooderham --- Release.Jenkinsfile | 4 ++-- jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/pom.xml | 2 +- jakarta.ls/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Release.Jenkinsfile b/Release.Jenkinsfile index 768281db..06b0efe3 100644 --- a/Release.Jenkinsfile +++ b/Release.Jenkinsfile @@ -25,11 +25,11 @@ pipeline { cd jakarta.jdt ./mvnw -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$VERSION ./mvnw versions:set-scm-tag -DnewTag=$VERSION - ./mvnw clean deploy -B -Peclipse-sign -Dcbi.jarsigner.skip=false + ./mvnw clean install cd ../jakarta.ls ./mvnw -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$VERSION ./mvnw versions:set-scm-tag -DnewTag=$VERSION - ./mvnw clean deploy -B -Peclipse-sign -Dcbi.jarsigner.skip=false + ./mvnw clean install cd ../jakarta.eclipse ./mvnw -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$VERSION cd .. diff --git a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/pom.xml b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/pom.xml index 2e169940..61c67ff1 100644 --- a/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/pom.xml +++ b/jakarta.eclipse/org.eclipse.lsp4jakarta.lsp4e.core/pom.xml @@ -42,7 +42,7 @@ org.eclipse.lsp4jakarta org.eclipse.lsp4jakarta.ls - 0.2.2-SNAPSHOT + 0.2.2 jar-with-dependencies diff --git a/jakarta.ls/pom.xml b/jakarta.ls/pom.xml index 0be984ca..d8da718b 100644 --- a/jakarta.ls/pom.xml +++ b/jakarta.ls/pom.xml @@ -64,7 +64,7 @@ org.eclipse.lsp4jakarta org.eclipse.lsp4jakarta.jdt.core - 0.2.2-SNAPSHOT + 0.2.2