PDavid opened a new pull request, #6745:
URL: https://github.com/apache/hbase/pull/6745
The Maven build prints the following warning:
```
[WARNING]
[WARNING] Some problems were encountered while building the effective model
for org.apache.hbase:hbase-server:jar:2.5.12-SNAPSHOT
[WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but
found duplicate declaration of plugin
org.codehaus.mojo:build-helper-maven-plugin @
org.apache.hbase:hbase-server:${revision},
/home/david/projects/hbase/hbase-server/pom.xml, line 551, column 15
[WARNING]
[WARNING] It is highly recommended to fix these problems because they
threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support
building such malformed projects.
[WARNING]
```
Merged the executions of two usages of the build-helper-maven-plugin.
--
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]