[
https://issues.apache.org/jira/browse/FLUME-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13235060#comment-13235060
]
[email protected] commented on FLUME-1041:
------------------------------------------------------
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4438/
-----------------------------------------------------------
Review request for Flume.
Summary
-------
Fix build warnings. There were some dup dependencies specified in the pom file
for the dist module
This addresses bug FLUME-1041.
https://issues.apache.org/jira/browse/FLUME-1041
Diffs
-----
flume-ng-dist/pom.xml 2bd5ede
Diff: https://reviews.apache.org/r/4438/diff
Testing
-------
mvn clean package stopped complaining
Thanks,
Mike
> maven warns of duplicate dependencies
> -------------------------------------
>
> Key: FLUME-1041
> URL: https://issues.apache.org/jira/browse/FLUME-1041
> Project: Flume
> Issue Type: Bug
> Affects Versions: v1.1.0
> Reporter: Brock Noland
> Assignee: Mike Percy
>
> Maven prints out this when you do anything
> {noformat}
> [WARNING] Some problems were encountered while building the effective model
> for org.apache.flume:flume-ng-dist:pom:1.2.0-incubating-SNAPSHOT
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
> be unique: org.apache.flume.flume-ng-legacy-sources:flume-avro-source:jar ->
> duplicate declaration of version (?) @ line 102, column 17
> [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must
> be unique: org.apache.flume.flume-ng-legacy-sources:flume-thrift-source:jar
> -> duplicate declaration of version (?) @ line 106, 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.
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira