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

Commit 46e929d

Browse files
committed
Add javadoc profile to artifactory staging build
1 parent ad8bcb5 commit 46e929d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/artifactory-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
env:
3636
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
3737
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
38-
run: mvn -P artifactory-staging -s settings.xml --batch-mode -Dmaven.test.skip=true deploy
38+
run: mvn -P artifactory-staging -P javadoc -s settings.xml --batch-mode -Dmaven.test.skip=true deploy

0 commit comments

Comments
 (0)