You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "John Casey (JIRA)" <ji...@codehaus.org> on 2005/11/15 06:00:06 UTC

[jira] Updated: (MNG-1253) Plugin versions are populated in next iteration POM

     [ http://jira.codehaus.org/browse/MNG-1253?page=all ]

John Casey updated MNG-1253:
----------------------------

    Description: 
Note : this is with maven-release-plugin 2.0-beta-2 (had problems with beta-3)

Last iteration POM (before release) :
     <plugin>
        <artifactId>maven-homemade-plugin</artifactId>
        <configuration>
        [...]
I omit the plugin version because I use pluginManagement in parent POM

Next iteration POM (after release) :
     <plugin>
        <artifactId>maven-homemade-plugin</artifactId>
        <version>1.0.0</version>
        <configuration>
        [...]
I don't want this, because this will override my parent's pluginManagement


  was:
Note : this is with maven-release-plugin 2.0-beta-2 (had problems with beta-3)

Last iteration POM (before release) :
     <plugin>
        <artifactId>maven-homemade-plugin</artifactId>
        <configuration>
        [...]
I omit the plugin version because I use pluginManagement in parent POM

Next iteration POM (after release) :
     <plugin>
        <artifactId>maven-homemade-plugin</artifactId>
        <version>1.0.0</version>
        <configuration>
        [...]
I don't want this, because this will override my parent's pluginManagement


    Fix Version: 2.0.1

> Plugin versions are populated in next iteration POM
> ---------------------------------------------------
>
>          Key: MNG-1253
>          URL: http://jira.codehaus.org/browse/MNG-1253
>      Project: Maven 2
>         Type: Bug
>   Components: maven-release-plugin
>     Versions: 2.0 (RC)
>  Environment: maven-release-plugin 2.0-beta-2
>     Reporter: Yann Le Du
>      Fix For: 2.0.1

>
>
> Note : this is with maven-release-plugin 2.0-beta-2 (had problems with beta-3)
> Last iteration POM (before release) :
>      <plugin>
>         <artifactId>maven-homemade-plugin</artifactId>
>         <configuration>
>         [...]
> I omit the plugin version because I use pluginManagement in parent POM
> Next iteration POM (after release) :
>      <plugin>
>         <artifactId>maven-homemade-plugin</artifactId>
>         <version>1.0.0</version>
>         <configuration>
>         [...]
> I don't want this, because this will override my parent's pluginManagement

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org