Fix snapshot check to allow for submodules
This commit is contained in:
parent
27f14c6d93
commit
970b5a581b
4
pom.xml
4
pom.xml
|
@ -802,6 +802,10 @@
|
||||||
|
|
||||||
<requireReleaseDeps>
|
<requireReleaseDeps>
|
||||||
<message>No Snapshots Allowed!</message>
|
<message>No Snapshots Allowed!</message>
|
||||||
|
<failWhenParentIsSnapshot>false</failWhenParentIsSnapshot>
|
||||||
|
<excludes>
|
||||||
|
<exclude>ca.uhn.hapi.fhir:org.hl7.fhir.*</exclude>
|
||||||
|
</excludes>
|
||||||
</requireReleaseDeps>
|
</requireReleaseDeps>
|
||||||
</rules>
|
</rules>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue