arch-unit-maven-plugin icon indicating copy to clipboard operation
arch-unit-maven-plugin copied to clipboard

A maven wrapper around ArchUnit, to easily share and enforce architecture rules across projects

Results 11 arch-unit-maven-plugin issues
Sort by recently updated
recently updated
newest added

## Summary Parallel execution of arch-test show some warnings. It would be nice to check the possibility of parallel execution and mark methods as @threadsafe to eliminate the maven warnings....

## Summary Regarding #17 it would be nice to have something like ``` LOW|MEDIUM|HIGH ``` to let the rules run, check, but give warnings instead of errors if the `failOnPriority`...

## Summary Back when I played around with the code to adjust the behavior of configurable rules, I started to get the impression, that the handling of preconfigured rules could...

## Summary Hi, We would like to suggest a feature allowing us to exclude certain rules from a configured rule "package". ## Type of Issue It is a : -...

## Summary I've setup a configuration with plugin 4.0.0 that seems to works pretty well. However, I want the new feature `fallbackToRootDirectory`so I updated to 4.0.1 but then the plugin...

## Summary New configuration property on applyOn to support run archunit test on 'pom' packaging. ## Details Use new plugin core version in this [PR](https://github.com/societe-generale/arch-unit-build-plugin-core/pull/83) to support run archunit test...

## Summary There is archunit test(Layering testing) that need to perform on 'pom' packaging but the default behavior of the plugin is skip 'pom' packaging by default. ## Type of...

## Summary Some test scenarios rely on Main and Test classes as well. Is there a way to configure the scope for both? I guess no, because documentation says ``...

## Summary Generate HTML Report like junit or checkstyle ## Type of Issue It is a : - [ ] bug - [x] request - [ ] question regarding the...

## Summary It is a : - [X] bug - [ ] request - [ ] question regarding the documentation ## Motivation ## Current Behavior Not possible to set a...