use 'package'

with 'verify' the build fails as we need the jar
This commit is contained in:
Enrico Olivelli 2020-07-17 22:25:20 +02:00 committed by GitHub
parent 5263d8ca27
commit 78225920f9
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 verify --file pom.xml
run: mvn -B package --file pom.xml
- name: 'Remove Snapshots Before Caching'
run: find ~/.m2 -name '*SNAPSHOT' | xargs rm -Rf