maven-plugins/clover/plugin.properties

17 lines
719 B
Properties

# -------------------------------------------------------------------
# Default Maven properties for the Clover Plugin
# -------------------------------------------------------------------
# These are the properties that we believe are immutable so we
# keep them apart from the project specific properties.
# -------------------------------------------------------------------
maven.build.clover = ${maven.build.dir}/clover
maven.build.clover.classes = ${maven.build.clover}/classes
maven.clover.database.dir = ${maven.build.clover}/database
maven.clover.orderBy=PcCoveredAsc
# What are the reports that should be generated
maven.clover.report.html=true
maven.clover.report.xml=false
maven.clover.report.swing=false