From 88de4bd4d581e88e3c5733fcfbff5b8625ab7ff9 Mon Sep 17 00:00:00 2001
From: Lukas Malte Monnerjahn <lukasmalte.monnerjahn@dataport.de>
Date: Wed, 7 May 2025 18:07:49 +0200
Subject: [PATCH] OZG-8085 remove unused

---
 .gitlab-ci.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 57791ad..be2db2c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,6 @@
 image: maven:3.9.9-eclipse-temurin-21-alpine
 
 variables:
-  MAVEN_DEPLOY_CLI_OPTS: "--no-transfer-progress -DskipTests"
   MAVEN_CLI_OPTS: >-
     -s .m2/ci_settings.xml --batch-mode
     -Dmaven.plugin.validation=brief
@@ -50,16 +49,12 @@ include:
     inputs:
       job_prefix: gitlab
       stage: publish
-      maven_cli_options: >-
-        -s .m2/ci_settings.xml --batch-mode
-        -Dmaven.plugin.validation=brief
+      maven_cli_options: $MAVEN_CLI_OPTS
       maven_profile: "-Pgitlab-deploy"
   # Maven Deploy for MR, Snapshot and Release to Nexus
   - component: $CI_SERVER_FQDN/ozg-cloud/devops/ci-components/maven_deploy@main
     inputs:
       job_prefix: nexus
       stage: publish
-      maven_cli_options: >-
-        -s .m2/ci_settings.xml --batch-mode
-        -Dmaven.plugin.validation=brief
+      maven_cli_options: $MAVEN_CLI_OPTS
       maven_profile: "-Pnexus-deploy"
-- 
GitLab