MavenToolchains

<toolchains xmlns="http://maven.apache.org/TOOLCHAINS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/TOOLCHAINS/1.0.0 http://maven.apache.org/xsd/toolchains-1.0.0.xsd">
  <toolchain>
    <type/>
    <provides/>
    <configuration/>
  </toolchain>
</toolchains>

toolchains

The <toolchains> element is the root of the descriptor. The following table lists all of the possible child elements.

Element Type Description
toolchain* List<ToolchainModel> (Many) The toolchain definition.

toolchain

No description.

Element Type Description
type String Type of toolchain
provides DOM No description.
configuration DOM No description.