Skip to content

Commit

Permalink
plugin version update for documentation generation (#4198)
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim Nesen <maxim.nesen@oracle.com>
  • Loading branch information
senivam authored Jul 11, 2019
1 parent c20a0d1 commit 445a541
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,15 @@
<artifactId>glassfish-copyright-maven-plugin</artifactId>
<inherited>true</inherited>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
<configuration>
<generateProjectInfo>false</generateProjectInfo>
<generateReports>true</generateReports>
</configuration>
</plugin>
</plugins>
</build>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.3</version>
<version>3.7.1</version>
<configuration>
<generateProjectInfo>false</generateProjectInfo>
<generateReports>true</generateReports>
Expand Down

0 comments on commit 445a541

Please sign in to comment.