Skip to content
Snippets Groups Projects
Commit e9882ee5 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

#2 OZG-7121 pipeline: Package jar instead of just compile

parent 23f8977f
No related branches found
No related tags found
1 merge request!3Resolve "xta-test-server helm-chart mit Deployment und Keystore-Secrets/Certificate-Resources"
Pipeline #1306 passed with warnings
...@@ -22,10 +22,10 @@ stages: ...@@ -22,10 +22,10 @@ stages:
- test - test
- publish - publish
build: package:
stage: build stage: build
script: script:
- mvn clean compile $MAVEN_CLI_OPTS - mvn clean package -DskipTests=true $MAVEN_CLI_OPTS
artifacts: artifacts:
paths: paths:
- target/*.jar - target/*.jar
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment