Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New rule to prevent circular dependencies in a maven project (not just a module) #84

Open
harrisric opened this issue Mar 13, 2020 · 0 comments

Comments

@harrisric
Copy link

It is possible to have each module have a set of depencies which are not circular in themselves but which makes it impossible to build either project, i.e.
Suppose you have two 'projects' (A, B) each of which has two modules (1, 2).
A2 depends on A1, B1
B2 depends on A1, B1
Therefore I cannot build A1 and A2 without B1, but I cannot build B1, B2 without A1.
I propose a new rule BanProjectCircularDependencies which prevents this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant