New feature, improvement proposal: allowSnapshotsFromSnapshots
Something like:
if project.version.endsWith("-SNAPSHOT"); then
allowSnapshots=true
else
allowSnapshots=false
The idea is that if we are working on a SNAPTSHOT, we can include other SNAPSHOTs (submodules for example), but when we are going to produce a RELEASE, we want to verify that we have not left any SNAPSHOTs behind.