Uses of Interface
org.apache.maven.enforcer.rule.api.EnforcerRule2
Packages that use EnforcerRule2
-
Uses of EnforcerRule2 in org.apache.maven.plugins.enforcer
Classes in org.apache.maven.plugins.enforcer that implement EnforcerRule2Modifier and TypeClassDescriptionclass
Abstract Rule for banning dependencies.class
The Class AbstractNonCacheableEnforcerRule.class
Abstract enforcer rule that give a foundation to validate properties from multiple sources.class
Contains the common code to compare an array of files against a requirement.class
The Class AbstractStandardEnforcerRule.class
Contains the common code to compare a version against a version range.class
Always fail.class
Always pass.class
This rule will check if a pom contains adistributionManagement
part.class
Since Maven 3 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique.class
This rule checks that lists of dependencies are not included.class
This rule checks that lists of plugins are not included.class
This rule checks that this project's maven session whether have banned repositories.class
This rule bans all transitive dependencies.class
This rule will check if a multi module build will follow the best practices.class
This rule checks that some profiles are active.class
This rule checks that certain environment variable is set.class
Rule to validate a binary file to match the specified checksum.class
The Class RequireFilesDontExist.class
The Class RequireFilesExist.class
Rule to validate the main artifact is within certain size constraints.class
This rule checks that the Java vendor is allowed.class
This rule checks that the Java version is allowed.class
This rule checks that the Maven version is allowed.class
This rule checks that this pom or its parents don't define a repository.class
This rule checks that the OS is allowed by combinations of family, name, version and cpu architecture.class
This rule will enforce that all plugins specified in the poms have a version declared.class
class
Ensure that all profiles mentioned on the commandline do exist.class
This rule checks that certain properties are set.class
This rule checks that no snapshots are included.class
This rule checks that the current project is not a snapshot.class
class
This rule checks that the current project is not a release.class
Rule to validate a text file to match the specified checksum.class
Rule to enforce that the resolved dependency is also the most recent one of all transitive dependencies.