File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -58,17 +58,10 @@ jobs:
58
58
output_file : custom_maven_settings.xml
59
59
servers : ' [{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]'
60
60
- name : Set version with Maven
61
- # Only set the version for the CoMPAS Modules, excluding the RiseClipse Modules.
62
- run : ./mvnw -B versions:set -DgroupId=org.lfenergy.compas.scl.validator -DnewVersion=${{ steps.extract_tagname.outputs.tagname }}
61
+ run : ./mvnw -B versions:set -DprocessAllModules=true -DnewVersion=${{ steps.extract_tagname.outputs.tagname }}
63
62
env :
64
63
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
65
64
- name : Deploy with Maven to GitHub Packages and Docker Hub
66
- # We need to pass the Repository information, because these are missing/need to be overwritten for the
67
- # RiseClipse Submodules for which we can't update the POM files.
68
- run : |
69
- ./mvnw -B -s custom_maven_settings.xml \
70
- -DaltDeploymentRepository=github-packages-compas::default::https://maven.pkg.github.com/com-pas/compas-scl-validator \
71
- -Dmaven.deploy.skip=snapshots \
72
- -Pjvm-image,release clean deploy
65
+ run : ./mvnw -B -s custom_maven_settings.xml -Pjvm-image,release clean deploy
73
66
env :
74
67
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments