]> juplo.de Git - maven-thymeleaf-skin/commitdiff
Use StILi itself as its own Maven site skin (dogfooding)
authorKai Moritz <kai.milan.moritz@googlemail.com>
Wed, 17 Jun 2026 19:40:17 +0000 (19:40 +0000)
committerKai Moritz <kai@juplo.de>
Wed, 17 Jun 2026 20:05:58 +0000 (22:05 +0200)
site.xml now references ${project.groupId}:${project.artifactId}:${project.version}
instead of maven-fluido-skin. Removes the now-unused maven-fluido-skin.version
property from pom.xml.

Build requires ./mvnw clean install site so the skin is installed to the
local repository before the site phase resolves it as a dependency.

pom.xml
src/site/site.xml

diff --git a/pom.xml b/pom.xml
index 1a9ac6e3616513354af89ad5fa57ce23618ece0d..617c0b713906645cfabed3f97694304c415c4450 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -67,8 +67,6 @@
 
     <!-- Dependency versions used by plugins -->
     <doxia-module-markdown.version>1.11.1</doxia-module-markdown.version>
-    <maven-fluido-skin.version>1.12.0</maven-fluido-skin.version>
-
   </properties>
 
   <build>
index 3fac5b84bf3ac4b9b923c60b464c4fb766a6b820..0268529cecb66ad3ec48f82ef6e73cf72c64d430 100644 (file)
@@ -8,9 +8,9 @@
     name="${project.name}">
 
   <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-fluido-skin</artifactId>
-    <version>${maven-fluido-skin.version}</version>
+    <groupId>${project.groupId}</groupId>
+    <artifactId>${project.artifactId}</artifactId>
+    <version>${project.version}</version>
   </skin>
 
   <bannerLeft>