From 94072024c98e1b591efc789699c3180cbe45f389 Mon Sep 17 00:00:00 2001 From: Greg Chabala Date: Wed, 31 Jan 2024 09:19:06 -0600 Subject: [PATCH] Generate canonical URL link tags for all HTML pages that are missing them * replaces remaining manual work from 9c9bd0a61826dae2acb19ebb465e619d220ca51f --- pom.xml | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/pom.xml b/pom.xml index 856b4a1..29b2280 100644 --- a/pom.xml +++ b/pom.xml @@ -168,6 +168,13 @@ com.github.genthaler beanshell-maven-plugin 1.4 + + + org.jsoup + jsoup + 1.17.2 + + @@ -453,6 +460,87 @@ + + late-site-add-canonical-urls + site + + run + + + true + + +