Skip to content

Plugin Allows Releases of Projects with SNAPSHOT parent POMsΒ #64

@lorkpoin

Description

@lorkpoin

Expected behavior:
If I attempt to release a project with the following lines in the pom.xml, I expect the release to fail along the same lines as if I had a SNAPSHOT dependency:

<parent>
      <groupId>com.mypackage.whatever</groupId>
      <artifactId>some-project</artifactId>
      <version>0.1-SNAPSHOT</version>
</parent>

Instead it seems to release with no problem. I can't imagine that this is a valid use case, but even if it is I would like to be able to enable this kind of checking with a config setting.

Version: 1.6.0

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions