Skip to content

Commit 3f90049

Browse files
committed
Cosmetic changes
1 parent 7ef9ef0 commit 3f90049

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy_to_maven_central.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,13 @@ jobs:
147147
./mvnw --batch-mode -V -e -pl '!dropwizard,!jersey'
148148
-Dstaging_repository_id=${{ needs.open-release.outputs.STAGING_REPOSITORY_ID }}
149149
-Dstaging_host="${{ env.STAGING_HOST }}"
150-
deploy -P release
150+
-P release
151+
deploy
151152
152153
# Must quote exclamation mark on bash: https://stackoverflow.com/a/27177197/14731
153154
- name: Generate Javadoc
154155
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
156157
mkdir --parents "${{ needs.open-release.outputs.VERSION }}/docs"
157158
mv target/reports/apidocs "${{ needs.open-release.outputs.VERSION }}/docs/api"
158159

0 commit comments

Comments
 (0)