mirror of https://github.com/apache/openjpa.git
use 'package'
with 'verify' the build fails as we need the jar
This commit is contained in:
parent
5263d8ca27
commit
78225920f9
|
@ -33,6 +33,6 @@ jobs:
|
||||||
key: 'cache'
|
key: 'cache'
|
||||||
restore-keys: 'cache'
|
restore-keys: 'cache'
|
||||||
- name: 'Build with Maven'
|
- name: 'Build with Maven'
|
||||||
run: mvn -B verify --file pom.xml
|
run: mvn -B package --file pom.xml
|
||||||
- name: 'Remove Snapshots Before Caching'
|
- name: 'Remove Snapshots Before Caching'
|
||||||
run: find ~/.m2 -name '*SNAPSHOT' | xargs rm -Rf
|
run: find ~/.m2 -name '*SNAPSHOT' | xargs rm -Rf
|
||||||
|
|
Loading…
Reference in New Issue