git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@532339 13f79535-47bb-0310-9956-ffa450edef68
51 lines
2.3 KiB
Properties
51 lines
2.3 KiB
Properties
# -------------------------------------------------------------------
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
# contributor license agreements. See the NOTICE file distributed with
|
|
# this work for additional information regarding copyright ownership.
|
|
# The ASF licenses this file to You 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:report-single" instead of the default "site" goal.
|
|
maven.multiproject.site.goals=site
|