# maven-xinclude-extension **Repository Path**: mirrors_apache/maven-xinclude-extension ## Basic Information - **Project Name**: maven-xinclude-extension - **Description**: Apache maven - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-09 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [Apache Maven XInclude Extension](https://maven.apache.org/extensions/maven-xinclude-extension/) ================================== [![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license] [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.extensions/maven-xinclude-extension.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.extensions/maven-xinclude-extension) This project provides an XInclude extension for Maven 4. It allows POMs to use xinclude support and XML entities to refer to xml snippets located inside the project. It does not support loading external documents. License ------- This code is under the [Apache License, Version 2.0, January 2004][license]. See the [`NOTICE`](./NOTICE) file for required notices and attributions. [home]: https://maven.apache.org/extensions/maven-xinclude-extension/ [license]: https://www.apache.org/licenses/LICENSE-2.0 [build-status]: https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-build-cache-extension/job/master.svg [build-tests]: https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-build-cache-extension/job/master.svg Usage ----- To use this extension, the following declaration needs to be done in your `${rootDirectory}/.mvn/extensions.xml`: ``` org.apache.maven.extensions maven-xinclude-extension @project.version@ ``` This allows defining a POM with XInclude pointers and XML entities: ``` 4.0.0 &groupId; child &version; jar ```