Skip to content

Commit

Permalink
fix: maven-site-plugin produces empty output due to changes in doxia
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Nov 13, 2024
1 parent 0770cac commit 8c0d1ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spring-boot-admin-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>${maven-site-plugin.version}</version>
<!--
Due to changes in Doxia (see https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack),
we have to use a fixed version here, as our site skin does not work with the latest version.
-->
<version>3.12.1</version>
<executions>
<execution>
<id>output-html</id>
Expand Down

0 comments on commit 8c0d1ac

Please sign in to comment.