Update maven.yml

This commit is contained in:
Shinsuke Sugaya 2021-08-09 13:32:06 +09:00 committed by GitHub
parent b0d010f962
commit cbeed6dcae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,15 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Checkout fess-parent
uses: actions/checkout@v2
with:
repository: codelibs/fess-parent
path: fess-parent
- name: Install fess-parent
run: |
cd fess-parent
mvn install
- name: Download Plugins with Maven
run: mvn -B antrun:run --file pom.xml
- name: Build with Maven