Uses of Class
com.github.ferstl.maven.pomenforcers.AbstractPedanticEnforcer
Packages that use AbstractPedanticEnforcer
-
Uses of AbstractPedanticEnforcer in com.github.ferstl.maven.pomenforcers
Subclasses of AbstractPedanticEnforcer in com.github.ferstl.maven.pomenforcersModifier and TypeClassDescriptionclassThe compound enforcer aggregates any combination of the available pedantic enforcer rules.classThis enforcer makes sure that dependency versions and exclusions are declared in the<dependencyManagement>section.classThis enforcer makes sure that elements in the <dependencyManagement> and <dependencies> sections are ordered.classEnforces that only a well-defined set of POMs may declare dependency management.classThis enforcer makes sure that all artifacts in your dependency management are ordered.classThis enforcer makes sure that all artifacts in your dependencies section are ordered.classEnforces that the configured dependencies have to be defined within a specific scope.classThis enforcer makes sure that yourmodulessection is sorted alphabetically.classEnforces that plugin versions, configurations and dependencies are defined in the<pluginManagement>section.classThis enforcer makes sure that elements in the <pluginManagement> and <plugins> sections are ordered.classEnforces that only a well-defined set of POMs may declare plugin management.classThis enforcer makes sure that all plugins in your plugin management section are ordered.classThis enforcer makes sure that the sections in your POM files are in a defined order.Methods in com.github.ferstl.maven.pomenforcers that return AbstractPedanticEnforcerModifier and TypeMethodDescriptionabstract AbstractPedanticEnforcerPedanticEnforcerRule.createEnforcerRule()