Copilot commented on code in PR #403:
URL: https://github.com/apache/maven-help-plugin/pull/403#discussion_r3674083725
##########
src/site/fml/faq.fml:
##########
@@ -29,15 +29,15 @@ under the License.
<question>What is a Mojo</question>
<answer>
<p>
- See the Maven FAQ: <a
href="http://maven.apache.org/general.html#What_is_a_Mojo">What is a Mojo</a>.
+ See the Maven FAQ: <a
href="https://maven.apache.org/general.html#What_is_a_Mojo">What is a Mojo</a>.
</p>
</answer>
</faq>
<faq id="Why mvn help:active-profiles won't show the active profiles under
Maven 2.1">
<question>Why <code>mvn help:active-profiles</code> won't show the
active profiles under Maven 2.1?</question>
Review Comment:
The PR description says the MPH-38 JIRA link was replaced with a GitHub
issue link, but in this diff the entire FAQ entry about “Why mvn
help:active-profiles won't show…” (and the MPH-38 reference) is removed. If the
intent is only to update the reference, please restore that FAQ entry and
change its link to `https://github.com/apache/maven-help-plugin/issues/38`
rather than deleting the content.
##########
src/site/apt/index.apt.vm:
##########
@@ -29,7 +29,7 @@
${project.name}
- The Maven Help Plugin is used to get relative information about a project or
the system. It can be used to get a
+ The Maven Help Plugin is used to get information about a project or the
system. It can be used to get a
Review Comment:
There’s trailing whitespace at the end of this line. Please remove it to
avoid noisy diffs and keep formatting consistent.
##########
src/site/apt/usage.apt:
##########
@@ -30,7 +30,7 @@
Usage
- Below are the different goals and the minimalist configurations of the Help
Plugin.
+ Below are the different goals and the basic configuration of the Help Plugin.
Review Comment:
This sentence is now grammatically inconsistent (“different goals” vs
singular “the minimal configuration”). Consider adjusting to plural (“minimal
configurations”) or rephrasing (e.g., “configuration examples”) to match the
scope implied by “different goals.”
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]