Hacker News new | past | comments | ask | show | jobs | submit login

If local dependency resolution is your thing you can tell maven to use a local repository. it has the concept of multiple places to look for things, I normally set it to use my local cache first then go out to servers as it needs to.

Its a little bit to wrap your head around to get started with maven. The first time I had to write a pom.xml file I almost burnt down my house. However SBT came along and fixed that problem. The only problem I have with maven now is that there is no way to tell it to make a single binary without a plugin.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: