sbt / sbt-remote-control

Create and manage sbt process using unicorns and forks
Other
74 stars 14 forks source link

Add typesafe repos to the server launcher properties #148

Closed havocp closed 10 years ago

havocp commented 10 years ago

The big question here is how it ever worked at all for anybody - the only scenario I can think of where it should have been working was if people had done a publishLocal. Maybe it was only working then, I'm not sure.

jsuereth commented 10 years ago

The integration tests work because of publish local, also I run my own proxy so the ~/.sbt/repositories file gets pulled in, hence it works for me on this network.

In any case, we should expose hooks to allow configuring/adding of repositories, they way old sbt-remote-control used to...

jsuereth commented 10 years ago

LGTM