Skip to content

Commit

Permalink
Fix snapshot check to allow for submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek committed Aug 28, 2024
1 parent 27f14c6 commit 970b5a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,10 @@

<requireReleaseDeps>
<message>No Snapshots Allowed!</message>
<failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
<excludes>
<exclude>ca.uhn.hapi.fhir:org.hl7.fhir.*</exclude>
</excludes>
</requireReleaseDeps>
</rules>
</configuration>
Expand Down

0 comments on commit 970b5a5

Please sign in to comment.