Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B buck
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 201
    • Issues 201
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Meta
  • buck
  • Merge requests
  • !87

java_binary: optionally suppress manifest merging from dependent JARs

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/davido/manifest_not_merge into master Feb 13, 2014
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 7

Created by: davido

For core/plugin pattern MANIFEST.MF file is used to define meta information used by core system to load the plugin. In this scenario is important to have only manifest entries in the resulting artifact that were provided in manifest_file paramter to java_binary() function.

This change extends java_binary() with additional parameter:

manifest_pristine

If this parameter is passed, then no merging take place.

This fixes bug #86 (closed).

Test plans: https://github.com/davido/buck_test

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/davido/manifest_not_merge