[ 
https://issues.apache.org/jira/browse/BUILDR-674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Peter Donald updated BUILDR-674:
--------------------------------

    Fix Version/s:     (was: 1.4.15)
                   1.4.18

> Common error in Maven Repository causes problems with Buildr
> ------------------------------------------------------------
>
>                 Key: BUILDR-674
>                 URL: https://issues.apache.org/jira/browse/BUILDR-674
>             Project: Buildr
>          Issue Type: Bug
>         Environment: Windows 7
>            Reporter: Colbert Philippe
>             Fix For: 1.4.18
>
>
> I used Maven for the longest time on projects.   Maven could download all the 
> artifacts needed for my current project.   I decided to upgrade to Buildr.   
> I first noticed that Buildr could not download all the artifacts that Maven 
> could, even using the same Maven Repositories.   I noticed that most of these 
> discrepancies are caused by errors in the artifact coordinates.    Sometimes 
> on the repository, the format of the artifact will bt 'bundle' instead of 
> 'jar'.   I have fixed that on a few artifacts.    
> However, if the artifact as many dependencies, that causes a major problem 
> with Buildr.
> Try to download ActiveMQ artifact with Buildr.   It gives you this 
> coordinates which will not download.
> 'org.apache.activemq:activemq-core:bundle:5.7.0'
> You have to fix the format bundle for jar then it downloads.   
> 'org.apache.activemq:activemq-core:jar:5.7.0'
> But the dependency resolution fails following the download, which is probably 
> caused by a symbolic mismatch internally.
> You should press the maven repository to fix all their 'bundle' mistakes.   
> And while we are at it, why doesn't somebody test all the artifact downloads 
> available in Buildr ?    It should be done!
>             



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to