Skip to content

Commit

Permalink
Missing site plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed May 4, 2024
1 parent 3c37e82 commit 6295efc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,15 @@
</plugin>
</plugins>
</pluginManagement>

<plugins>
<!-- Generate a site -->
<plugin>
<groupId>com.io7m.minisite</groupId>
<artifactId>com.io7m.minisite.maven_plugin</artifactId>
<inherited>false</inherited>
</plugin>
</plugins>
</build>

</project>

0 comments on commit 6295efc

Please sign in to comment.