I just installed Continuum 1.1 and tried to build Axis2. On the "Add Maven 2.0+ project" panel, in the POM URL field I put http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/pom.xml and changed the "Build Definition Template" to "default maven2 template" and pressed "Add".
I get the following 2 errors: 1. Missing artifact trying to build the POM. Check that its parent POM is available or add it first in Continuum. (error repeats 13 times, "parent" module is 14th one listed in pom.xml) In the log the error shows up as "add.project.artifact.not.found.error" with no details. If the module named "parent" was the first module listed, I think these errors would go away... 2. Missing 'scm' element in the POM. (error msg for each module/pom.xml) Looks like Continuum want to see an SCM tag in the pom.xml. Could we add one? Something like this: <scm <http://maven.apache.org/ref/2.0.8/maven-model/maven.html#class_scm>> <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/axis2/trunk/java</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/axis2/trunk/java</developerConnection> <url>http://svn.apache.org/repos/asf/webservices/axis2</url> </scm> -Tom
