I want to distribute my project that has a dependency to another project hosted on Google code that is only available in source code (there is no compiled jar version available.)
I am aware of the Maven SCM plugin but have never used it. I'd like to know how I can create and configure a Maven project to check the code out via svn and register it as a required project dependency.