commit | 371030566b77de627cdb133b39f7f3abd4afbd9e | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Thu Mar 05 12:23:13 2015 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Fri Mar 06 10:43:16 2015 +0900 |
tree | 5a8bb385c38e53a5a042030463e4480edacc1b5d | |
parent | dcdddf2fc5d89de08307f5c7ab5342e5253e761c [diff] |
Buck: 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