Update build to deploy artifacts to Artifactory

This commit is contained in:
Mahmoud Ben Hassine
2022-12-13 00:24:55 +01:00
parent f6219d32b8
commit 9eebaf4410
3 changed files with 25 additions and 2 deletions

View File

@@ -19,8 +19,8 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify
- name: Build with Maven and deploy to Artifactory
run: mvn -s settings.xml --batch-mode --update-snapshots deploy
- name: Generate Java docs
run: mvn javadoc:aggregate