[
https://issues.apache.org/jira/browse/BUILDR-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839563#action_12839563
]
Peter Dettman commented on BUILDR-251:
--------------------------------------
I am actually having a problem with classifiers in Buildr 1.3.5, though it's
not SNAPSHOT related.
"artifact" is OK, as mentioned above, but "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
I can only guess this might have been the problem for the original reporter.
Re-open this issue, or file new one?
> classifiers are not handled when downloading snapshot artifacts
> ---------------------------------------------------------------
>
> Key: BUILDR-251
> URL: https://issues.apache.org/jira/browse/BUILDR-251
> Project: Buildr
> Issue Type: Bug
> Components: Dependency management
> Affects Versions: 1.3.4
> Reporter: Ittay Dror
>
> e.g., if i download the sources artifact of an artifact with SNAPSHOT, it
> will download the file of the artifact, not that of the sources, since it
> doesn't use the classifiers in the url
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.