commit | 79d2c7bf58157d23e3c6a05e4b497b16c6f2408b | [log] [tgz] |
---|---|---|
author | Christian Aistleitner <christian@quelltextlich.at> | Wed Sep 10 11:02:59 2014 +0200 |
committer | Christian Aistleitner <christian@quelltextlich.at> | Wed Sep 10 11:30:54 2014 +0200 |
tree | a9a6906acb5e8f3fca200b8149a5f84288333891 | |
parent | ec47e247c38650d4a116c0227b6103f772d4a47b [diff] |
Allow plugins to use self-provided licenses for used Maven Jars maven_jar only allowed to use licenses that were defined in '//lib:'. But plugins may need further licenses that are not yet in core (E.g.: plugins/its-jira relies on a jar with CPL1.0 license). Since, plugins cannot add rules underneath '//lib:', we add the local_license parameter to maven_jar, which allows plugins to use licenses from ':' instead of '//lib:'. Change-Id: Icc40c413eed65a0b6e3003021050d91086ca4c34