Skip to content

Commit

Permalink
sonatype snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hartmeier committed Nov 28, 2023
1 parent fef4000 commit 6c1a780
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 @@ -20,6 +20,6 @@ jobs:
- name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v4
with:
repositories: '[{ "id": "oss-sonatype-snapshot", "name": "oss-sonatype-snapshot", "url": "https://oss.sonatype.org/content/repositories/snapshots/" }]'
repositories: '[{ "id": "oss-sonatype-snapshot", "name": "oss-sonatype-snapshot", "url": "https://oss.sonatype.org/content/repositories/snapshots/", "releases": { "enabled": "false" }, "snapshots": { "enabled": "true" } }]'
- name: Build with Maven
run: mvn -B -U clean package

0 comments on commit 6c1a780

Please sign in to comment.