lightbend-labs / dbuild

Multi-project build tool, based on sbt.
https://lightbend-labs.github.io/dbuild
Other
83 stars 14 forks source link

Ivy build system should allow excludes #44

Closed jsuereth closed 11 years ago

jsuereth commented 11 years ago

The Ivy build system should be able to exclude dependencies. This is a twofold problem:

  1. It should be able to exclude dependencies from showing up in dbuild metadata, thereby breaking cycles.
  2. It should also be able to exclude dependencies from being resolved when "building". This could help speed things up.
cunei commented 11 years ago

Exclusion was implemented in dbuild 0.6.5; works for all build systems.