We were using Maven "because that's what everyone uses", but found that it did not meet our needs.
* It requires a great deal of configuration to properly build a GWT project * The tools to integrate Maven/GWT/Eclipse are always in a state of flux * Some of the really nice stuff in Maven (documentation, etc.) doesn't work well in a GWT project We switched back to Ant, using Ivy for external dependency management, and have been much happier. Ivy's dependency "configurations" are much more flexible than Maven's "scopes", and for a GWT project the additional flexibility is needed. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
