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 555cc7c commit be4cef1Copy full SHA for be4cef1
.github/workflows/maven-publish.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Build with Maven
24
env:
25
SONATYPE_PASSWORD: ${{ secrets.SonatypePassword }}
26
- run: mvn -B deploy --file pom.xml -s settings-template.xml
+ run: mvn -B -Prelease source:jar javadoc:jar deploy --file pom.xml -s settings-template.xml
0 commit comments