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 0a63b67 commit de862f6Copy full SHA for de862f6
.github/workflows/deploy.yml
@@ -55,6 +55,7 @@ jobs:
55
if: ${{ github.event.workflow_run.event=='push' && env.MAVEN_USERNAME!='' && env.MAVEN_PASSWORD!=''}}
56
run: mvn --batch-mode --errors --update-snapshots -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} deploy --file pom.xml
57
- name: Build Javadoc
58
+ continue-on-error: true
59
run: |
60
mvn javadoc:aggregate -pl '-:openam-server,-:openam-server-only' \
61
-pl '-:openam-ui,-:openam-ui-ria,-:openam-ui-api' \
0 commit comments