-
Type:
New Feature
-
Resolution: Fixed
-
Priority:
Minor
-
Component/s: pipeline-maven-plugin
Integrate "withMaven(){}" with the Task Scanner Plugin.
If the Task Scanner Plugin is installed, the "withMaven(){...}" should invoke it to scan the source directory of each maven module looking for "TODO" and "FIXME".
- Default configuration:
- pattern: `path/to/source/directory/*/`
- high: `FIXME`
- normal: `TODO`
- Marker file: `.skip-task-scanner`