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 17be9ce commit 9cabddaCopy full SHA for 9cabdda
.github/workflows/build.yml
@@ -208,7 +208,7 @@ jobs:
208
server-username: MAVEN_USERNAME
209
server-password: MAVEN_PASSWORD
210
- name: Deploy Nexus
211
- run: mvn -B source:jar javadoc:jar deploy --file pom.xml -DskipTests
+ run: mvn -B source:jar deploy --file pom.xml -DskipTests
212
env:
213
MAVEN_USERNAME: ${{ secrets.OSSRH_USERNAME }}
214
MAVEN_PASSWORD: ${{ secrets.OSSRH_TOKEN }}
0 commit comments