maven-plugins/multiproject/plugin.properties
2003-07-21 01:13:52 +00:00

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/