> From: Roland Zwaga [mailto:rol...@stackandheap.com] > Sent: 13 February 2012 15:27 > > But if Maven is used for dependency management then we don't need to include > any third party stuff in our repositories. > You just reference the appropriate remote repositories and the build system will > pull in the necessary files. Looks like Drew is anticipating that for Mockolate as he merged a pull request that includes a POM file for Mockolate earlier today.
Incidentally, whilst I like the idea of us having Maven repositories for both Flex and 3rd party libraries, I really hope we don't use Maven for the build system too. I'd love to see us use buildr-as3 instead (https://github.com/devboy/buildr_as3.) It's better in many ways, not least because you don't have to write the build scripts in XML! David.