Skip to content

Commit

Permalink
Add site execution to try to prevent site bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed May 24, 2024
1 parent 39f223a commit 0f3c6de
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,25 +131,15 @@
</execution>
</executions>
</plugin>
<!-- Comment out for time being because it is breaking build -->
<!--
<plugin>
<groupId>com.github.github</groupId>
<artifactId>site-maven-plugin</artifactId>
<version>0.12</version>
<configuration>
<message>Creating site for ${project.version}</message>
</configuration>
<executions>
<execution>
<goals>
<goal>site</goal>
</goals>
<phase>site</phase>
</execution>
</executions>
</plugin>
-->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>4.0.0-M14</version>
<configuration>
<skip>false</skip> <!-- This is `true` in parent pom -->
<skipDeploy>false</skipDeploy> <!-- This is `true` in parent pom -->
</configuration>
</plugin>
</plugins>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit 0f3c6de

Please sign in to comment.