You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Arik Kfir (JIRA)" <ji...@codehaus.org> on 2005/10/12 23:23:12 UTC

[jira] Commented: (MNG-1101) release pom, and next version, is missing pieces of pom

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

Arik Kfir commented on MNG-1101:
--------------------------------

I also noticed that plugin-configuration for the 'release' plugin gets wiped as well. I have this section in the pom which is always removed from the next-dev version:
            <plugin>
                <artifactId>maven-release-plugin</artifactId>
                <inherited>false</inherited>
                <configuration>
                    <tagBase>http://www.someserver.com/svn/proj/tags</tagBase>
                </configuration>
            </plugin>

However - other plugin configurations remain intact...umm....?

> release pom, and next version, is missing pieces of pom
> -------------------------------------------------------
>
>          Key: MNG-1101
>          URL: http://jira.codehaus.org/browse/MNG-1101
>      Project: Maven 2
>         Type: Bug
>   Components: maven-release-plugin
>     Reporter: Brett Porter
>      Fix For: 2.0-beta-4

>
>
> eg, exclusions and reporting get removed. seems it could be something in clone model?

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