We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0770cac commit 8c0d1acCopy full SHA for 8c0d1ac
spring-boot-admin-docs/pom.xml
@@ -38,7 +38,11 @@
38
<plugin>
39
<groupId>org.apache.maven.plugins</groupId>
40
<artifactId>maven-site-plugin</artifactId>
41
- <version>${maven-site-plugin.version}</version>
+ <!--
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>
46
<executions>
47
<execution>
48
<id>output-html</id>
0 commit comments