[ http://jira.codehaus.org/browse/MNG-3621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162510#action_162510 ]
Paul Nyheim commented on MNG-3621: ---------------------------------- I would just like to add an observation to this issue. In our setup, we have extracted the url to a property in the pom {code:xml} <properties> <distMgtSiteUrl>file:////my.server.com/share</distMgtSiteUrl> </properties> {code} and in that case, no path manipulation is done in {{DefaultModelInheritanceAssembler.appendPath()}}. as the path passed to it will be the non-interpolated property: {{${distMgtSiteUrl}}}. > site url inheritance broken for UNC paths > ----------------------------------------- > > Key: MNG-3621 > URL: http://jira.codehaus.org/browse/MNG-3621 > Project: Maven 2 > Issue Type: Bug > Components: Inheritance and Interpolation > Affects Versions: 2.0.9 > Environment: Win XP SP2 > Reporter: James Nord > Fix For: 2.0.11 > > Attachments: build.txt, MNG-3621.patch > > > I have a parent POM that is inherited by multiple projects that specifies > site wide default settings. > (e.g) > Parent\pom.xml <--- this is the pom containing the site configuration > Parent\CheckStyleConfig\pom.xml > Part of this is the site deploy > <distributionManagement> > <site> > <id>nds-uk.site</id> > <url>file://///scg-nas.uk.nds.com/maven_sites/${project.groupId}/${project.artifactId}/${project.version}</url> > </site> > </distributionManagement> > running site:deploy on the sub procject results in it using a corrupted > version of the url. > build output attached. > Notice the corruption of the original parent file:///// (2 slashes are > removed so it tries to deploy to local HDD) > parent (OK 5 slashes) > file://///scg-nas.uk.nds.com/maven_sites/com.nds.cab.scg/common-parent/1.0.0.0-SNAPSHOT > - Session: Opened > child (bad 3 slashes) > file:///scg-nas.uk.nds.com/maven_sites/com.nds.cab.scg/common-checkstyle/1.0.0.0-SNAPSHOT/common-checkstyle > - Session: Opened -- 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