1. Yep, I'm very familiar with maven. When trying to build there are several dependencies that do not seem to be available in any public repositories, nor is it documented what if any repositories you need to add specifically to be able to download them. After spending some time trying to download them manually from various spring sources, I gave up. The biggest block is trying to track down the bundlor project (and all of its dependencies):
Code:
[INFO] Unable to find resource 'com.springsource.bundlor:com.springsource.bundlor.maven:pom:1.0.0.RELEASE' in repository spockframework (http://m2repo.spockframework.org/snapshots)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: com.springsource.bundlor:com.springsource.bundlor.maven
Reason: POM 'com.springsource.bundlor:com.springsource.bundlor.maven' not found in repository: Unable to download the artifact from any repository
com.springsource.bundlor:com.springsource.bundlor.maven:pom:1.0.0.RELEASE
The build fails right away without this.
2. Thanks for the info.