This is an automated email from the ASF dual-hosted git repository.
hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new 909c2cdf5 [MNG-7553] put documentation in reference site
909c2cdf5 is described below
commit 909c2cdf576cc4accfc8c5ba34b9b4b18b18fca8
Author: Hervé Boutemy <[email protected]>
AuthorDate: Wed Mar 8 18:54:43 2023 +0100
[MNG-7553] put documentation in reference site
---
.../{README.md => src/site/markdown/index.md} | 2 +-
maven-xml-impl/src/site/site.xml | 38 ++++++++++++++++++++++
.../{README.md => site/markdown/index.md.vm} | 2 +-
plexus-utils/site/site.xml | 38 ++++++++++++++++++++++
4 files changed, 78 insertions(+), 2 deletions(-)
diff --git a/maven-xml-impl/README.md
b/maven-xml-impl/src/site/markdown/index.md
similarity index 94%
rename from maven-xml-impl/README.md
rename to maven-xml-impl/src/site/markdown/index.md
index e9653e307..9de640ebb 100644
--- a/maven-xml-impl/README.md
+++ b/maven-xml-impl/src/site/markdown/index.md
@@ -19,4 +19,4 @@ Apache Maven XML Impl
This module contains the implementation of the
`org.apache.maven.api.xml.XmlNode` interface used to convey XML snippets in the
object model, and also the modified `org.codehaus.plexus.util.xml` package
which wraps the immutable objects from `org.apache.maven.api.xml.XmlNode` in
order to provide compatibility and interoperability between the API v3.x and
v4.x.
-See [plexus-utils](../plexus-utils/README.md) for more information.
+See [Maven Plexus Utils](../plexus-utils/) for more information.
diff --git a/maven-xml-impl/src/site/site.xml b/maven-xml-impl/src/site/site.xml
new file mode 100644
index 000000000..8ffe43d07
--- /dev/null
+++ b/maven-xml-impl/src/site/site.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+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
http://maven.apache.org/xsd/decoration-1.8.0.xsd">
+
+ <edit>${project.scm.url}</edit>
+
+ <body>
+ <menu name="Overview">
+ <item name="Introduction" href="index.html"/>
+ <item name="Javadocs" href="apidocs/index.html"/>
+ <item name="Source Xref" href="xref/index.html"/>
+ <!--item name="FAQ" href="faq.html"/-->
+ </menu>
+
+ <menu ref="parent"/>
+ <menu ref="reports"/>
+ </body>
+</project>
\ No newline at end of file
diff --git a/plexus-utils/README.md b/plexus-utils/site/markdown/index.md.vm
similarity index 95%
rename from plexus-utils/README.md
rename to plexus-utils/site/markdown/index.md.vm
index 125c34a49..709303d81 100644
--- a/plexus-utils/README.md
+++ b/plexus-utils/site/markdown/index.md.vm
@@ -23,4 +23,4 @@ The Maven 4.x API is based on immutable data objects. The
Maven model contains a
Given the new implementation of `org.codehaus.plexus.utils.xml.Xpp3Dom` now
relies on `org.apache.maven.api.Dom`, the modifications can't be made inside
the `plexus-utils` project, because Maven itself depends on it.
-This is drop-in replacement for `plexus-utils` 3.4.2.
+This is drop-in replacement for `plexus-utils` ${plexusUtilsVersionEmbedded}.
diff --git a/plexus-utils/site/site.xml b/plexus-utils/site/site.xml
new file mode 100644
index 000000000..d1c3532d8
--- /dev/null
+++ b/plexus-utils/site/site.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+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
http://maven.apache.org/xsd/decoration-1.8.0.xsd">
+
+ <edit>${project.scm.url}</edit>
+
+ <body>
+ <menu name="Overview">
+ <item name="Introduction" href="index.html"/>
+ <!--item name="Javadocs" href="apidocs/index.html"/>
+ <item name="Source Xref" href="xref/index.html"/>
+ <item name="FAQ" href="faq.html"/-->
+ </menu>
+
+ <menu ref="parent"/>
+ <menu ref="reports"/>
+ </body>
+</project>
\ No newline at end of file