git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114306 13f79535-47bb-0310-9956-ffa450edef68
17 lines
634 B
Properties
17 lines
634 B
Properties
# -------------------------------------------------------------------
|
|
# P L U G I N P R O P E R I E S
|
|
# -------------------------------------------------------------------
|
|
# Multichanges plugin.
|
|
# -------------------------------------------------------------------
|
|
|
|
maven.multichanges.basedir=${basedir}
|
|
maven.multichanges.includes=*/project.xml
|
|
maven.multichanges.excludes=**/target/**/project.xml,project.xml
|
|
maven.multichanges.ignoreFailures=false
|
|
|
|
# Generated dashboard raw data file
|
|
maven.multichanges.data = ${maven.build.dir}/multichanges.xml
|
|
|
|
# Report name (without extension)
|
|
maven.multichanges.report = multichanges-report
|