[ 
http://jira.codehaus.org/browse/MSITE-271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_116521
 ] 

Benjamin Bentmann commented on MSITE-271:
-----------------------------------------

>From the source of 
>http://maven.apache.org/plugins/maven-site-plugin/index.html, i.e. the site of 
>the maven-site-plugin, i.e. the site that should be the most wonderful among 
>all plugins ;-)
{code:xml}
<html>
  <head>
    <title>Maven Site plugin - Introduction to $project.name</title>
   ...
</html>
{code}
The bad string "Introduction to $project.name" likely originates from 
maven-site-plugin/src/site/apt/index.apt.  I guess the APT title should just be 
"Introduction" like used by many other plugins (the title is already prefixed 
with the plugin name so why append again?).

As for the version: The generated pages only contain "Last published: ..." but 
having the version number would be interesting, too. The funny thing is that 
maven/plugins/trunk/src/site/site.xml already contains the required <version 
position="left" /> element, but it does not seem to make into the final site 
(inheritance bug?).


> Page title reads Introduction to $project.name
> ----------------------------------------------
>
>                 Key: MSITE-271
>                 URL: http://jira.codehaus.org/browse/MSITE-271
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>            Reporter: Tim Pizey
>
> Number one for google search maven site plugin gives: 
> Page title reads Introduction to $project.name
> Also still has no version in strap line. 
> Maven is about versioning. 

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

        

Reply via email to