maven-plugins/clover/plugin.properties

25 lines
1.1 KiB
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
# Whether tests should be instrumented by Clover or not
maven.clover.instrument.tests = false
# Allows the user to override the Clover jar. This is especially useful
# as the Clover jars are license-signed for a specific project so you
# might want to use different jars for different projects.
#maven.clover.jar = ${maven.repo.remote}/clover/jars/clover-myproject-1.2.3.jar
# What are the reports that should be generated
maven.clover.report.html=true
maven.clover.report.xml=false
maven.clover.report.swing=false