| commit | d26ef0a13fe33317fe4faefc1fa4baa2023b0d36 | [log] [tgz] |
|---|---|---|
| author | David Pursehouse <david.pursehouse@sonymobile.com> | Fri Mar 06 17:49:24 2015 +0900 |
| committer | David Pursehouse <david.pursehouse@sonymobile.com> | Wed Aug 05 03:25:41 2015 +0000 |
| tree | 34de7013bad0beba926a100f6cf51db73f743e5c | |
| parent | 15fbf82d6cee5aee1362b37d3347f82f45eeb248 [diff] |
Support download of artifacts with classifier
Beside the main artifact there can be additional files which are
attached to a project. Such attached files can be recognized and
accessed by their classifier.
Extend the `maven_jar` wrapper to support optionally specifying
the classifier in the `id` field, for example:
maven_jar(
name = 'example',
id = 'org.example:example-foo:1.0:extra',
...,
)
Change-Id: Ic0a4fbafffe6625b21324e836cde1a2b3a3e4b1c