Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 559e671

Browse files
committed
Add javadoc profile when running javadoc:aggregate
1 parent d28b8d2 commit 559e671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
mvn -s settings.xml -Pjavadoc --batch-mode --update-snapshots deploy
3333
3434
- name: Generate Java docs
35-
run: mvn javadoc:aggregate
35+
run: mvn -Pjavadoc javadoc:aggregate
3636

3737
- name: Capture project version
3838
run: echo PROJECT_VERSION=$(mvn help:evaluate -Dexpression=project.version --quiet -DforceStdout) >> $GITHUB_ENV

0 commit comments

Comments
 (0)