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'
|
key: 'cache'
|
||||||
restore-keys: 'cache'
|
restore-keys: 'cache'
|
||||||
- name: 'Build with Maven'
|
- name: 'Build with Maven'
|
||||||
run: mvn -B package --file pom.xml
|
run: mvn -B install --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