This is a reference for the Core Extensions descriptor.
The default location for the Core Extensions descriptor file is ${maven.projectBasedir}/.mvn/extensions.xml
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd"> <extension> <groupId/> <artifactId/> <version/> </extension> </extensions>
Extensions to load.
Element | Type | Description |
---|---|---|
extension* | List<CoreExtension> | (Many) A set of build extensions to use from this project. |