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 8207636 commit 3a633d8Copy full SHA for 3a633d8
.github/workflows/deploy.yml
@@ -57,9 +57,10 @@ jobs:
57
run: mvn --batch-mode --errors --update-snapshots -Dgpg.passphrase=${{ secrets.GPG_PASSPHRASE }} deploy --file pom.xml
58
- name: Build Javadoc
59
continue-on-error: true
60
- run: mvn javadoc:aggregate -pl '-:openidm-ui,-:openidm-ui-admin' \
61
- -pl '-:openidm-ui-api,-:openidm-ui-common,-:openidm-ui-enduser' \
62
- -pl '-:openidm-zip'
+ run: |
+ mvn javadoc:aggregate -pl '-:openidm-ui,-:openidm-ui-admin' \
+ -pl '-:openidm-ui-api,-:openidm-ui-common,-:openidm-ui-enduser' \
63
+ -pl '-:openidm-zip'
64
- name: Upload artifacts
65
uses: actions/upload-artifact@v4
66
with:
0 commit comments