You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Brock Noland (Created) (JIRA)" <ji...@apache.org> on 2012/03/20 23:13:39 UTC

[jira] [Created] (FLUME-1041) maven warns of duplicate dependencies

maven warns of duplicate dependencies
-------------------------------------

                 Key: FLUME-1041
                 URL: https://issues.apache.org/jira/browse/FLUME-1041
             Project: Flume
          Issue Type: Bug
            Reporter: Brock Noland


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

        

[jira] [Assigned] (FLUME-1041) maven warns of duplicate dependencies

Posted by "Mike Percy (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Percy reassigned FLUME-1041:
---------------------------------

    Assignee: Mike Percy
    
> 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

        

[jira] [Commented] (FLUME-1041) maven warns of duplicate dependencies

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLUME-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13235060#comment-13235060 ] 

jiraposter@reviews.apache.org 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

        

[jira] [Updated] (FLUME-1041) maven warns of duplicate dependencies

Posted by "Mike Percy (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Percy updated FLUME-1041:
------------------------------

    Attachment: FLUME-1041.patch
    
> 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
>         Attachments: FLUME-1041.patch
>
>
> 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

        

[jira] [Updated] (FLUME-1041) maven warns of duplicate dependencies

Posted by "Brock Noland (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brock Noland updated FLUME-1041:
--------------------------------

    Affects Version/s: v1.1.0
    
> 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
>
> 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

        

[jira] [Updated] (FLUME-1041) maven warns of duplicate dependencies

Posted by "Mike Percy (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Percy updated FLUME-1041:
------------------------------

    Status: Patch Available  (was: Open)
    
> 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
>         Attachments: FLUME-1041.patch
>
>
> 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

        

[jira] [Commented] (FLUME-1041) maven warns of duplicate dependencies

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLUME-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13235833#comment-13235833 ] 

Hudson commented on FLUME-1041:
-------------------------------

Integrated in flume-trunk #138 (See [https://builds.apache.org/job/flume-trunk/138/])
    FLUME-1041. Maven warns of duplicate dependencies.

(Mike Percy via Arvind Prabhakar) (Revision 1303896)

     Result = SUCCESS
arvind : http://svn.apache.org/viewvc/?view=rev&rev=1303896
Files : 
* /incubator/flume/trunk/flume-ng-dist/pom.xml

                
> 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
>             Fix For: v1.2.0
>
>         Attachments: FLUME-1041.patch
>
>
> 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

        

[jira] [Updated] (FLUME-1041) maven warns of duplicate dependencies

Posted by "Arvind Prabhakar (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arvind Prabhakar updated FLUME-1041:
------------------------------------

       Resolution: Fixed
    Fix Version/s: v1.2.0
           Status: Resolved  (was: Patch Available)

Patch committed. 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
>             Fix For: v1.2.0
>
>         Attachments: FLUME-1041.patch
>
>
> 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

        

[jira] [Commented] (FLUME-1041) maven warns of duplicate dependencies

Posted by "jiraposter@reviews.apache.org (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLUME-1041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13235738#comment-13235738 ] 

jiraposter@reviews.apache.org commented on FLUME-1041:
------------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/4438/#review6232
-----------------------------------------------------------

Ship it!


+1

- Arvind


On 2012-03-21 21:37:44, Mike Percy wrote:
bq.  
bq.  -----------------------------------------------------------
bq.  This is an automatically generated e-mail. To reply, visit:
bq.  https://reviews.apache.org/r/4438/
bq.  -----------------------------------------------------------
bq.  
bq.  (Updated 2012-03-21 21:37:44)
bq.  
bq.  
bq.  Review request for Flume.
bq.  
bq.  
bq.  Summary
bq.  -------
bq.  
bq.  Fix build warnings. There were some dup dependencies specified in the pom file for the dist module
bq.  
bq.  
bq.  This addresses bug FLUME-1041.
bq.      https://issues.apache.org/jira/browse/FLUME-1041
bq.  
bq.  
bq.  Diffs
bq.  -----
bq.  
bq.    flume-ng-dist/pom.xml 2bd5ede 
bq.  
bq.  Diff: https://reviews.apache.org/r/4438/diff
bq.  
bq.  
bq.  Testing
bq.  -------
bq.  
bq.  mvn clean package stopped complaining
bq.  
bq.  
bq.  Thanks,
bq.  
bq.  Mike
bq.  
bq.


                
> 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
>             Fix For: v1.2.0
>
>         Attachments: FLUME-1041.patch
>
>
> 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