pzygielo commented on code in PR #22:
URL:
https://github.com/apache/maven-toolchains-plugin/pull/22#discussion_r1507616562
##########
src/site/apt/index.apt.vm:
##########
@@ -26,14 +26,14 @@
${project.name}
The Toolchains Plugins enables sharing configuration across plugins,
- for example to make sure the plugins like compiler, surefire, javadoc,
webstart etc. all use the same JDK for execution.
+ for example to make sure the plugins like compiler, surefire, javadoc,
webstart etc. all use the same JDK for execution independantly from JRE used to
run Maven itself.
Similarly to the maven-enforcer-plugin, it allows you to control
environmental constraints in the build.
* Goals Overview
The Toolchains plugin has one goal:
- * {{{./toolchain-mojo.html}toolchains:toolchain}} checks that toolchains
requirements are met by currently configured toolchains.
+ * {{{./toolchain-mojo.html}toolchains:toolchain}} selects a toolchain based
on configured requirements and store it in build context for later retrieval by
other plugins.
Review Comment:
If [it] `select*s*` then it `store*s` I guess.
--
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]