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

Peter Donald closed BUILDR-390.
-------------------------------


> Buildr::group() should accept :classifier argument
> --------------------------------------------------
>
>                 Key: BUILDR-390
>                 URL: https://issues.apache.org/jira/browse/BUILDR-390
>             Project: Buildr
>          Issue Type: Improvement
>          Components: Core features
>    Affects Versions: 1.3.5
>            Reporter: Alex Boisvert
>            Assignee: Alex Boisvert
>            Priority: Minor
>             Fix For: 1.4
>
>
> As Peter Dettman pointed out in BUILDR-251, group() is not applying the 
> :classifier:
> e.g. I rebuilt Apache Camel against Spring 3.0 and discovered:
> puts artifact('org.apache.camel:camel-core:jar:spring3:2.2.0').to_spec
>     => org.apache.camel:camel-core:jar:spring3:2.2.0
> puts group('camel-core', :under=>'org.apache.camel', :version=>'2.2.0', 
> :classifier=>'spring3')[0].to_spec
>     => org.apache.camel:camel-core:jar:2.2.0
> Note:  :classifier was not documented as supported, but it makes sense to add 
> it for completeness.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to