My current project fails with the following error message:
[ERROR] Failed to execute goal com.buschmais.jqassistant.scm:jqassistant-maven-plugin:1.0.0:analyze (analyze) on project uls-component-tests: Cannot read rules. The id of a rule must be unique: default(null) -> [Help 1]
I have two plugins with my custom constraints. All of my constraints in both plugins are added to the default group
Adding custom constraints to the default groups works only if you have one plugin which addes it constraints to default. If I add the second plugin jQA fails with the message above.
Actually this is not a serious problem but the error message does not help to detect this misconfiguration or error.
Please improve the given error message or allow adding of constraints to the default group by multiple plugins.
My current project fails with the following error message:
I have two plugins with my custom constraints. All of my constraints in both plugins are added to the default group
Adding custom constraints to the default groups works only if you have one plugin which addes it constraints to default. If I add the second plugin jQA fails with the message above.
Actually this is not a serious problem but the error message does not help to detect this misconfiguration or error.
Please improve the given error message or allow adding of constraints to the default group by multiple plugins.