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


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to