You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Sandra Bogaert (JIRA)" <ji...@codehaus.org> on 2008/12/10 14:29:21 UTC

[jira] Commented: (MSITE-180) Missing url tag in (parent) pom make it ignore the site inheritence system

    [ http://jira.codehaus.org/browse/MSITE-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=157555#action_157555 ] 

Sandra Bogaert commented on MSITE-180:
--------------------------------------

What about this issue ? Do you have a release date ?
For information, the version associated with this bug is not the same as the version used in the file attached.
Sandra

> Missing url tag in (parent) pom make it ignore the site inheritence system
> --------------------------------------------------------------------------
>
>                 Key: MSITE-180
>                 URL: http://jira.codehaus.org/browse/MSITE-180
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: inheritance
>    Affects Versions: 2.0-beta-5
>            Reporter: Geoffrey De Smet
>         Attachments: multi-module-project.zip
>
>
> IF none of the poms (module or parent) don't have an url tag, like this:
> <project ...>
>   ...
>   <url>...</url>
>   ...
> </project>
> (It doesn't matter if they have url tags in scm, distribution etc)
> THEN site inheritence quitely isn't applied, for example in the parent's site.xml
>         <menu name="Blogs" inherit="bottom">
>             <item name="maven" href="http://www.mavenblogs.org/"/>
>         </menu>
> isn't inherited in the childe module's site.
> proposed solutions:
>  - or fix it :)
>  - or document this wanted behaviour in the site plugin's documentation at
> http://maven.apache.org/plugins/maven-site-plugin/howto.html
> with something like
> "Site inheritence only works if you have a url tag in your parent pom."
> because this can cost people many hours - it did for me
> But once site inheritence works, it's very nice though :)

-- 
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