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