Skip to content

Commit

Permalink
Disable buildnumber generation on our builds
Browse files Browse the repository at this point in the history
  • Loading branch information
turing85 committed Jul 21, 2024
1 parent b371801 commit 7700a63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:
run: |
./mvnw \
--batch-mode \
--define maven.buildNumber.skip \
quarkus:go-offline \
de.qaware.maven:go-offline-maven-plugin:resolve-dependencies
Expand Down Expand Up @@ -156,6 +157,7 @@ jobs:
--batch-mode \
--also-make \
--define no-format \
--define maven.buildNumber.skip \
--projects \
"core/deployment, \
jms/deployment, \
Expand Down Expand Up @@ -228,6 +230,7 @@ jobs:
./mvnw \
--batch-mode \
--also-make \
--define maven.buildNumber.skip \
--define native \
--define native.surefire.skip \
--projects \
Expand Down

0 comments on commit 7700a63

Please sign in to comment.