Sourcepath is not applied correctly with analyzeModifiedFilesOnly #52
Closed
Description
If you configure sourcePath: 'src/main/java'
and you have sources under src/main/java/**
and under src/main/java2/**
then the sources under java2 are still analyzed. This is unexpected.
Workaround: sourcePath: 'src/main/java/'
(with a trailing slash).
Note: this only is occurs when using "analyzeModifiedFilesOnly: true" (default). When all files are analyzed, then sourcePath is considered correctly.