PDavid opened a new pull request, #6744:
URL: https://github.com/apache/hbase/pull/6744

   On master the Maven build prints the following warnings:
   
   ````
   [WARNING] Some problems were encountered while building the effective model 
for org.apache.hbase:hbase-server:jar:4.0.0-alpha-1-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 544, column 15
   [WARNING]
   [WARNING] Some problems were encountered while building the effective model 
for org.apache.hbase:hbase-examples:jar:4.0.0-alpha-1-SNAPSHOT
   [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' 
must be unique: org.apache.logging.log4j:log4j-1.2-api:jar -> duplicate 
declaration of version (?) @ org.apache.hbase:hbase-examples:${revision}, 
/home/david/projects/hbase/hbase-examples/pom.xml, line 203, column 17
   [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.
   ```
   
   Merged the executions of two usages of the build-helper-maven-plugin.
   
   Removed duplicated log4j-1.2-api dependency in hbase-examples.


-- 
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]

Reply via email to