A 08:11 14/02/2003 -0500, vous avez écrit :
When I look at other sites generated by maven, I see a gray bar seperating the logos at the top from the content below. This gray bar has text like "Last published: 09 February 2003 | Doc for 2.0-alpha2".

When I generate my project site using maven (beta8), I get a thin gray bar but there is no text on it. How do I get maven to generate content in this bar?
By writing this in your ~/build.properties or elsewhere :

# Display the date on the Maven web site
maven.xdoc.date = left
# Display the maven version the web site is documenting
maven.xdoc.version = ${pom.currentVersion}


Best regards



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to