-
-
Notifications
You must be signed in to change notification settings - Fork 188
Closed
Labels
Description
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
lfischer, jdelker, jkreutzfeld, Opa-, andreacioni and 3 more