We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9a483 commit 8e2759cCopy full SHA for 8e2759c
.github/workflows/maven-publish.yml
@@ -36,7 +36,7 @@ jobs:
36
37
38
- name: 2.7 Update version in pom.xml (Release only)
39
- run: mvn versions:set -DnewVersion=${{steps.version.outputs.version_tag}}
+ run: mvn versions:set -DnewVersion=${{steps.version.outputs.version_tag}} -DprocessAllModules
40
41
- name: 3 Build with Maven
42
run: mvn package -P publish --file pom.xml
0 commit comments