Skip to content

Commit

Permalink
Updated to latest robtimus-parent version. Enabled checkstyle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
robtimus committed Jun 27, 2020
1 parent d553efa commit f32e222
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.github.robtimus</groupId>
<artifactId>robtimus-parent</artifactId>
<version>1.0</version>
<version>1.1</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -122,6 +122,11 @@
<artifactId>maven-resources-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

0 comments on commit f32e222

Please sign in to comment.