Skip to content

Commit 1d040fa

Browse files
committed
Update site generation
1 parent e59b23b commit 1d040fa

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,16 @@ POSSIBILITY OF SUCH DAMAGE.
186186
<pollTimeoutSeconds>7200</pollTimeoutSeconds>
187187
</configuration>
188188
</plugin>
189-
</plugins>
189+
<plugin>
190+
<groupId>org.apache.maven.plugins</groupId>
191+
<artifactId>maven-site-plugin</artifactId>
192+
<version>4.0.0-M13</version>
193+
<configuration>
194+
<skip>false</skip> <!-- This is `true` in parent pom -->
195+
<skipDeploy>false</skipDeploy> <!-- This is `true` in parent pom -->
196+
</configuration>
197+
</plugin>
198+
</plugins>
190199
</build>
191200

192201
<scm>

0 commit comments

Comments
 (0)