You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2016/01/12 21:12:45 UTC

[jira] [Closed] (MSITE-657) Site of sub-project is uploaded to wrong location

     [ https://issues.apache.org/jira/browse/MSITE-657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Osipov closed MSITE-657.
--------------------------------
    Resolution: Auto Closed

This issue has been auto closed because it has been inactive for a long period of time. If you think this issue still persists, retest your problem with the most recent version of Maven and the affected component, reopen and post your results.

> Site of sub-project is uploaded to wrong location
> -------------------------------------------------
>
>                 Key: MSITE-657
>                 URL: https://issues.apache.org/jira/browse/MSITE-657
>             Project: Maven Site Plugin
>          Issue Type: Bug
>          Components: site:deploy
>    Affects Versions: 3.0
>         Environment: Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
> Java version: 1.7.0_03, vendor: Oracle Corporation
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
>            Reporter: Martin Goldhahn
>         Attachments: parent-pom-master-ed097fe.tar.gz, soa-parent-pom-e1a864a.tar.gz
>
>
> My parent pom no.uis:paren-pom has site.xml defined. Now I have another pom no.uis.service:parent-pom that uses the first as parent. In both I have a site deployment descriptor like this:
> {code}
>   <distributionManagement>
>     <site>
>       <id>source01.uis.no</id>
>       <url>dav:https://source01.uis.no/maven-site/${project.groupId}/${project.artifactId}/${project.version}</url>
>     </site>
>   </distributionManagement>
> {code}
> But when I upload the second project's site, it is uploaded to {{https://source01.uis.no/maven-site/no.uis/no.uis.service/parent-pom/1.1.1}} instead of {{https://source01.uis.no/maven-site/no.uis.service/parent-pom/1.1.1}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)