[Lift] Re: Downloading...

2009-06-21 Thread Joe Wass
This is the thing. I don't suspect I'll ever be developing something that needs a Jabber client (that's what it looks like 'smack' is) so I don't really want to have the code on my disc (it's not the space, it's the principle; how large will the repositories eventually get?). At the same time I

[Lift] Re: Downloading...

2009-06-21 Thread David Bernard
Hi, The default archetype (template) for lift project include lift-core as dependencies. lift-core == all lift artifact (jar in your case) and one of the artifact is lift-xmpp (jabber). If you only want minimum then modify the dependencies section in your pom.xml (eg, for web only use

[Lift] Re: Downloading...

2009-06-20 Thread Eric Bowman
Joe Wass wrote: I'm trying to compile my Lift application but it seems that every time I do it tries to download something or other. Case in point, just now: Downloading: http://scala-tools.org/repo-releases/org/igniterealtime/smack/smack/3.1.0/smack-3.1.0.pom Downloading:

[Lift] Re: Downloading...

2009-06-20 Thread Kevin Wright
Nothing to do with gitThis is just maven attempting to download the distinct modules smack and smackx Maven behaviour is to attempt all known repositories until a given artifact was found, in this case you had two known repos: scala-tools.org and repo1.maven.org On Sat, Jun 20, 2009 at 10:14