We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e44f1 commit 467d860Copy full SHA for 467d860
.github/workflows/deploy.yml
@@ -61,7 +61,8 @@ jobs:
61
mvn javadoc:aggregate -pl '-:openam-server,-:openam-server-only' \
62
-pl '-:openam-ui,-:openam-ui-ria,-:openam-ui-api' \
63
-pl '-:openam-server-auth-ui,-:openam-doc-ssoadm-ref,-:openam-liberty-schema' \
64
- -pl '-:openam-example-api-descriptor,-:openam-example-clientsdk-cli,-:openam-example-clientsdk-war'
+ -pl '-:openam-example-api-descriptor,-:openam-example-clientsdk-cli,-:openam-example-clientsdk-war' \
65
+ -pl '-:bcpkix-shaded'
66
- name: Upload artifacts OpenAM Distribution Kit, containing all distributable artifacts
67
uses: actions/upload-artifact@v4
68
with:
0 commit comments