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

Tweak README #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@ These are the currently available *Pedantic POM Enforcers*. The ID in parenthese
|:---------------------------------------------------------------------------------------------|:-------------------------------|:-----------------------------------------------------------------------------------------------------------------------|
| [CompoundPedanticEnforcer](CompoundPedanticEnforcer) | n/a | Used to aggregate several pedantic enforcer rules. |
| [PedanticPomSectionOrderEnforcer](PedanticPomSectionOrderEnforcer) | POM_SECTION_ORDER | This enforcer makes sure that the sections in your POM files are in a defined order. |
| [PedanticModuleOrderEnforcer](PedanticModuleOrderEnforcer) | MODULE_ORDER | This enforcer makes sure that your `modules` section is sorted alphabetically. |
| [PedanticModuleOrderEnforcer](PedanticModuleOrderEnforcer) | MODULE_ORDER | This enforcer makes sure that your `<modules>` section is sorted alphabetically. |
| [PedanticDependencyManagementOrderEnforcer](PedanticDependencyManagementOrderEnforcer) | DEPENDENCY_MANAGEMENT_ORDER | This enforcer makes sure that all artifacts in your dependency management are ordered. |
| [PedanticDependencyManagementLocationEnforcer](PedanticDependencyManagementLocationEnforcer) | DEPENDENCY_MANAGEMENT_LOCATION | Enforces that only a well-defined set of POMs may declare dependency management. |
| [PedanticDependencyOrderEnforcer](PedanticDependencyOrderEnforcer) | DEPENDENCY_ORDER | This enforcer makes sure that all artifacts in your dependencies section are ordered. |
| [PedanticDependencyConfigurationEnforcer](PedanticDependencyConfigurationEnforcer) | DEPENDENCY_CONFIGURATION | This enforcer makes sure that dependency versions and exclusions are declared in the `<dependencyManagement>` section. |
| [PedanticDependencyElementEnforcer](PedanticDependencyElementEnforcer) | DEPENDENCY_ELEMENT | This enforcer makes sure that elements in the <dependencyManagement> and <dependencies> sections are ordered. |
| [PedanticDependencyElementEnforcer](PedanticDependencyElementEnforcer) | DEPENDENCY_ELEMENT | This enforcer makes sure that elements in the `<dependencyManagement>` and `<dependencies>` sections are ordered. |
| [PedanticDependencyScopeEnforcer](PedanticDependencyScopeEnforcer) | DEPENDENCY_SCOPE | Enforces that the configured dependencies have to be defined within a specific scope. |
| [PedanticPluginManagementOrderEnforcer](PedanticPluginManagementOrderEnforcer) | PLUGIN_MANAGEMENT_ORDER | This enforcer makes sure that all plugins in your plugin management section are ordered. |
| [PedanticPluginConfigurationEnforcer](PedanticPluginConfigurationEnforcer) | PLUGIN_CONFIGURATION | Enforces that plugin versions, configurations and dependencies are defined in the `<pluginManagement>` section. |
| [PedanticPluginElementEnforcer](PedanticPluginElementEnforcer) | PLUGIN_ELEMENT | This enforcer makes sure that elements in the <pluginManagement> and <plugins> sections are ordered. |
| [PedanticPluginElementEnforcer](PedanticPluginElementEnforcer) | PLUGIN_ELEMENT | This enforcer makes sure that elements in the `<pluginManagement>` and `<plugins>` sections are ordered. |
| [PedanticPluginManagementLocationEnforcer](PedanticPluginManagementLocationEnforcer) | PLUGIN_MANAGEMENT_LOCATION | Enforces that only a well-defined set of POMs may declare plugin management. |