This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch maven-plugin-tools-3.x
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git
The following commit(s) were added to refs/heads/maven-plugin-tools-3.x by this
push:
new 4ca9fb6c Update site descriptors to 2.0
4ca9fb6c is described below
commit 4ca9fb6c584682aa46e08d56c8ecbc96bb420059
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Fri Oct 17 17:56:50 2025 +0200
Update site descriptors to 2.0
---
maven-plugin-annotations/src/site/site.xml | 5 +++--
maven-plugin-plugin/src/site/site.xml | 7 +++----
maven-plugin-report-plugin/src/site/site.xml | 7 +++----
maven-plugin-tools-annotations/src/site/site.xml | 5 +++--
maven-plugin-tools-api/src/site/site.xml | 5 +++--
maven-plugin-tools-generators/src/site/site.xml | 5 +++--
maven-script/maven-plugin-tools-ant/src/site/site.xml | 6 +++---
maven-script/maven-plugin-tools-beanshell/src/site/site.xml | 6 +++---
maven-script/maven-plugin-tools-model/src/site/site.xml | 5 +++--
maven-script/maven-script-ant/src/site/site.xml | 7 +++----
maven-script/maven-script-beanshell/src/site/site.xml | 7 +++----
maven-script/src/site/site.xml | 7 +++----
src/site/site.xml | 6 +++---
13 files changed, 39 insertions(+), 39 deletions(-)
diff --git a/maven-plugin-annotations/src/site/site.xml
b/maven-plugin-annotations/src/site/site.xml
index e39b127e..c2b8da46 100644
--- a/maven-plugin-annotations/src/site/site.xml
+++ b/maven-plugin-annotations/src/site/site.xml
@@ -19,7 +19,8 @@ specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
https://maven.apache.org/xsd/decoration-1.8.0.xsd">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
@@ -27,4 +28,4 @@ under the License.
<item name="Source Xref" href="xref/index.html"/>
</menu>
</body>
-</project>
+</site>
diff --git a/maven-plugin-plugin/src/site/site.xml
b/maven-plugin-plugin/src/site/site.xml
index 0806cf71..1d83f9db 100644
--- a/maven-plugin-plugin/src/site/site.xml
+++ b/maven-plugin-plugin/src/site/site.xml
@@ -19,9 +19,8 @@ specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
https://maven.apache.org/xsd/decoration-1.8.0.xsd">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd">
<body>
<menu name="Overview">
@@ -38,4 +37,4 @@ under the License.
<item name="Maven Plugin Descriptor"
href="https://maven.apache.org/ref/current/maven-plugin-api/plugin.html"/>
</menu>
</body>
-</project>
+</site>
diff --git a/maven-plugin-report-plugin/src/site/site.xml
b/maven-plugin-report-plugin/src/site/site.xml
index 0806cf71..1d83f9db 100644
--- a/maven-plugin-report-plugin/src/site/site.xml
+++ b/maven-plugin-report-plugin/src/site/site.xml
@@ -19,9 +19,8 @@ specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
https://maven.apache.org/xsd/decoration-1.8.0.xsd">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd">
<body>
<menu name="Overview">
@@ -38,4 +37,4 @@ under the License.
<item name="Maven Plugin Descriptor"
href="https://maven.apache.org/ref/current/maven-plugin-api/plugin.html"/>
</menu>
</body>
-</project>
+</site>
diff --git a/maven-plugin-tools-annotations/src/site/site.xml
b/maven-plugin-tools-annotations/src/site/site.xml
index e39b127e..c2b8da46 100644
--- a/maven-plugin-tools-annotations/src/site/site.xml
+++ b/maven-plugin-tools-annotations/src/site/site.xml
@@ -19,7 +19,8 @@ specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
https://maven.apache.org/xsd/decoration-1.8.0.xsd">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
@@ -27,4 +28,4 @@ under the License.
<item name="Source Xref" href="xref/index.html"/>
</menu>
</body>
-</project>
+</site>
diff --git a/maven-plugin-tools-api/src/site/site.xml
b/maven-plugin-tools-api/src/site/site.xml
index e39b127e..c2b8da46 100644
--- a/maven-plugin-tools-api/src/site/site.xml
+++ b/maven-plugin-tools-api/src/site/site.xml
@@ -19,7 +19,8 @@ specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
https://maven.apache.org/xsd/decoration-1.8.0.xsd">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
@@ -27,4 +28,4 @@ under the License.
<item name="Source Xref" href="xref/index.html"/>
</menu>
</body>
-</project>
+</site>
diff --git a/maven-plugin-tools-generators/src/site/site.xml
b/maven-plugin-tools-generators/src/site/site.xml
index 1640469c..f6f8bca2 100644
--- a/maven-plugin-tools-generators/src/site/site.xml
+++ b/maven-plugin-tools-generators/src/site/site.xml
@@ -19,7 +19,8 @@ specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
https://maven.apache.org/xsd/decoration-1.8.0.xsd">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
@@ -30,4 +31,4 @@ under the License.
<item name="Plugin Descriptor"
href="https://maven.apache.org/ref/current/maven-plugin-api/plugin.html"/>
</menu>
</body>
-</project>
+</site>
diff --git a/maven-script/maven-plugin-tools-ant/src/site/site.xml
b/maven-script/maven-plugin-tools-ant/src/site/site.xml
index e39b127e..1c525216 100644
--- a/maven-script/maven-plugin-tools-ant/src/site/site.xml
+++ b/maven-script/maven-plugin-tools-ant/src/site/site.xml
@@ -18,8 +18,8 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
-
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
https://maven.apache.org/xsd/decoration-1.8.0.xsd">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
@@ -27,4 +27,4 @@ under the License.
<item name="Source Xref" href="xref/index.html"/>
</menu>
</body>
-</project>
+</site>
diff --git a/maven-script/maven-plugin-tools-beanshell/src/site/site.xml
b/maven-script/maven-plugin-tools-beanshell/src/site/site.xml
index e39b127e..1c525216 100644
--- a/maven-script/maven-plugin-tools-beanshell/src/site/site.xml
+++ b/maven-script/maven-plugin-tools-beanshell/src/site/site.xml
@@ -18,8 +18,8 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
-
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
https://maven.apache.org/xsd/decoration-1.8.0.xsd">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
@@ -27,4 +27,4 @@ under the License.
<item name="Source Xref" href="xref/index.html"/>
</menu>
</body>
-</project>
+</site>
diff --git a/maven-script/maven-plugin-tools-model/src/site/site.xml
b/maven-script/maven-plugin-tools-model/src/site/site.xml
index 7b9a4c4d..c2b8da46 100644
--- a/maven-script/maven-plugin-tools-model/src/site/site.xml
+++ b/maven-script/maven-plugin-tools-model/src/site/site.xml
@@ -19,7 +19,8 @@ specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
https://maven.apache.org/xsd/decoration-1.0.0.xsd">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
@@ -27,4 +28,4 @@ under the License.
<item name="Source Xref" href="xref/index.html"/>
</menu>
</body>
-</project>
+</site>
diff --git a/maven-script/maven-script-ant/src/site/site.xml
b/maven-script/maven-script-ant/src/site/site.xml
index 238b5340..f25d91a1 100644
--- a/maven-script/maven-script-ant/src/site/site.xml
+++ b/maven-script/maven-script-ant/src/site/site.xml
@@ -19,9 +19,8 @@ specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
https://maven.apache.org/xsd/decoration-1.0.0.xsd">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
@@ -32,4 +31,4 @@ under the License.
<menu ref="parent"/>
<menu ref="reports"/>
</body>
-</project>
+</site>
diff --git a/maven-script/maven-script-beanshell/src/site/site.xml
b/maven-script/maven-script-beanshell/src/site/site.xml
index 238b5340..f25d91a1 100644
--- a/maven-script/maven-script-beanshell/src/site/site.xml
+++ b/maven-script/maven-script-beanshell/src/site/site.xml
@@ -19,9 +19,8 @@ specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
https://maven.apache.org/xsd/decoration-1.0.0.xsd">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd">
<body>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
@@ -32,4 +31,4 @@ under the License.
<menu ref="parent"/>
<menu ref="reports"/>
</body>
-</project>
+</site>
diff --git a/maven-script/src/site/site.xml b/maven-script/src/site/site.xml
index 72b9e7bd..71697651 100644
--- a/maven-script/src/site/site.xml
+++ b/maven-script/src/site/site.xml
@@ -19,12 +19,11 @@ specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
https://maven.apache.org/xsd/decoration-1.0.0.xsd">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd">
<body>
<menu ref="parent"/>
<menu ref="modules"/>
<menu ref="reports"/>
</body>
-</project>
+</site>
diff --git a/src/site/site.xml b/src/site/site.xml
index 2c8fb9af..f545d006 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,8 +19,8 @@ specific language governing permissions and limitations
under the License.
-->
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
https://maven.apache.org/xsd/decoration-1.8.0.xsd">
+<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0
https://maven.apache.org/xsd/site-2.0.0.xsd">
<body>
<breadcrumbs>
@@ -45,4 +45,4 @@ under the License.
<menu ref="modules" />
</body>
-</project>
+</site>