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>