From d8a820df31ff4463df14546e58309595228ee4e1 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 1 Mar 2021 21:57:03 +0100 Subject: [PATCH 1/5] WIP:site --- pom.xml | 32 ++++++++++++++------------------ src/site/site.xml | 7 ++++--- 2 files changed, 18 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index ddcdd11d..2b2eb245 100644 --- a/pom.xml +++ b/pom.xml @@ -342,25 +342,21 @@ + + maven-site-plugin + 3.9.1 + + ${project.build.directory}/filtered-site + + + + org.apache.maven.wagon + wagon-ssh-external + 2.12 + + + - - - - maven-site-plugin - 3.5.1 - - ${project.build.directory}/filtered-site - - - - org.apache.maven.wagon - wagon-ssh-external - 2.12 - - - - - diff --git a/src/site/site.xml b/src/site/site.xml index a7047c22..a0f801fb 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -17,12 +17,13 @@ de.juplo.maven maven-thymeleaf-skin - 1.0.0 + 1.1.0 - /hibernate-maven-plugin-${project.version}/ - + /hibernate-maven-plugin/ + "/index.html","/projects.html" + th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}" -- 2.20.1 From 7d7377e5a45e41eb2c05e7c9c2192ee8f678b7bd Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 7 Mar 2022 20:31:35 +0100 Subject: [PATCH 2/5] WP:site --- src/site/site.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/site/site.xml b/src/site/site.xml index a0f801fb..f6765bb4 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -23,7 +23,6 @@ /hibernate-maven-plugin/ "/index.html","/projects.html" - th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}" -- 2.20.1 From b65f6707a014f640dcf3ae20a37f5f17a4807183 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 7 Mar 2022 21:08:06 +0100 Subject: [PATCH 3/5] WIP: Site --- src/site/site.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/site.xml b/src/site/site.xml index f6765bb4..eeab7475 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -21,7 +21,7 @@ - /hibernate-maven-plugin/ + /projects/hibernate-maven-plugin/ "/index.html","/projects.html" -- 2.20.1 From a78f1ab6f0a483446670dcb31b94ed7cb4d7a262 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 7 Mar 2022 21:20:49 +0100 Subject: [PATCH 4/5] WIP:site --- src/site/site.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/site/site.xml b/src/site/site.xml index eeab7475..d6f0c130 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -23,6 +23,7 @@ /projects/hibernate-maven-plugin/ "/index.html","/projects.html" + th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}" -- 2.20.1 From 5f1708456d72f29646f27b78159e7c7609c44eb9 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Mon, 7 Mar 2022 22:48:03 +0100 Subject: [PATCH 5/5] WIP:site --- src/site/site.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/site/site.xml b/src/site/site.xml index d6f0c130..3ce970fe 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -21,7 +21,8 @@ - /projects/hibernate-maven-plugin/ + /hibernate-maven-plugin/ + /projects "/index.html","/projects.html" th:replace="~{/templates/layout.html :: layout(uri='' + ~{:: code[class='site_uri']/text()}, title=~{:: title}, maincontent=~{:: .maincontent}, json='MERGE:' + ~{:: pre[class='json']/text()})}" -- 2.20.1