This is an automated email from the ASF dual-hosted git repository.
mthmulders pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new 73b0e40b [MNG-8067] Refer to latest schema for extensions.xml
73b0e40b is described below
commit 73b0e40bb16dcb1b9007e7d9ae3b020ac3539702
Author: Maarten Mulders <[email protected]>
AuthorDate: Mon Mar 4 16:11:08 2024 +0100
[MNG-8067] Refer to latest schema for extensions.xml
---
content/markdown/configure.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/markdown/configure.md b/content/markdown/configure.md
index 56a49bae..2a9449ac 100644
--- a/content/markdown/configure.md
+++ b/content/markdown/configure.md
@@ -60,8 +60,8 @@ options to your Maven build every time you are calling Maven.
Not very convenien
From now on this can be done much more simpler and in a more Maven like way.
So you can define an `.mvn/extensions.xml` file which looks like the following:
```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">
+<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.1.0
https://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
<extension>
<groupId/>
<artifactId/>