maven-plugins/multiproject/plugin.properties
vmassol ab0cdac06e - removed announcement directory as the announcements were not up to date and anyway we can generate the same report automatically with the announcement plugin
- added new maven.multiproject.site.goals property containing the goals to execute by multiproject:site


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115087 13f79535-47bb-0310-9956-ffa450edef68
2004-04-30 06:46:41 +00:00

50 lines
2.1 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
# -------------------------------------------------------------------
# MultiProject plugin.
# -------------------------------------------------------------------
maven.multiproject.basedir=${basedir}
maven.multiproject.includes=*/project.xml
maven.multiproject.excludes=
maven.multiproject.ignoreFailures=false
maven.multiproject.templates=${plugin.resources}/templates
# Decide whether to aggregate all project generated web sites in one
# place or to provide external links to each project's web site.
# Valid values are: "aggregate" or "independent".
maven.multiproject.navigation=aggregate
maven.multiproject.type=jar
# directory under target/docs where aggregated sites are copied to
maven.multiproject.aggregateDir=multiproject/
#should overview page be created?
maven.multiproject.overviewPage.create=true
maven.multiproject.overviewPage.title=Overview of projects
maven.multiproject.overviewPage.link=projects-overview
maven.multiproject.overviewPage.linkTitle=Overview of project
maven.multiproject.overviewPage.text=
# Goal to run on each project when executing multiproject:site. This is
# useful if you need to add additional goals to run.
# For example, the dashboard plugin redefined this property to use
# "site,dashboard:single-report" instead of the default "site" goal.
maven.multiproject.site.goals=site