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

Support local maven_server #1380

Closed
meteorcloudy opened this issue Jun 13, 2016 · 3 comments
Closed

Support local maven_server #1380

meteorcloudy opened this issue Jun 13, 2016 · 3 comments
Labels
P2 We'll consider working on this in future. (Assignee optional) type: feature request

Comments

@meteorcloudy
Copy link
Member

Bazel support specifying remote maven server. Yet, one cannot point to a local maven repo (by default under ~/.m2/repository) to fetch jars there. One use case here is to use bazel partially in one project, which has some dependency projects that use maven.

Internal ref: b/26058097

@meteorcloudy meteorcloudy added type: feature request P2 We'll consider working on this in future. (Assignee optional) labels Jun 13, 2016
@kchodorow
Copy link
Contributor

This can now be done in a skylark repository rule.

@davidzchen
Copy link
Member

Do we have a Skylark repository rule that does this? If not, should we keep this bug open or open a new bug for the feature request?

@kchodorow
Copy link
Contributor

Created #1410.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 We'll consider working on this in future. (Assignee optional) type: feature request
Projects
None yet
Development

No branches or pull requests

4 participants