Skip to content

Commit

Permalink
Stick with old versions of site plugins because latest ones use Doxia…
Browse files Browse the repository at this point in the history
… 2.x, which is not compatible with our io.wcm.maven.skins.reflow-velocity-tools
  • Loading branch information
stefanseifert committed Sep 27, 2024
1 parent 24691fa commit efe8752
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion parent_toplevel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,19 @@
</dependencies>
</plugin>

</plugins>
<!-- Stick with old versions of site plugins because latest ones use Doxia 2.x, which is not compatible with our io.wcm.maven.skins.reflow-velocity-tools -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.5.0</version>
</plugin>

</plugins>
</pluginManagement>
</build>

Expand Down

0 comments on commit efe8752

Please sign in to comment.