META-INF.plugin.properties Maven / Gradle / Ivy
# Indexed property format needs to follow the convention: [plugin-name].[key].[numeric-index].[fieldname]
# These properties will then be grouped by key and index and used to populate fields in a dynamic object
# the dynamic object will be added to a List of objects with the same key which will in turn be added to a Map
# Each indexed test.output directory (defined in the project plugin) will invoke a JUNIT batch test call using
# the default values specified below.
# The default values for the specific indexes can be overwritten as demonstrated below for index zero.
# Default Values
junit.default.reportdir=${basedir}/target/junit-reports/
junit.default.test.includepattern=**/*Test*.class
junit.default.test.excludepattern=
junit.default.report.printsummary=yes
junit.default.report.formatter=xml
# Indexed customisations
junit.test.0.reportdir=${basedir}/target/reports
junit.test.0.includepattern=**/*Test.class
junit.test.0.excludepattern=**/AbstractControllerTest.class
junit.test.0.printsummary=yes
junit.test.0.reportformatter=plain
# Additional individual test can be defined using the 'junit.test.classes' variable which expects a
# comma seperated list of classes to test.
junit.test.classes=
© 2015 - 2025 Weber Informatics LLC | Privacy Policy