From a6e3755340b3de0a5facce4867cf5a00f4bb09c0 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Sun, 10 Sep 2023 06:53:56 -0400 Subject: [PATCH] Oxford comma, fill to file, and tighten language --- maven-enforcer-plugin/src/site/apt/index.apt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/maven-enforcer-plugin/src/site/apt/index.apt b/maven-enforcer-plugin/src/site/apt/index.apt index 243d4efd..3d8f3676 100644 --- a/maven-enforcer-plugin/src/site/apt/index.apt +++ b/maven-enforcer-plugin/src/site/apt/index.apt @@ -23,10 +23,11 @@ 2007-03-01 ------ -Maven Enforcer Plugin - The Loving Iron Fist of Maven\x99 +Maven Enforcer Plugin - The Loving Iron Fist of Maven - The Enforcer plugin provides goals to control certain environmental constraints such as Maven version, JDK version and OS family - along with many more built-in rules and user created rules. + The Enforcer plugin provides goals to control certain environmental constraints such as + Maven version, JDK version, and OS family along with many more built-in rules and user + created rules. * Goal Overview @@ -38,12 +39,12 @@ Maven Enforcer Plugin - The Loving Iron Fist of Maven\x99 General instructions on how to use the Enforcer Plugin can be found on the {{{./usage.html}usage page}}. - In case you still have questions regarding the plugin's usage, please have a look at the {{{./faq.html}FAQ}} and feel + If you have questions regarding the plugin's usage, please have a look at the {{{./faq.html}FAQ}} and feel free to contact the {{{./mailing-lists.html}user mailing list}}. The posts to the mailing list are archived and could already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching the {{{./mailing-lists.html}mail archive}}. - If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our + If you feel like the plugin is missing a feature or has a defect, you can file a feature request or bug report in our {{{./issue-management.html}issue tracker}}. When creating a new issue, please provide a comprehensive description of your concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason, entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated.