NihalJain commented on code in PR #7853:
URL: https://github.com/apache/hbase/pull/7853#discussion_r2889608221
##########
pom.xml:
##########
@@ -2784,6 +2785,15 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-site-plugin</artifactId>
+ <version>${maven-site.version}</version>
Review Comment:
do we need to override version of parent pom, if not necessary let's stick
to parent's version so that we are always up to date as parent pom upgrades
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]