Skip to content

Commit

Permalink
ci(jreleaser): enable publishing with libcryostat -SNAPSHOT dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Aug 7, 2024
1 parent 2b5cb20 commit c3b7e3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,9 @@
<closeRepository>true</closeRepository>
<releaseRepository>true</releaseRepository>
<stagingRepositories>target/staging-deploy</stagingRepositories>
<!-- TODO this is needed so that the <repositories> block at the top is accepted,
which we need because of our dependency on -SNAPSHOT versions of libcryostat -->
<verifyPom>false</verifyPom>
</maven-central>
</nexus2>
</maven>
Expand Down

0 comments on commit c3b7e3b

Please sign in to comment.