Skip to content

Commit be38896

Browse files
authored
Merge pull request #4760 from reinhapa/fix-javadoc
[bugfix] Install current eXist binaries before javadoc
2 parents bb32a89 + 16062b7 commit be38896

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/ci-docs.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ jobs:
1919
with:
2020
distribution: temurin
2121
java-version: ${{ matrix.jdk }}
22-
- name: Cache Maven packages
23-
uses: actions/cache@v2
24-
with:
25-
path: ~/.m2
26-
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
27-
restore-keys: ${{ runner.os }}-m2
2822
- name: Maven Javadoc
29-
run: mvn -V -B -q -T 2C javadoc:javadoc
23+
run: mvn -V -B -q -T 2C install javadoc:javadoc -DskipTests -Ddependency-check.skip=true --projects '!exist-distribution,!exist-installer' --also-make
3024

0 commit comments

Comments
 (0)