Skip to content

Commit

Permalink
Added site plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Jul 16, 2020
1 parent baa8886 commit 6cdf4a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<version.nexus.staging.plugin>1.6.8</version.nexus.staging.plugin>
<version.release.plugin>2.5.3</version.release.plugin>
<version.source.plugin>3.2.1</version.source.plugin>
<version.site.plugin>3.9.1</version.site.plugin>
<version.surefire.plugin>2.22.2</version.surefire.plugin>
<version.smallrye.code.rules.plugin>1</version.smallrye.code.rules.plugin>
<version.formatter.plugin>2.12.1</version.formatter.plugin>
Expand Down Expand Up @@ -372,6 +373,11 @@
<artifactId>maven-source-plugin</artifactId>
<version>${version.source.plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>${version.site.plugin}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
Expand Down

0 comments on commit 6cdf4a9

Please sign in to comment.