Don't append artifactId when parent pom already has artifactId in URL ---------------------------------------------------------------------
Key: MNG-2872 URL: http://jira.codehaus.org/browse/MNG-2872 Project: Maven 2 Issue Type: Wish Affects Versions: 2.0.5 Reporter: Papick G. Taboada Priority: Trivial I want to define the url for all my projects from one central pom. the pom project itself has the same url structure as the child projects. This is for all urls that can be inherited, e.g. distribution site, deployment url, etc. I would like to specify some complete url like protocol:/my.server.com/some/path/to/the/${groupId}/${artifactId} For example, with the actual implementation I get either the parent pom site deployed to the groupId directory, or I get the child projects deployed to the grouId/artifactId/artifactId directory. At the moment I have add the urls on every project, although they always have the same pattern. -- 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