You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2021/04/16 10:48:02 UTC

[jira] [Reopened] (MRELEASE-378) Check snapshots phase ignores plugin dependencies

     [ https://issues.apache.org/jira/browse/MRELEASE-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Elliotte Rusty Harold reopened MRELEASE-378:
--------------------------------------------

reopening since there's a TODO in the code for this

> 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)