diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e93ca3a3..7634d81d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -111,8 +111,8 @@ jobs:
with:
name: products
path: |
- releng/products/target/products/*.tar.gz
- releng/products/target/products/*.zip
+ releng/products/scip-bazel-ls/target/products/*.tar.gz
+ releng/products/scip-bazel-ls/target/products/*.zip
if-no-files-found: error
event_file:
diff --git a/releng/mavenparent/pom.xml b/releng/mavenparent/pom.xml
index efa5fb48..73a701b2 100644
--- a/releng/mavenparent/pom.xml
+++ b/releng/mavenparent/pom.xml
@@ -42,17 +42,6 @@
error
-
-
-
-
-
-
@@ -101,8 +90,7 @@
tycho-compiler-plugin
${tycho.version}
-
+
BREE
@@ -175,8 +163,7 @@
target-platform-configuration
-
+
${project.groupId}
@@ -282,8 +269,7 @@
fine in the IDE) -->
-warn:none
-
+
${project.basedir}/.settings/org.eclipse.jdt.core.prefs
@@ -292,8 +278,6 @@
${project.build.sourceEncoding}
${project.build.directory}/@dot.xml
-
true
@@ -357,7 +341,7 @@
-
+
scip-bazel-language-server.product
scip-bazel-ls
scip-bazel-ls
@@ -453,6 +437,11 @@
jacoco-maven-plugin
${jacoco.version}
+
+ org.codehaus.mojo
+ build-helper-maven-plugin
+ 3.6.0
+
diff --git a/releng/products/scip-bazel-language-server.product b/releng/products/scip-bazel-ls/scip-bazel-language-server.product
similarity index 100%
rename from releng/products/scip-bazel-language-server.product
rename to releng/products/scip-bazel-ls/scip-bazel-language-server.product