I was getting build errors due to maven trying to download geronimo-spec-j2ee-deployment-1.1-SNAPSHOT.jar and failing, so I changed the entry in plugins/maven-geronimo-plugin/project.xml from 1.1-SNAPSHOT to 1.1-rc3 and now things seem to get further.
