Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exclude non-release artifacts from the classpath for dependent projects in a box #23

Open
pmbauer opened this issue Feb 26, 2014 · 0 comments

Comments

@pmbauer
Copy link

pmbauer commented Feb 26, 2014

Scenario:
Project B depends on A.
A and B are in a box.
A has non-release artifacts (e.g. test) and dependencies (:dev profile).

Currently:
box (via lein checkouts) adds non-release artifacts of A to B's classpath, but not non-release dependencies. For example, tests from A are added to B's classpath but test dependencies defined in A's test profiles are not.

Proposed Mitigation:
box only adds release artifacts of A (e.g. src-paths) to B's classpath, ignoring tests and other dev dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant