Details
-
Wish
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
2.1
-
None
-
None
-
None
-
Maven module with multiple sources directories (due to external constraints)
Description
For different reasons we can have multiple sources directories even in a Maven Projet.
The sourceDirectory attribute allows only one directory, it would be great to allow several directories.
http://maven.apache.org/plugins/maven-checkstyle-plugin/checkstyle-mojo.html#sourceDirectory
Attachments
Issue Links
- duplicates
-
MCHECKSTYLE-70 Support for multiple source folders
- Closed
- is duplicated by
-
MCHECKSTYLE-79 CLONE -Allow multiple sources directories in input
- Closed
I discovered that the <includes> parameter can accept several directories, separated by a comma (",").
That was what I need.
I hope this will also help some of you.