Open
Description
@michaelklishin mentioned that supporting local JARs can be a lifesaver:
- Some project maintainers don't release artifacts on any schedule.
- Some project maintainers just publish JARs on their own site.
- Some project maintainers don't publish anything so you have a project from source.
@sam: Seems like we could add a config.local_jar command that takes a relative or absolute path to a JAR and it would handle this use case.
Thoughts?