Skip to content

Commit

Permalink
Add back sonatype snapshot settings
Browse files Browse the repository at this point in the history
  We still need that sonatype snapshot profile to get snapshot deps.
  • Loading branch information
ligangty committed Mar 4, 2024
1 parent 5215cb2 commit 103d38e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/merge-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
architecture: x64
java-version: 11

- name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v14
with:
repositories: '[{ "id": "sonatype", "url": "https://oss.sonatype.org/content/repositories/snapshots/", "releases": {"enabled": "false"}, "snapshots": {"enabled": "true" }}]'

- name: "Maven Verify"
if: ${{ github.event.repository.fork == true }}
run: mvn -B -e verify
Expand Down

0 comments on commit 103d38e

Please sign in to comment.