[ 
http://jira.codehaus.org/browse/MNG-3254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brian Fox updated MNG-3254:
---------------------------

         Assignee: Brian Fox
    Fix Version/s: 2.0.8

> artifactId is not any more appened in distributionManagement.site.url in 
> multi modules when it's not defined in a child
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: MNG-3254
>                 URL: http://jira.codehaus.org/browse/MNG-3254
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Inheritance and Interpolation
>    Affects Versions: 2.0.8
>            Reporter: Olivier Lamy
>            Assignee: Brian Fox
>             Fix For: 2.0.8
>
>         Attachments: MNG-3254.tar
>
>
> My root pom is :
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>maven</groupId>
>   <artifactId>p0</artifactId>
>   <packaging>pom</packaging>
>   <name>p0</name>
>   <version>1.0</version>  
>   <modules>
>     <module>p1</module>
>   </modules>
>   <distributionManagement>
>     <site>
>       <id>distSiteId</id>
>       <url>sftp://ip/path/</url>
>     </site>
>   </distributionManagement>
> </project>
> My child pom doesn't have distributionManagement defined : the site is 
> deployed to sftp://ip/path/ instead of sftp://ip/path/p1

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

        

Reply via email to