Skip to content

Commit

Permalink
Publish releases to Maven Central into CircleCi workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mmasquefa committed Dec 14, 2022
1 parent 6e5ee4b commit 45751cb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ jobs:
# Run cobertura
- run:
name: Run test coverage and publish to Coveralls
command: mvn clean cobertura:cobertura coveralls:report -Pcircleci -DrepoToken=${COVERALLS_REPO_TOKEN}
command: mvn clean cobertura:cobertura coveralls:report -Pcircleci -DrepoToken=${COVERALLS_REPO_TOKEN}
# Store code in a workspace to share it with next job
- persist_to_workspace:
root: .
paths:
- .

# Invoke jobs via workflows
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
Expand Down

0 comments on commit 45751cb

Please sign in to comment.