Skip to content

Commit

Permalink
Downgrade maven-site-plugin per bug with markdown
Browse files Browse the repository at this point in the history
Maven-site-plugin appears to have a bug where it is not generating the site for markdown files for versions 4.0.0-M14+.

Resolves #933
  • Loading branch information
jordanpadams committed Jun 11, 2024
1 parent 0fa3e1c commit f9a265d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M15</version>
<version>4.0.0-M13</version>
<configuration>
<skip>false</skip> <!-- This is `true` in parent pom -->
<skipDeploy>false</skipDeploy> <!-- This is `true` in parent pom -->
Expand Down

0 comments on commit f9a265d

Please sign in to comment.