diff --git a/.github/workflows/eclipse-ls-extensions.yml b/.github/workflows/eclipse-ls-extensions.yml
index eddc44a6e..8d3a282b5 100644
--- a/.github/workflows/eclipse-ls-extensions.yml
+++ b/.github/workflows/eclipse-ls-extensions.yml
@@ -10,7 +10,7 @@ on:
jobs:
- eclipse-distro-build:
+ eclipse-language-servers-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
@@ -27,7 +27,7 @@ jobs:
- name: Build Language Servers JARs
run: |
cd headless-services
- xvfb-run ./mvnw --batch-mode clean install -DskipTests
+ xvfb-run ./mvnw --batch-mode clean install
- name: Install GPG key
run: |
echo "${{ secrets.GPG_PRIVATE_KEY }}" > gpg.asc
@@ -38,7 +38,9 @@ jobs:
tools_s3_secret_key: ${{ secrets.TOOLS_S3_SECRET_KEY }}
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
gpg_keyname: ${{ secrets.GPG_KEYID }}
-# gpg_homedir: ${{ github.workspace }}
run: |
cd eclipse-language-servers
- xvfb-run ./mvnw --batch-mode clean deploy -Pe428 -Psnapshot -Pgitactions -DbuildNumber=${{ steps.timestamp.outputs.timestamp }} -Dsigning.skip=true -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Ds3service.https-only=true -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
\ No newline at end of file
+ xvfb-run ./mvnw --batch-mode clean deploy -Pe428 -Psnapshot -Pgitactions -DbuildNumber=${{ steps.timestamp.outputs.timestamp }} -Dsigning.skip=true -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Ds3service.https-only=true -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
+ - name: Verify Eclipse LS Extensions on e429
+ run: |
+ xvfb-run ./mvnw --batch-mode clean package -Pe429 -Psnapshot -DbuildNumber=${{ steps.timestamp.outputs.timestamp }} -Dsigning.skip=true -Dhttpclient.retry-max=20 -Declipse.p2.mirrors=false -Ds3service.https-only=true -Dmaven.test.skip=true -Dtycho.localArtifacts=ignore
diff --git a/eclipse-language-servers/pom.xml b/eclipse-language-servers/pom.xml
index 4770a9d1a..41921e3c0 100644
--- a/eclipse-language-servers/pom.xml
+++ b/eclipse-language-servers/pom.xml
@@ -144,7 +144,6 @@
${env.gpg_passphrase}
${env.gpg_keyname}
${env.gpg_homedir}
-
@@ -525,8 +524,6 @@
true
${gpg.passphrase}
${gpg.keyname}
-
-
--pinentry-mode=loopback