diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3fa7fa0b2..d08662fdd 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,4 +30,4 @@ jobs:
with:
path: openchrom
- name: Build with Maven
- run: cd openchrom && mvn -f openchrom/releng/net.openchrom.aggregator/pom.xml -T 1C verify --batch-mode --no-transfer-progress
+ run: cd openchrom && mvn -f openchrom/releng/net.openchrom.aggregator/pom.xml -T 1C verify -Pci --batch-mode --no-transfer-progress
diff --git a/openchrom/pom.xml b/openchrom/pom.xml
index f09bdf274..db8c1a871 100644
--- a/openchrom/pom.xml
+++ b/openchrom/pom.xml
@@ -191,7 +191,7 @@
- 3.9.2
+ 3.9.2
@@ -239,6 +239,30 @@
+
+ ci
+
+
+
+ org.eclipse.tycho
+ tycho-p2-director-plugin
+
+ materialize-products
+
+ materialize-products
+
+ none
+
+
+
+ archive-products
+ none
+
+
+
+
+
+
codesign