You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (Jira)" <ji...@apache.org> on 2021/01/11 15:07:00 UTC

[jira] [Commented] (MRELEASE-1058) Maven release plugin does not update plugins configuration

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

Michael Osipov commented on MRELEASE-1058:
------------------------------------------

It cant, {{configuration}} is plugin specific. It would require deep knowledge of the plugins to perform such an update. Unless someone provides a broad PR, I am anclined to close this as wontfix.

> Maven release plugin does not update plugins configuration
> ----------------------------------------------------------
>
>                 Key: MRELEASE-1058
>                 URL: https://issues.apache.org/jira/browse/MRELEASE-1058
>             Project: Maven Release Plugin
>          Issue Type: Bug
>          Components: prepare
>    Affects Versions: 3.0.0-M1
>            Reporter: Adam Ostrožlík
>            Priority: Major
>
> Maven release plugin does not update plugin configuration which points to the project in the reactor.
> {code:java}
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-dependency-plugin</artifactId>
> <version>${maven-dependency-plugin.version}</version>
> <configuration>
>  <artifact>com.example:example:1.0-SNAPSHOT</artifact>
> </configuration>
> {code}
> 1.0-SNAPSHOT is not being updated.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)