git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114086 13f79535-47bb-0310-9956-ffa450edef68
11 lines
577 B
Properties
11 lines
577 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 |