toolchains:toolchain
Full name:
org.apache.maven.plugins:maven-toolchains-plugin:1.1:toolchain
Description:
Check that toolchains requirements are met by currently configured
toolchains and store the selected toolchains in build context for
later retrieval by other plugins.
Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase: validate.
Required Parameters
Name |
Type |
Since |
Description |
toolchains |
ToolchainsRequirement |
- |
Toolchains requirements, specified by one
<toolchain-type>
<param>expected value</param>
...
</toolchain-type>
element for each required toolchain.
|
Parameter Details
toolchains:
Toolchains requirements, specified by one
<toolchain-type>
<param>expected value</param>
...
</toolchain-type>
element for each required toolchain.
- Type: org.apache.maven.plugin.toolchain.ToolchainsRequirement
- Required: Yes