Summary
ArchUnit grouping defined in the link is not supported.
https://www.archunit.org/userguide/html/000_Index.html#_grouping_rules
Type of Issue
It is a :
Motivation
since the number of configurable rules can exceed too fast, I tried to apply a common rule including other rules. To make the pom look cleaner.
Current Behavior
Grouped rules are not run by the plugin during package phase.
Expected Behavior
Just like individually running the grouping rule test via ide, I would expect to see the grouping rule test working.
Steps to Reproduce (for bugs)
Create rules described in above link.
Add the grouping rule to configurableRules in pom and check.
Your Environment
- Version used: 3.0.2
- OS and version: mac-osx Sonoma 14.3
- Version of libs used: default
Summary
ArchUnit grouping defined in the link is not supported.
https://www.archunit.org/userguide/html/000_Index.html#_grouping_rules
Type of Issue
It is a :
Motivation
since the number of configurable rules can exceed too fast, I tried to apply a common rule including other rules. To make the pom look cleaner.
Current Behavior
Grouped rules are not run by the plugin during package phase.
Expected Behavior
Just like individually running the grouping rule test via ide, I would expect to see the grouping rule test working.
Steps to Reproduce (for bugs)
Create rules described in above link.
Add the grouping rule to configurableRules in pom and check.
Your Environment