File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 4040 env :
4141 MAVEN_OPTS : -Dhttps.protocols=TLSv1.2 -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Dmaven.wagon.http.retryHandler.requestSentEnabled=true -Dmaven.wagon.http.retryHandler.count=10
4242 run : mvn --batch-mode --errors --update-snapshots package ${{ steps.maven-profile-flag.outputs.MAVEN_VERIFY_STAGE }} --file pom.xml ${{ steps.maven-profile-flag.outputs.MAVEN_PROFILE_FLAG }}
43- - name : Build Javadoc
44- if : ${{ (matrix.os == 'ubuntu-latest') && (matrix.java == '11') }}
45- run : |
46- mvn javadoc:aggregate -pl '-:openam-server,-:openam-server-only' \
47- -pl '-:openam-ui,-:openam-ui-ria,-:openam-ui-api' \
48- -pl '-:openam-server-auth-ui,-:openam-doc-ssoadm-ref,-:openam-liberty-schema' \
49- -pl '-:openam-example-api-descriptor,-:openam-example-clientsdk-cli,-:openam-example-clientsdk-war' \
50- -pl '-:bcpkix-shaded'
5143 - name : Upload artifacts
5244 uses : actions/upload-artifact@v4
5345 with :
You can’t perform that action at this time.
0 commit comments