diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1feea627..b00ac8e5 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -31,14 +31,5 @@ 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: Build with Maven run: mvn -B source:jar javadoc:jar package --file pom.xml diff --git a/pom.xml b/pom.xml index e70e36bf..6b06163f 100644 --- a/pom.xml +++ b/pom.xml @@ -58,4 +58,16 @@ + + + snapshots.oss.sonatype.org + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + +