This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch update-site in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git
commit 18e4f36ae26636716f405a2ba71298dddec6f69f Author: Tamas Cservenak <[email protected]> AuthorDate: Tue Jun 30 13:12:34 2026 +0200 Update site descriptor to 2.0.0 Drop skin and use 2.0.0 of site descriptor --- src/site/site.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index d5c0129..3306ecc 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,13 +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"> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>1.9</version> - </skin> +<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"/> @@ -49,4 +44,4 @@ under the License. <item name="Configuring Describe Goal" href="/examples/describe-configuration.html"/> </menu> </body> -</project> +</site>
