- Added comment git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113603 13f79535-47bb-0310-9956-ffa450edef68
16 lines
669 B
Properties
16 lines
669 B
Properties
# -------------------------------------------------------------------
|
|
# 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
|
|
|
|
# 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 |