Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: SCM Stats
-
Labels:None
-
Number of attachments :
Description
Add the ability to measure activities for a specific set of users, users who are working on the project and ignore activities from users who are working on the framework. I have a cakephp structure :
/app (the folder I want to measure activity)
/lib/ (the main cake folder, I want to ignore activities on it)
/vendors (ignore)
/plugins (ignore)
the app source property is set to app.
the exclusion property include lib, vendors ...
After some research in source code of Maven SCM Providers implementation it looks that they ignore any other setting related to includes / excludes of files/paths.
A possible solution would be to extend these classes and implement the wanted behavior.