Skip to content

Commit efe8752

Browse files
committed
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
1 parent 24691fa commit efe8752

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

parent_toplevel/pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,19 @@
304304
</dependencies>
305305
</plugin>
306306

307-
</plugins>
307+
<!-- 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 -->
308+
<plugin>
309+
<groupId>org.apache.maven.plugins</groupId>
310+
<artifactId>maven-site-plugin</artifactId>
311+
<version>3.12.1</version>
312+
</plugin>
313+
<plugin>
314+
<groupId>org.apache.maven.plugins</groupId>
315+
<artifactId>maven-project-info-reports-plugin</artifactId>
316+
<version>3.5.0</version>
317+
</plugin>
308318

319+
</plugins>
309320
</pluginManagement>
310321
</build>
311322

0 commit comments

Comments
 (0)