Skip to content

Commit 5717351

Browse files
committed
Upgrade maven-site-plugin to 3.4 otherwise causes problems
during site generation with Maven 3.0.5 and above.
1 parent 2c7824a commit 5717351

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@
8686
<build>
8787
<pluginManagement>
8888
<plugins>
89+
<plugin>
90+
<groupId>org.apache.maven.plugins</groupId>
91+
<artifactId>maven-site-plugin</artifactId>
92+
<version>3.4</version>
93+
</plugin>
8994
<plugin>
9095
<groupId>org.apache.maven.plugins</groupId>
9196
<artifactId>maven-gpg-plugin</artifactId>

0 commit comments

Comments
 (0)