[
https://issues.apache.org/jira/browse/MRELEASE-378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17323752#comment-17323752
]
Elliotte Rusty Harold commented on MRELEASE-378:
------------------------------------------------
org.apache.maven.shared.release.phase.CheckDependencySnapshotsPhase line 78
> Check snapshots phase ignores plugin dependencies
> -------------------------------------------------
>
> Key: MRELEASE-378
> URL: https://issues.apache.org/jira/browse/MRELEASE-378
> Project: Maven Release Plugin
> Issue Type: Bug
> Components: prepare
> Affects Versions: 2.0-beta-7
> Reporter: Mark Hobson
> Priority: Major
> Attachments: MRELEASE-378.patch
>
>
> The check snapshots phase ignores snapshot plugin dependencies and the
> project can be released. For example:
> {noformat}<project>
> ...
> <build>
> <plugins>
> <plugin>
> <groupId>myPluginGroup</groupId>
> <artifactId>myPluginArtifact</artifactId>
> <dependencies>
> <dependency>
> <groupId>myGroup</groupId>
>
> <artifactId>myArtifact</artifactId>
> <version>1.0-SNAPSHOT</version>
> </dependency>
> </dependencies>
> </plugin>
> </plugins>
> </build>
> ...
> </project>{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)