Skip to content
Snippets Groups Projects
Commit 88de4bd4 authored by Lukas Malte Monnerjahn's avatar Lukas Malte Monnerjahn
Browse files

OZG-8085 remove unused

parent 9f9cfda2
Branches
No related tags found
No related merge requests found
Pipeline #2619 failed
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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment