META-INF.plugin.properties Maven / Gradle / Ivy
The newest version!
# properties prefixed with the plugin name will be injected at runtime
checkstyle.enabled=true
checkstyle.print.html.report=true
checkstyle.xmlreportdir=${global.build.dir}/reports/checkstyle_xml/
checkstyle.htmlreportdir=${global.build.dir}/reports/checkstyle_html/
checkstyle.xmlreportname=checkstyle_errors.xml
checkstyle.htmlreportname=checkstyle_report.html
checkstyle.config=${basedir}/checkstyle_config.xml
checkstyle.stylesheet=${basedir}/checkstyle.xsl
checkstyle.allow.testdir=false
checkstyle.failonviolation=false
checkstyle.optional.dirs= © 2015 - 2025 Weber Informatics LLC | Privacy Policy