You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2009/12/31 01:11:57 UTC

[jira] Updated: (MNG-4508) No way to avoid adding artifactId to site urls

     [ http://jira.codehaus.org/browse/MNG-4508?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MNG-4508:
------------------------------

    Fix Version/s: 3.1.alpha1

correct. This requires a model change - probably by a combination of two things:
# the facility for the site and reporting plugins to intelligently create a multi-module site map with equivalent functionality to the current URL extension
# removal of the inheritance rules (or site elements) from the POM in a new model version

We can keep this issue to the latter

> No way to avoid adding artifactId to site urls
> ----------------------------------------------
>
>                 Key: MNG-4508
>                 URL: http://jira.codehaus.org/browse/MNG-4508
>             Project: Maven 2 & 3
>          Issue Type: Improvement
>            Reporter: Richard van der Hoff
>            Priority: Minor
>             Fix For: 3.1.alpha1
>
>
> 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:
> <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 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