git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113582 13f79535-47bb-0310-9956-ffa450edef68
14 lines
529 B
Properties
14 lines
529 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
|
|
maven.multiproject.navigation=aggregate
|
|
#
|
|
# maven.multiproject.navigation=independent
|
|
|
|
maven.multiproject.type=jar |