Skip to content

Commit

Permalink
Fixing javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cuioss committed Aug 29, 2024
1 parent 2374193 commit b60a7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
if: ${{endsWith(steps.project.outputs.version, '-SNAPSHOT')}}
run: |
mvn -B --no-transfer-progress -Prelease-snapshot,javadoc-mm-reporting install
mvn -B --no-transfer-progress -Prelease-snapshot deploy -Dmaven.test.skip=true
mvn -B --no-transfer-progress -Prelease-snapshot deploy -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
env:
MAVEN_USERNAME: ${{ secrets.OSS_SONATYPE_USERNAME }}
MAVEN_CENTRAL_TOKEN: ${{ secrets.OSS_SONATYPE_PASSWORD }}
Expand Down

0 comments on commit b60a7d5

Please sign in to comment.