# ------------------------------------------------------------------- # 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 # 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