Re: What are mobile developers best practices

2015-01-02 Thread Baptiste Mathus
Additional note: because of the way Maven now handles the sources of the artifacts since 3.x [1], I indeed strongly recommend you to define many settings.xml and change how/where you download artifacts from. If you do, you're gonna have headaches with _remote.repositories files and be forced to use

Re: What are mobile developers best practices

2015-01-02 Thread Baptiste Mathus
IIUC your request, then I'd advise you to simply run a local maven repository manager on your laptop. Then define one and only one settings.xml to proxy everything through that MRM. I've done that in the past with nexus, and it worked like a breathe. 2014-12-25 7:11 GMT+01:00 Mark Eggers : > ---

What are mobile developers best practices

2014-12-24 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Folks, So I'm in a bit of a conundrum, and would like some ideas. Most of the time I work with my laptop connected to an internal network, with its own maven repository (Nexus OSS). I proxy all external repositories through this and everything works