Fences Maven Enforcer Rule
Augments Java's access control by checking that a Maven Project and all its dependencies conform to a policy that specifies which classes/pacakges can link to which others.
- FAQ.
- Background explains who should use this and for what.
- Getting Started explains how to integrate into your Maven
<project>
. - Caveats explains what this can and can't do and some of the organizational security assumptions that went into its design.
- Configuration explains how to express a policy.
- Policies explains how a policy is evaluated.
- Alternatives relates this to other tools in the same space.