Paul Benedict created MSITE-645:
-----------------------------------

             Summary: Menu no longer accepts "href" attribute
                 Key: MSITE-645
                 URL: https://jira.codehaus.org/browse/MSITE-645
             Project: Maven 2.x and 3.x Site Plugin
          Issue Type: Bug
          Components: documentation
    Affects Versions: 3.1
            Reporter: Paul Benedict


Section "Including Generated Content":
http://maven.apache.org/plugins/maven-site-plugin/examples/sitedescriptor.html

I used the example:
{noformat}
<menu name="Foo" href="foo.html" />
{noformat}

Error reported:
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-site-plugin:3.1:site (default-cli) on project 
leave: SiteToolException: Error parsing site descriptor: Unknown attribute 
'href' for tag 'menu' (position: START_TAG seen ...<body>\r\n    <menu 
name="Foo" href="foo.html" />... @3:40) -> [Help 1]

Either the documentation is wrong or the site schema has changed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to