[ https://issues.apache.org/jira/browse/MNG-4508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Stephen Connolly updated MNG-4508: ---------------------------------- Fix Version/s: (was: 3.6.0-candidate) 3.6.x-candidate > No way to avoid adding artifactId to site urls > ---------------------------------------------- > > Key: MNG-4508 > URL: https://issues.apache.org/jira/browse/MNG-4508 > Project: Maven > Issue Type: Improvement > Components: Inheritance and Interpolation > Reporter: Richard van der Hoff > Assignee: Hervé Boutemy > Priority: Minor > Fix For: 3.6.x-candidate > > > Currently, whenever a child pom inherits from a parent (and doesn't override > the relevant settings), both project.url and > project.distributionManagement.site.url have the name of the child artifact > appended. > It would be nice to be able to have something like > {code:xml} > <url>scpexe://host/blah/${project.artifactId}/${project.version}</url> > {code} > and have this inherited to all child poms in the obvious way. > My usecase for this is that we have a single parent pom for all our projects, > with useful settings such as distributionManagement, and I'd like to be able > to deploy their sites to a single directory and have Apache generate me a > directory listing for all the child projects. However, I curently have no way > of releasing the parent project without obliterating the list of child > projects. -- This message was sent by Atlassian JIRA (v7.6.3#76005)