Skip to content

Commit 66524a2

Browse files
fix(ci): change maven_pull_request.yml to use install instead of verify to ensure artifacts are available for javadoc
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent 95c84c3 commit 66524a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
distribution: "temurin"
2020
cache: maven
2121
- name: Build with Maven
22-
run: ./mvnw -B verify
22+
run: ./mvnw -B install
2323
- name: Check documentation
2424
run: ./mvnw -B javadoc:javadoc -pl xapi-model,xapi-client,xapi-model-spring-boot-starter -am # This checks that the Javadoc is valid
2525
- name: Scan with Sonar

0 commit comments

Comments
 (0)