Skip to content

Feature/config: allowSnapshotsFromSnapshots #927

@ggrandes

Description

@ggrandes

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions