use 'install' goal

This commit is contained in:
Enrico Olivelli 2020-07-17 23:02:34 +02:00 committed by GitHub
parent 78225920f9
commit 80c7d3c9bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@ jobs:
key: 'cache'
restore-keys: 'cache'
- name: 'Build with Maven'
run: mvn -B package --file pom.xml
run: mvn -B install --file pom.xml
- name: 'Remove Snapshots Before Caching'
run: find ~/.m2 -name '*SNAPSHOT' | xargs rm -Rf