Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
I'm using Eclipse Checkstyle Plug-in, and there's a functionnality I enjoy a lot: the ability to specify as many check configuration files as I want for a projet, and to tell which file sets those configurations should be run on.
And as I use this functionnality extensively, I'd love to have it also in the Maven Checkstyle Plug-in :o)
To get a look at what the Eclipse plugin does: http://eclipse-cs.sourceforge.net/advanced_file_sets.html
I was working on a ...
<configuration>
<configLocations>
<configLocation>...</configLocation>
<configLocation>...</configLocation>
</configLocations>
</configuration>
... concept earlier, but my attempts to 'merge' the configs together and run a single checkstyle run against the codebase was fruitless.
Instead, I feel that multiple checkstyle runs against the codebase made the most sense.
But that introduces the potential for different configurations for the other parts too.
Course, in that case, you could just as well make multiple checkstyle plugin entries in your pom. (but that would require the ability to specify the report output filename and title in the project reports navigation links.)