
hudson.plugins.warnings.WarningsPublisher.config.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of warnings Show documentation
Show all versions of warnings Show documentation
This plug-in reads the compiler warnings from the
console log file and generates a trend report.
The newest version!
description.pattern=Fileset ''includes'' \
setting that specifies the files to scan for warnings.
description.parser=If none of the parsers fits your project then you can create your own parser in the \
system configuration section.
description.consoleLogParsers=The parsers to use when scanning the console log of the build. \
If no parser is selected then the console log will not be scanned for compiler warnings.
description.logFilesParsers=Workspace files to scan for compiler warnings using a predefined parser. \
If none of the parsers fits your project then you can create your own parser in the \
system configuration section.
description.includePattern=Comma separated list of \
regular expressions \
that specifies the files to include in the report (based on their absolute filename). \
If this field is empty then all files are included.
description.excludePattern=Comma separated list of \
regular expressions \
that specifies the files to exclude from the report (based on their absolute filename).
description.detectModules=Determines if Ant or Maven modules should be detected for all files that contain \
warnings. Activating this option may increase your build time since the detector scans the whole \
workspace for ''build.xml'' or ''pom.xml'' files in order to assign the correct module names.
description.resolveRelativePaths=Determines if relative paths in warnings should be resolved using a time expensive operation \
that scans the whole workspace for matching files. Deactivate this option if you encounter performance problems.
configure=You can define the default values for the trend graph in a separate view.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy