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 a3b9261 commit c9db8ceCopy full SHA for c9db8ce
.github/workflows/maven_deploy.yml
@@ -29,7 +29,8 @@ jobs:
29
server-username: MAVEN_USERNAME
30
server-password: MAVEN_PASSWORD
31
- name: Publish package
32
- run: mvn --batch-mode deploy
+# run: mvn --batch-mode deploy
33
+ run: mvn -V --errors --show-version --batch-mode --no-transfer-progress -Ddoclint=all deploy
34
env:
35
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
36
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
0 commit comments