You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Sqoop QA bot (JIRA)" <ji...@apache.org> on 2014/11/23 06:25:12 UTC

[jira] [Commented] (SQOOP-1787) Sqoop2: Fix dual guava dependency warnings in maven

    [ https://issues.apache.org/jira/browse/SQOOP-1787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14222316#comment-14222316 ] 

Sqoop QA bot commented on SQOOP-1787:
-------------------------------------

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12683212/SQOOP-1787.patch against branch sqoop2.

{color:red}Overall:{color} -1 due to an error

{color:red}ERROR:{color} Patch does not add/modifny any test case
{color:green}SUCCESS:{color} Clean was successful
{color:green}SUCCESS:{color} Patch applied correctly
{color:green}SUCCESS:{color} Patch compiled
{color:green}SUCCESS:{color} All tests passed

Console output: https://builds.apache.org/job/PreCommit-SQOOP-Build/656/console

This message is automatically generated.

> Sqoop2: Fix dual guava dependency warnings in maven
> ---------------------------------------------------
>
>                 Key: SQOOP-1787
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1787
>             Project: Sqoop
>          Issue Type: Bug
>    Affects Versions: 1.99.4
>            Reporter: Jarek Jarcec Cecho
>            Assignee: Jarek Jarcec Cecho
>             Fix For: 1.99.5
>
>         Attachments: SQOOP-1787.patch
>
>
> Every maven execution is complaining:
> {code}
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model for org.apache.sqoop:sqoop-common:jar:2.0.0-SNAPSHOT
> [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.google.guava:guava:jar -> duplicate declaration of version ${guava.version} @ org.apache:sqoop:2.0.0-SNAPSHOT, /Users/jarcec/apache/sqoop2/pom.xml, line 406, column 19
> [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:build-helper-maven-plugin is missing. @ line 78, column 15
> [WARNING]
> [WARNING] Some problems were encountered while building the effective model for org.apache:sqoop:pom:2.0.0-SNAPSHOT
> [WARNING] 'dependencyManagement.dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.google.guava:guava:jar -> duplicate declaration of version ${guava.version} @ line 406, column 19
> [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]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)