Added a maven.javadoc.windowtitle property. What's strange is that the property was already documented but not in the jelly code... go figure...

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114051 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-09-21 06:43:20 +00:00
parent 9998223f6c
commit 7b4fbe3f55
4 changed files with 16 additions and 9 deletions

View File

@ -63,8 +63,6 @@
<ant:property name="copyright"
value="Copyright &amp;copy; ${year} ${pom.organization.name}. All Rights Reserved." />
<ant:property name="title" value="${pom.name} ${pom.currentVersion} API"/>
<!-- calculate online/offline mode -->
<j:set var="online" value="${maven.javadoc.mode.online}"/>
<j:if test="${empty(online)}">
@ -100,8 +98,8 @@
private="${maven.javadoc.private}"
version="${maven.javadoc.version}"
use="${maven.javadoc.use}"
windowtitle="${title}"
doctitle="${title}"
windowtitle="${maven.javadoc.windowtitle}"
doctitle="${maven.javadoc.windowtitle}"
bottom="${copyright}"
stylesheetfile="${maven.javadoc.stylesheet}"
additionalparam="${maven.javadoc.additionalparam}"

View File

@ -20,5 +20,6 @@ maven.javadoc.stylesheet = ${plugin.resources}/stylesheet.css
maven.javadoc.use = true
maven.javadoc.version = true
maven.javadoc.useexternalfile = no
maven.javadoc.windowtitle = ${pom.name} ${pom.currentVersion} API
maven.docs.outputencoding = ISO-8859-1

View File

@ -62,7 +62,15 @@
<role>Jelly Developer</role>
</roles>
</developer>
<developer>
<name>Vincent Massol</name>
<id>vmassol</id>
<email>vmassol@pivolis.com</email>
<organization>Pivolis</organization>
<roles>
<role>Java Developer</role>
</roles>
</developer>
</developers>
<dependencies>
<dependency>

View File

@ -187,10 +187,10 @@ maven.javadoc.offlineLinks=http://java.sun.com/j2se/1.4.2/docs/api/#/opt/java-ap
<td>Yes</td>
<td>
Specifies the window title to use for the generated
Javadocs. The default value is <code>${maven.name}
${maven.currentVersion} API</code>. <code>${maven.name}</code>
and <code>${maven.currentVersion}</code> expand to values obtained
from the project descriptor.
Javadocs. The default value is
<code>${pom.name} ${pom.currentVersion} API</code>.
<code>${pom.name}</code> and <code>${maven.currentVersion}</code>
expand to values obtained from the project descriptor.
</td>
</tr>
<tr>