Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.8
-
Fix Version/s: 2.0.8
-
Component/s: Inheritance and Interpolation
-
Labels:None
-
Number of attachments :
Description
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
Issue Links
Activity
Olivier Lamy
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | MNG-3254.tar [ 30108 ] |
Brian Fox
made changes -
| Assignee | Brian Fox [ brianfox ] | |
| Fix Version/s | 2.0.8 [ 13139 ] |
Brian Fox
made changes -
| Link | This issue relates to MNG-3256 [ MNG-3256 ] |
Brian Fox
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Brian Fox
made changes -
| Summary | artifactId is not any more appened in distributionManagement.site.url in multi modules when it's not defined in a child | artifactId is not appended any more in distributionManagement.site.url in multi modules when it's not defined in a child |
Benjamin Bentmann
made changes -