apurtell commented on code in PR #4740:
URL: https://github.com/apache/hbase/pull/4740#discussion_r958694477
##########
pom.xml:
##########
@@ -1882,6 +1883,32 @@
</plugins>
</pluginManagement>
<plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>flatten-maven-plugin</artifactId>
+ <!--<version>1.3.0</version>-->
Review Comment:
I have mixed feelings about manually managing plugin versions but agree it
is best on balance. In our own internal builds we need to manage things up
sometimes and the version property definitions for plugin versions are helpful
for that. Other downstreamers will have a similar experience I suspect.
--
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]