Swarnim Kulkarni created HIVE-7126:
--------------------------------------
Summary: Cleanup build warnings while building hive projects
Key: HIVE-7126
URL: https://issues.apache.org/jira/browse/HIVE-7126
Project: Hive
Issue Type: Task
Components: Build Infrastructure
Affects Versions: 0.13.0
Reporter: Swarnim Kulkarni
Assignee: Swarnim Kulkarni
Priority: Minor
Currently while doing a build of hive projects, warnings like the following
show up:
{noformat}
mac-swarnim:hive sk018283$ mvn clean install -pl serde -P hadoop-1
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for
org.apache.hive.shims:hive-shims-0.23:jar:0.14.0-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
be unique: org.apache.hadoop:hadoop-hdfs:jar -> duplicate declaration of
version ${hadoop-23.version} @ line 110, 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.
[WARNING]
{noformat}
These warnings should be cleaned up.
--
This message was sent by Atlassian JIRA
(v6.2#6252)