Skip to content

Commit

Permalink
Add JavaDoc plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauriichan committed Aug 21, 2021
1 parent a5112bc commit 3864237
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion legacy-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.sourcewriters.spigot.rwg</groupId>
<artifactId>legacy-api</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>

<distributionManagement>
<repository>
Expand Down Expand Up @@ -114,6 +114,11 @@
<target>16</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.0</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
Expand Down

0 comments on commit 3864237

Please sign in to comment.