maven-plugins/multiproject/plugin.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