Thanks Rafal!! git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113668 13f79535-47bb-0310-9956-ffa450edef68
20 lines
784 B
Properties
20 lines
784 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
|
|
|
|
# directory under target/docs where aggregated sites are copied to
|
|
maven.multiproject.aggregateDir=multiproject/
|