On Oct 15, 2010, at 10:52 AM, Andrei Pozolotin wrote: > Brian, hi: > > On Oct 15, 10:26 am, Brian Pontarelli <[email protected]> wrote: >> On Oct 15, 2010, at 9:21 AM, Andrei Pozolotin wrote: > project that can be generated by anything since it is just XML. > Similarly, the Ant target could produce Ivy and Savant metadata and > publish that information to those local caches as well. Why not cover > all the dependency management tools at once? >> >> -bp > > you are right; yet the difference is "local" vs "global"; > with maven, guice snapshots will be available for the whole planet: > from sonatype oss or other similar place and will come from a reliable > source - Jason/Stuart;
I think you are all confusing the concepts here. Maven publication doesn't require Maven. You can push releases to Maven central or a local cache without actually using Maven. I've done this a number of times and it is better than managing two separate builds. It also allows me to not use Maven, which is a plus for me. -bp -- 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.
