File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -147,12 +147,13 @@ jobs:
147
147
./mvnw --batch-mode -V -e -pl '!dropwizard,!jersey'
148
148
-Dstaging_repository_id=${{ needs.open-release.outputs.STAGING_REPOSITORY_ID }}
149
149
-Dstaging_host="${{ env.STAGING_HOST }}"
150
- deploy -P release
150
+ -P release
151
+ deploy
151
152
152
153
# Must quote exclamation mark on bash: https://stackoverflow.com/a/27177197/14731
153
154
- name : Generate Javadoc
154
155
run : |
155
- ./mvnw --batch-mode -V -e verify javadoc:aggregate -pl '!dropwizard,!jersey'
156
+ ./mvnw --batch-mode -V -e -pl '!dropwizard,!jersey' verify javadoc:aggregate
156
157
mkdir --parents "${{ needs.open-release.outputs.VERSION }}/docs"
157
158
mv target/reports/apidocs "${{ needs.open-release.outputs.VERSION }}/docs/api"
158
159
You can’t perform that action at this time.
0 commit comments