Skip to content

Commit

Permalink
Maven build added to maven publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
ib-tjuhasz committed Dec 21, 2023
1 parent fa3b8aa commit 78f40e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
server-id: ossrh
server-username: MAVEN_USERNAME
server-password: MAVEN_PASSWORD
- name: Maven build
run: |
mvn clean install -U
- name: Publish to the Maven Central Repository
run: mvn --batch-mode deploy
env:
Expand Down

0 comments on commit 78f40e0

Please sign in to comment.