Skip to content

Commit c9db8ce

Browse files
committed
mvn -V --errors --show-version
1 parent a3b9261 commit c9db8ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/maven_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
server-username: MAVEN_USERNAME
3030
server-password: MAVEN_PASSWORD
3131
- name: Publish package
32-
run: mvn --batch-mode deploy
32+
# run: mvn --batch-mode deploy
33+
run: mvn -V --errors --show-version --batch-mode --no-transfer-progress -Ddoclint=all deploy
3334
env:
3435
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
3536
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}

0 commit comments

Comments
 (0)