include_defs('//lib/maven.defs') include_defs('//lib/JGIT_VERSION') maven_jar( name = 'jgit-archive', id = 'org.eclipse.jgit:org.eclipse.jgit.archive:' + JGIT_VERS, sha1 = 'c29ed2cf20c1b7492d6baf7ce7f8355b3adb9f82', license = 'jgit', repository = REPO, deps = ['//lib/jgit/org.eclipse.jgit:jgit'], unsign = True, exclude = [ 'about.html', 'plugin.properties', ], )