A new property is added : maven.xdoc.xml.copy
A comma separated list of patterns to specify xml files to copy from ${maven.docs.src} to ${maven.docs.dest} without to perform a transformation to HTML.
The default value is empty (no xml files are copied).
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116185 13f79535-47bb-0310-9956-ffa450edef68
85 lines
3.2 KiB
Properties
85 lines
3.2 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.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
|
|
|
|
#
|
|
# 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%
|
|
|
|
# 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,\
|
|
downloads.jelly
|
|
|
|
maven.xdoc.projectInfo = cvs-usage.xml,\
|
|
dependencies.xml,\
|
|
issue-tracking.xml,\
|
|
mail-lists.xml,\
|
|
project-info.xml,\
|
|
team-list.xml,\
|
|
downloads.jelly
|
|
|
|
# List of xml files (or patterns) that are copied but not transformed
|
|
#maven.xdoc.xml.copy= |