diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index e72395f0fcb9bba8a82910bb0506f78d9d41099f..b64ecd68b4971771b309c1a8b02919682a644681 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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