Skip to content

Commit

Permalink
Attempt to fix maven-site-plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpovirk committed Oct 21, 2020
1 parent 35593f3 commit 48c3c2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.9.1</version>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 48c3c2b

Please sign in to comment.