Skip to content

Commit 8c0d1ac

Browse files
committed
fix: maven-site-plugin produces empty output due to changes in doxia
1 parent 0770cac commit 8c0d1ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

spring-boot-admin-docs/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@
3838
<plugin>
3939
<groupId>org.apache.maven.plugins</groupId>
4040
<artifactId>maven-site-plugin</artifactId>
41-
<version>${maven-site-plugin.version}</version>
41+
<!--
42+
Due to changes in Doxia (see https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack),
43+
we have to use a fixed version here, as our site skin does not work with the latest version.
44+
-->
45+
<version>3.12.1</version>
4246
<executions>
4347
<execution>
4448
<id>output-html</id>

0 commit comments

Comments
 (0)