Skip to content
Snippets Groups Projects

fix: add sbom again to pom (?)

Merged Stefan E. Funk requested to merge 8-move-from-jms-to-microprofile-reactive-messaging into develop
2 files
+ 44
14
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
0
@@ -91,9 +91,13 @@ build-and-deploy-jars:
- tags
script:
- mvn $MAVEN_OPTS $MAVEN_CLI_OPTS $MAVEN_DEPLOY_OPTS -U clean deploy
- cp target/bom.json .
artifacts:
name: WEBAPP_DEB_PACKAGES
paths:
- ./bom.json
reports:
# Declare the JUnit reports (recursive pattern for multi-module projects)
junit:
- "**/target/*-reports/TEST-*.xml"
Loading