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/" + +