maven-plugins/xdoc/plugin.properties
bwalding 82a2146b3b Switched to maven-button-1.png
If I hear any more whingeing, you're all getting a week in the brig and I'm switching the
default to maven-redgreen.png


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114404 13f79535-47bb-0310-9956-ffa450edef68
2003-11-25 21:16:32 +00:00

88 lines
3.0 KiB
Properties

# -------------------------------------------------------------------
# P L U G I N P R O P E R I E S
# -------------------------------------------------------------------
# Xdoc plugin.
# -------------------------------------------------------------------
maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html
maven.xdoc.includeProjectDocumentation = yes
maven.xdoc.crumb.separator=|
#
# DATE Preferences
#
# The place of the date on the pages : choices are 'bottom', 'left', 'right', 'navigation-top', 'navigation-bottom'
maven.xdoc.date =
maven.xdoc.date.format = dd MMMM yyyy
# The date locale
maven.xdoc.date.locale = en
# The default logo to show on the generated site.
maven.xdoc.poweredby.image=maven-button-1.png
maven.xdoc.poweredby.title=Built by Maven
maven.xdoc.poweredby.url=http://maven.apache.org/
# The width of the navigation column
maven.ui.navcol.width = 20%
#
# UI Color Prefs
#
maven.ui.body.background = #fff
maven.ui.body.foreground = #000
maven.ui.section.background = #036
maven.ui.section.foreground = #fff
maven.ui.subsection.background = #888
maven.ui.subsection.foreground = #fff
maven.ui.table.header.background = #bbb
maven.ui.table.header.foreground = #fff
maven.ui.table.row.odd.background = #ddd
maven.ui.table.row.odd.foreground = #000
maven.ui.table.row.even.background = #efefef
maven.ui.table.row.even.foreground = #000
maven.ui.banner.background = #036
maven.ui.banner.foreground = #fff
maven.ui.banner.border.top = #369
maven.ui.banner.border.bottom = #003
maven.ui.source.background = #fff
maven.ui.source.foreground = #000
maven.ui.source.border.right = #888
maven.ui.source.border.left = #888
maven.ui.source.border.top = #888
maven.ui.source.border.bottom = #888
maven.ui.navcol.background = #eee
maven.ui.navcol.background.ns4 = #fff
maven.ui.navcol.foreground = #000
maven.ui.navcol.foreground.ns4 = #555
maven.ui.navcol.border.top = #fff
maven.ui.navcol.border.right = #aaa
maven.ui.navcol.border.bottom = #aaa
maven.ui.breadcrumbs.background = #ddd
maven.ui.breadcrumbs.foreground = #000
maven.ui.breadcrumbs.border.top = #fff
maven.ui.breadcrumbs.border.bottom = #aaa
maven.ui.href.link = blue
maven.ui.href.link.active = #f30
maven.ui.href.link.selfref = #555
# This is horrid but will do for now. This needs to be extensible
# so that users can utilize the transformation process with their
# own templates.
maven.xdoc.pomDocuments = cvs-usage.xml,\
index.xml,\
maven-reports.xml,\
dependencies.xml,\
issue-tracking.xml,\
mail-lists.xml,\
project-info.xml,\
team-list.xml
maven.xdoc.projectInfo = cvs-usage.xml,\
dependencies.xml,\
issue-tracking.xml,\
mail-lists.xml,\
project-info.xml,\
team-list.xml