From 34d3f2b08229473265e8089d3c4eec19de34bcb9 Mon Sep 17 00:00:00 2001 From: bwalding Date: Wed, 2 Apr 2003 12:29:24 +0000 Subject: [PATCH] Add the powered by logo PR: MAVEN-364 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113252 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/plugin.properties | 2 ++ xdoc/src/plugin-resources/site.jsl | 11 ++++++++++- xdoc/xdocs/properties.xml | 24 ++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) diff --git a/xdoc/plugin.properties b/xdoc/plugin.properties index 70abbb00..1341f0e9 100644 --- a/xdoc/plugin.properties +++ b/xdoc/plugin.properties @@ -23,6 +23,8 @@ maven.xdoc.date.locale = en # The logo to show on the generated site. No default at present (competition isn't closed) maven.xdoc.poweredby.image= +maven.xdoc.poweredby.title=Built by Maven +maven.xdoc.poweredby.url=http://maven.apache.org/ # diff --git a/xdoc/src/plugin-resources/site.jsl b/xdoc/src/plugin-resources/site.jsl index 3241ad55..70f6b423 100644 --- a/xdoc/src/plugin-resources/site.jsl +++ b/xdoc/src/plugin-resources/site.jsl @@ -286,6 +286,15 @@ + ${maven.xdoc.poweredby.image} + ${maven.xdoc.poweredby.title} + ${maven.xdoc.poweredby.url} + +
+ +
+
+
Last published: ${build.date} @@ -293,7 +302,7 @@
- +
diff --git a/xdoc/xdocs/properties.xml b/xdoc/xdocs/properties.xml index 0ecb58b2..21d3d0e7 100644 --- a/xdoc/xdocs/properties.xml +++ b/xdoc/xdocs/properties.xml @@ -433,6 +433,30 @@ http://maven.apache.org/development-process.html. + + maven.xdoc.poweredby.image + Yes + + Sets the name of the image to use (see images/logos). + No default as the competition is not complete. + + + + maven.xdoc.poweredby.title + Yes + + Sets the title of the link for the powered + by logo. Defaults to "Built by Maven" + + + + maven.xdoc.poweredby.url + Yes + + Sets the target of the link for the powered + by logo. Defaults to "http://maven.apache.org/" + +