arch-unit-maven-plugin
arch-unit-maven-plugin copied to clipboard
adding support for 'pom' packaging
Summary
New configuration property on applyOn to support run archunit test on 'pom' packaging.
Details
Use new plugin core version in this PR to support run archunit test on 'pom' packaging
Context
Currently the plugin skip 'pom' packaging so we cannot run project layer check which requires the classes in all sub-modules presented.
Checklist:
- [x] I've added tests for my code.
- [ ] Documentation has been updated accordingly to this PR -> will updated based on your oppinion
Related issue :
https://github.com/societe-generale/arch-unit-maven-plugin/issues/55