From d6d9bca5132b9edb1865786e955ce61e81a903d0 Mon Sep 17 00:00:00 2001 From: Kai Moritz <kai@juplo.de> Date: Mon, 6 May 2019 22:16:01 +0200 Subject: [PATCH] WIP: Site --- src/site/site.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index e62c0b12..a7047c22 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -1,7 +1,7 @@ <project> <body> <menu> - <item name="Overview" href="index.html"/> + <item name="Hibernate Maven Plugin" href="index.html"/> <item name="Configuration Examples" href="configuration.html"/> <item name="Goal: CREATE" href="create-mojo.html"/> <item name="Goal: DROP" href="drop-mojo.html"/> @@ -21,8 +21,8 @@ </skin> <custom> <thymeproxy> - <path>/hibernate-maven-plugin/</path> - <crumbs><![CDATA[{"uri":"/projects.html","name":"Projects"}]]></crumbs> + <path>/hibernate-maven-plugin-${project.version}/</path> + <crumbs><![CDATA["/projects.html"]]></crumbs> </thymeproxy> </custom> </project> -- 2.20.1