mirror of https://github.com/apache/openjpa.git
use 'install' goal
This commit is contained in:
parent
78225920f9
commit
80c7d3c9bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue