Alen, hello: On Oct 15, 3:50 am, Alen Vrečko <[email protected]> wrote: > I don't get it. Why spend all this effort in being able to build with > Maven? Surely not because every 2 or so years a couple of jars need to
maven helps to have all guice jars with all extensions and all latest fixes availaby weekly, instead of every 2 years, maven also helps with not having to mess with your own jars which are not shared and which nobody can relate to; maven helps you to ask a question: "such and such is not working in guice-3.0.1-SNAPSHOT" and receive an answer "I had the same; now it works for me in guice-3.0.3-SNAPSHOT", then make 1 line change in your pom and you up and running; thank you; Andrei -- You received this message because you are subscribed to the Google Groups "google-guice" 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/google-guice?hl=en.
