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 PM, Joe Wass <[email protected]> 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: > http://repo1.maven.org/maven2/org/igniterealtime/smack/smack/3.1.0/smack-3.1.0.pom > Downloading: > http://scala-tools.org/repo-releases/org/igniterealtime/smack/smackx/3.1.0/smackx-3.1.0.pom > Downloading: > http://repo1.maven.org/maven2/org/igniterealtime/smack/smackx/3.1.0/smackx-3.1.0.pom > > As it happens my net connection was down (faulty line, not out of > choice) and I couldn't compile things without a massive delay. Is this > a side-effect of the Git approach to source control (i.e. you get the > whole repository whether you like it or not) or is it something > entirely different? Sure enough I can use the -o flag to say I'm off- > line, but I suppose that will mean taking a hit next time I tell it > that I'm not offline? Is Lift suitable for development away from the > internet? > > Joe > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
