gilde-ci-cd/templates/java/maven/maven-license.gitlab-ci.yml
2022-07-08 09:55:43 +02:00

11 lines
199 B
YAML

.maven-licence-bom:
image: $MAVEN_IMAGE
stage: build
script:
- "cd $BACKEND_DIR"
- mvn cyclonedx:makeBom
artifacts:
when: always
paths:
- "$BACKEND_DIR/target/bom.json"