Skip to content

Commit

Permalink
Add site skip
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed Aug 13, 2024
1 parent 7020675 commit 6366c36
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,16 @@
</execution>
</executions>
</plugin>
<!-- Skip site generation -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M16</version>
<configuration>
<skip>true</skip>
<skipDeploy>true</skipDeploy>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 6366c36

Please sign in to comment.