This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-1 in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git
commit 1994f4813dc66c8cd5e3a77973fd1492253999ae Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Mon Jul 22 10:04:47 2024 -0400 Minor copy edits and typo fixes --- src/site/apt/index.apt.vm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm index dbd4284..68f5e0e 100644 --- a/src/site/apt/index.apt.vm +++ b/src/site/apt/index.apt.vm @@ -57,21 +57,21 @@ ${project.name} * Important Note for Version 3.0.0+ - The {{{./install-mojo.html}install:install}} goal does not support creating checksums anymore - via <<<-DcreateChecksum=true>>> cause this option has been removed. Details can be found + The {{{./install-mojo.html}install:install}} goal no longer supports creating checksums + via <<<-DcreateChecksum=true>>>. Details can be found in {{{https://issues.apache.org/jira/browse/MINSTALL-143}MINSTALL-143}}. * Usage - General instructions on how to use the Install Plugin can be found on the {{{./usage.html}usage page}}. Some more + General instructions for using the Install Plugin can be found on the {{{./usage.html}usage page}}. Some more specific use cases are described in the examples given below. - In case you still 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 + If you have questions about the plugin's usage, read the {{{./faq.html}FAQ}} and feel + free to contact the {{{./mailing-lists.html}user mailing list}}. 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 think 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. @@ -81,7 +81,7 @@ ${project.name} * Examples - To provide you with better understanding on some usages of the Maven Install Plugin, + To provide you with a better understanding of some usages of the Maven Install Plugin, you can take a look into the following examples: * {{{./examples/custom-pom-installation.html}Installing a Custom POM}}