Details
Description
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:
<distributionManagement>
<site>
<id>source01.uis.no</id>
<url>dav:https://source01.uis.no/maven-site/${project.groupId}/${project.artifactId}/${project.version}</url>
</site>
</distributionManagement>
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