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

[jira] Closed: (MNG-1094) Repositories' tag is not inhertied to child POMs

     [ http://jira.codehaus.org/browse/MNG-1094?page=all ]
     
Brett Porter closed MNG-1094:
-----------------------------

    Resolution: Fixed

> Repositories' <uniqueVersion> tag is not inhertied to child POMs
> ----------------------------------------------------------------
>
>          Key: MNG-1094
>          URL: http://jira.codehaus.org/browse/MNG-1094
>      Project: Maven 2
>         Type: Bug
>   Components: maven-core
>     Versions: 2.0-beta-3
>  Environment: Fedora Core 4, JDK 1.5.0_05
>     Reporter: Arik Kfir
>     Assignee: Brett Porter

>
>
> If you define the following distribution management in a parent POM, child POMs will inherit the repository definition, but the <uniqueVersion> value is reset back to "true".
> Here's a snippet of what I used in the parent POM:
>     <distributionManagement>
>         <repository>
>             <id>corleon</id>
>             <name>Corleon Software Foundation (CSF) internal repository</name>
>             <url>file:///maven-repo</url>
>             <layout>default</layout>
>             <uniqueVersion>false</uniqueVersion>
>         </repository>
>     </distributionManagement>
> If I copy the snippet into the child POM, it works as expected.

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