From 7b4fbe3f5517e04c7c4dc4a12e911701a0da9e19 Mon Sep 17 00:00:00 2001 From: vmassol Date: Sun, 21 Sep 2003 06:43:20 +0000 Subject: [PATCH] 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 --- javadoc/plugin.jelly | 6 ++---- javadoc/plugin.properties | 1 + javadoc/project.xml | 10 +++++++++- javadoc/xdocs/properties.xml | 8 ++++---- 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/javadoc/plugin.jelly b/javadoc/plugin.jelly index 1ad9b351..8812eacd 100644 --- a/javadoc/plugin.jelly +++ b/javadoc/plugin.jelly @@ -63,8 +63,6 @@ - - @@ -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}" diff --git a/javadoc/plugin.properties b/javadoc/plugin.properties index f12de2f2..8781f267 100644 --- a/javadoc/plugin.properties +++ b/javadoc/plugin.properties @@ -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 diff --git a/javadoc/project.xml b/javadoc/project.xml index 856527c2..0d1cbf64 100644 --- a/javadoc/project.xml +++ b/javadoc/project.xml @@ -62,7 +62,15 @@ Jelly Developer - + + Vincent Massol + vmassol + vmassol@pivolis.com + Pivolis + + Java Developer + + diff --git a/javadoc/xdocs/properties.xml b/javadoc/xdocs/properties.xml index 69f8354e..bd761c0c 100644 --- a/javadoc/xdocs/properties.xml +++ b/javadoc/xdocs/properties.xml @@ -187,10 +187,10 @@ maven.javadoc.offlineLinks=http://java.sun.com/j2se/1.4.2/docs/api/#/opt/java-ap Yes Specifies the window title to use for the generated - Javadocs. The default value is ${maven.name} - ${maven.currentVersion} API. ${maven.name} - and ${maven.currentVersion} expand to values obtained - from the project descriptor. + Javadocs. The default value is + ${pom.name} ${pom.currentVersion} API. + ${pom.name} and ${maven.currentVersion} + expand to values obtained from the project descriptor.