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

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

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

Yann Le Du commented on MNG-1253:
---------------------------------

Just noticed a related issue that makes this one duplicate, I think :
http://jira.codehaus.org/browse/MNG-1100

> 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