[ 
https://issues.apache.org/jira/browse/MRELEASE-378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17891509#comment-17891509
 ] 

Udo Schnurpfeil commented on MRELEASE-378:
------------------------------------------

It seems the issue still persists. I just tested it with version 3.1.1. It 
would be great if this could be resolved.

> 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.20.10#820010)

Reply via email to