Skip to content

Commit

Permalink
Draft: Disable normal site generation in favor of Antora
Browse files Browse the repository at this point in the history
  • Loading branch information
GuusLieben committed Dec 20, 2024
1 parent 9e0cacd commit 95e5bfd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions hartshorn-assembly/pom.platform.support.xml
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,15 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
<configuration>
<!-- Disable normal site generation, use Antora as replacement -->
<skip>true</skip>
</configuration>
</plugin>

<!-- Standard build configurations -->
<plugin>
Expand Down

0 comments on commit 95e5bfd

Please sign in to comment.