git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114306 13f79535-47bb-0310-9956-ffa450edef68
26 lines
683 B
XML
26 lines
683 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<document>
|
|
|
|
<properties>
|
|
<title>Multichanges properties</title>
|
|
<author email="vmassol@apache.org">Vincent Massol</author>
|
|
</properties>
|
|
|
|
<body>
|
|
<section name="Multichanges properties">
|
|
<source><![CDATA[
|
|
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
|
|
]]></source>
|
|
</section>
|
|
</body>
|
|
</document>
|