maven-plugins/xdoc/plugin.properties
ltheussl 954bd531d4 PR: MPXDOC-183
Submitted by: Niall Pemberton
Enable user-defined custom templates


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@370683 13f79535-47bb-0310-9956-ffa450edef68
2006-01-20 00:37:34 +00:00

123 lines
5.7 KiB
Properties

# -------------------------------------------------------------------
# Copyright 2001-2004 The Apache Software Foundation.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# -------------------------------------------------------------------
# -------------------------------------------------------------------
# P L U G I N P R O P E R I E S
# -------------------------------------------------------------------
# Xdoc plugin.
# -------------------------------------------------------------------
maven.xdoc.navigation.file=navigation.xml
maven.xdoc.developmentProcessUrl=http://maven.apache.org/development-process.html
maven.xdoc.includeProjectDocumentation = yes
maven.xdoc.crumb.separator=|
maven.xdoc.theme.url=
maven.xdoc.theme=theme
maven.xdoc.legend=true
# Location where the artifacts are distributed. This property is optional.
# If it is not defined, then the Download report will not be added to the
# navigation menu.
# NOTE: In the future this information will be described in the POM
# Ex: maven.xdoc.distributionUrl=http://www.ibiblio.org/maven/maven/plugins
# Type of the distributed artifact. Defaults to jar. Override this property if
# your project is distributing artifacts of a different type.
# NOTE: In the future this information will be described in the POM
maven.xdoc.distributionType=jar
# 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%
# 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,\
development-process.jelly,\
downloads.jelly
maven.xdoc.projectInfo = cvs-usage.xml,\
dependencies.xml,\
issue-tracking.xml,\
mail-lists.xml,\
project-info.xml,\
team-list.xml,\
downloads.jelly
# Custom user template directory,
# if not defined, ${plugin.resources}/templates is used by plugin.jelly
#maven.xdoc.custom.templateDir=
# List of xml files (or patterns) that are copied but not transformed
#maven.xdoc.xml.copy=
# Files not copied
maven.xdoc.copy.excludes=file.gif,folder-closed.gif,folder-open.gif,icon_alert.gif,icon_alertsml.gif,icon_arrowfolder1_sml.gif,icon_arrowfolder2_sml.gif,icon_arrowmembers1_sml.gif,icon_arrowmembers2_sml.gif,icon_arrowusergroups1_sml.gif,icon_arrowusergroups2_sml.gif,icon_confirmsml.gif,icon_help_lrg.gif,icon_infosml.gif,icon_members_sml.gif,icon_sortleft.gif,icon_sortright.gif,icon_usergroups_sml.gif,icon_waste_lrg.gif,icon_waste_sml.gif,none.png,nw_maj.gif,nw_maj_hi.gif,nw_med.gif,nw_med_hi.gif,nw_med_rond.gif,nw_min.gif,nw_min_036.gif,nw_min_hi.gif,poweredby_036.gif,product_logo.gif,se_maj_rond.gif,sw_min.gif,logos/**
# Files not copied unless skin is classic
maven.xdoc.copy.excludes.classic=external-classic.png,help_logo.gif,icon_arrowfolderclosed1_sml.gif,icon_arrowwaste1_sml.gif,icon_arrowwaste2_sml.gif,icon_doc_lrg.gif,icon_doc_sml.gif,icon_error_lrg.gif,icon_folder_lrg.gif,icon_folder_sml.gif,icon_help_sml.gif,icon_info_lrg.gif,icon_members_lrg.gif,icon_sortdown.gif,icon_sortup.gif,icon_success_lrg.gif,icon_usergroups_lrg.gif,icon_arrowfolderopen2_sml.gif,icon_warning_lrg.gif,newwindow-classic.png,nw_maj_rond.gif,strich.gif,sw_maj_rond.gif,sw_med_rond.gif
# List of xml files (or patterns) to exclude from validation
# Note that navigation.xml and ${maven.xdoc.xml.copy} are excluded implicitly
maven.xdoc.validate.exclude=changes.xml,goals.xml
maven.xdoc.skip.uptodate=false
#
# I18N Preferences
#
# NOTE: Only used for the default language
# 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=${maven.xdoc.locale.default}
# The default locale (if null, it is the default locale for this instance of the Java Virtual Machine)
# By default it is en to ensure backward compatible
maven.xdoc.locale.default=en
# A comma separated of locales supported by the project
maven.xdoc.locale.supported=
# Should be in ${maven.docs.src} directory
maven.xdoc.bundle.src=${maven.docs.src}
# NOT CLEAN: we need to copy ${maven.docs.src}/xdocs.properties to
# ${user.home}\.maven\cache\maven-xdoc-plugin-XXX\plugin-resources\temp\${maven.xdoc.bundle}.properties
maven.xdoc.bundle=xdocs
# If true, display the default language with [defaultLocale.byDefault]
# Ex: English [By default]
maven.xdoc.ui.displayByDefault=false
# If true, display the maven.xdoc.locale.list property as an HTML <select/> tag
maven.xdoc.ui.localeList.asSelect=false
# The maximum number of locales displayed without an HTML select tag.
maven.xdoc.ui.localeList.max=5